Hello,
 
I have a session scope ActionForm. I have a need to use the "nested" tag
library to iterator over some nested beans in the form. However, any use
of a <nested:text>, <nested:write>, <nested:iterate>, etc., will not
output the properties of the ActionForm. This results in a blank HTML
form in my browser.
 
If I changed the "nested" prefix to the original html, logic, etc. Then
everything outputs fine in the HTML.  
 
I am wondering if anyone has come across this problem before, and knows
what I might be doing wrong or something I can check.  To check my
sanity, i wrote a simple web app using session-scoped action forms and
nested tags, and it worked fine. I just can't figure out why it works in
one web-app and not the other.
 
Thanks,
Joe

Reply via email to