| 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.
|
|
 |
 |
|
|
subject: retrieve action field in jsp
|
|
|