How to use LocalValueBean in jsp page.
Posted
by
Himanshu
on Stack Overflow
See other posts from Stack Overflow
or by Himanshu
Published on 2010-12-31T06:13:01Z
Indexed on
2010/12/31
6:54 UTC
Read the original article
Hit count: 289
I have set certain bean label and bean value in one of my dao class.. I have created a list of LocalValueBean objects and passed it as a list to jsp.. now here at jsp i need to print the label seperately and on hover to the label i need to show the value.. i need to exttract or to say get those values in jsp directly... i have also imported the org.apache.struts.util.LabelValueBean in my jsp but still its not working.. please let me know if you any ideas...
© Stack Overflow or respective owner