Is it possible to use objects as function paremeters in EL with JBoss EL resolver?
Posted
by calavera.info
on Stack Overflow
See other posts from Stack Overflow
or by calavera.info
Published on 2010-04-21T10:48:19Z
Indexed on
2010/04/21
12:33 UTC
Read the original article
Hit count: 341
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...
© Stack Overflow or respective owner