Is it possible to use objects as function paremeters in EL with JBoss EL resolver?
- by calavera.info
There is this sentence in JBoss EL resolver online documentation:
It's important to fully understand how this extension to EL works. When the page is rendered, the parameter names are stored (for example, hotel.id and user.username), and evaluated (as value expressions) when the page is submitted. You can't pass objects as parameters!
But I had used objects as function parameters in my project before I accidentally read this hint and it worked! How is it possible? I'm afraid of that there is some magic now...