| Author |
settin a value in action class to html table cell...
|
Pradeep Adibatla
Ranch Hand
Joined: Oct 27, 2009
Posts: 336
|
|
I have a value in action class.I need to set this value to the table of the current jsp i.e
in one.jsp I have a value and a button "ForTWO" .SO when I click on "ForTWO" button the control goes to Action class of 'one.jsp' which is OneActionclass.java
Now before I move to two.jsp, i need to set that value in oneActionclass.java to the table cell of two.jsp.How to achieve that? Apparantly how to transfer a value from action class to a html ?
|
 |
 |
|
|
subject: settin a value in action class to html table cell...
|
|
|