not able to pass a value from one frame to antoher
I got two frames using struts tiles concept.
frame 1 contains one dropdown box.
if i select value in dropdown box,i need to get the arraylist to be displayed in a table which is in 2nd frame.
i was able to get this if i wrote both in a single frame.
But,i am not getting by using struts tiles concept.
i wrote same form and action class for the two frames.
while submitting in the frame1 it is passing null value to the form.
how i need to pass this?
Pls help me in this...
regards,
ramanadyv
|