| Author |
Can we use FormBeans's properties in HTML tag as values?
|
gunasekaran Pasupathy
Greenhorn
Joined: Jan 24, 2013
Posts: 1
|
|
Can we use FormBeans's properties in HTML tag as values?
For instance,
I have a setter method in LoginForm Class for
String link_url;
From my LoginAction class, I'm setting this property and forwarding to "view.jsp" using return mapping.findForward.
I want to assign this link_url as the href value of <a> tag.
Can anyone help me?
|
 |
Gopakumar Naryanan
Ranch Hand
Joined: Jan 15, 2011
Posts: 71
|
|
Please try this..
|
Thanks & Regards
Gopakumar
|
 |
 |
|
|
subject: Can we use FormBeans's properties in HTML tag as values?
|
|
|