aspose file tools
The moose likes Struts and the fly likes Can we use FormBeans's properties in HTML tag as values? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Can we use FormBeans Watch "Can we use FormBeans New topic
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Can we use FormBeans's properties in HTML tag as values?
 
Similar Threads
jsp:useBean tag query.
Creating jsp file without .jsp extension
html:submit button size
Get CSS Attributes using Java
struts 1.3 Interactive form