ajithraj 0 Junior Poster in Training

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

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.