It's not a secret anymore!
The moose likes Struts and the fly likes settin a value in action class to html table cell... Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "settin a value in action class to html table cell..." Watch "settin a value in action class to html table cell..." New topic
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 ?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: settin a value in action class to html table cell...
 
Similar Threads
New cell content in JTable is not detected.
JTable and JButton question
JTable Trouble
how to pass cell values(td) as hidden things to Action class(struts-2)?
gettin NullPointerException