DB2Problem
Programmer
How can i get the value from <bean:write> tag.
I have this bean write tag that gives me the value. I can see that coming up on the JSP page
I need to use this value in other parts of JSP page using something like
<% =country %>/imgs/help.jpg
My bean tag is something like
<bean:write property="country" name="CountryForm" />
Now i see the bean tag returing me USA. I need to use the value for further processing.
I don't want to use this at every place but wants to capture the value in another variable and use that variable
everywhere
How can i do this
Thanks for your help
I have this bean write tag that gives me the value. I can see that coming up on the JSP page
I need to use this value in other parts of JSP page using something like
<% =country %>/imgs/help.jpg
My bean tag is something like
<bean:write property="country" name="CountryForm" />
Now i see the bean tag returing me USA. I need to use the value for further processing.
I don't want to use this at every place but wants to capture the value in another variable and use that variable
everywhere
How can i do this
Thanks for your help