Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3250003
By: ckoenigsberg

How about, for your "paramProperty" with the embedded "bean:write", you just
do jstl or a jsp expression instead of the "bean:write".

Old fashioned jsp expression would be
 "<%=session.getTable.getTemporada()%>".

Otherwise the problem is, I think, all taglib tags are evaluated in a single
pass over the page, so it (the jsp compiler) can't recursively go in and expand
the "bean:write" when it's in the middle of expanding the attributes for the
"html:link".

But the jsp compiler CAN handle jsp expressions and/or jstl, for the attribute
values of the outer tag it is currently expanding (the "html:link").
.


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=249318


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to