haii friends...

am using Struts framework
i have two forms..form1 and form2...both in jsp
the form2 has to be included in form1...

the problem is:
with corresponding to values from pop up box in form1, i want to populate
pop-ups in form2....that means values in form2 is based on values from
form1...

there are two action classes for each form...form1Action and form2Action

when a value from pop-ups is selected in form1, the coresponding method in
form1Action is executed...and there i want to call a method from form2...


Is it correct to make an object of the form2Action class in form1Action and
through tht,i call the method.....

thanks ajith
-- 
View this message in context: 
http://www.nabble.com/is-this-a-correct-format-----tp15631514p15631514.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to