aspose file tools
The moose likes Struts and the fly likes retrieve action field in jsp Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "retrieve action field in jsp" Watch "retrieve action field in jsp" New topic
Author

retrieve action field in jsp

tto oott
Greenhorn

Joined: Jun 08, 2012
Posts: 1
Hi,

in my action.java I have a field which contain an int, and i want to use this int in a for in my jsp file, between <% and %>

Can someone help me please.

Regards
thor aniket
Ranch Hand

Joined: Jan 21, 2012
Posts: 40

You want it on input JSP or output? if in input JSP page, give just name of the field same as your action property(int param1) or for at output page to display that value us tag to display it.



 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: retrieve action field in jsp
 
Similar Threads
Which data type is better?
validation: how to make int and double validations work ?
NumberFormatException in spring
Long to Int
Hidden Field in JSP and Java Bean