Hi,
I am trying to call a
struts action class from an iframe in one of the jsps. In the struts-config.xml, there are around 3 action mappings which use the same ActionForm. One of those action mappings is the action mapping that I call through the iframe tag.
I have defined the scope of action form to be in Session scope.
But when I actually call the action mapping from my iframe, the action form in the action class is null. I mean, it doesnt have any of the values that were being passed from the previous jsps.
Can someone please help me out on why the actionform values are getting null when I call action mapping through an iframe? Is there solution for this?
Thanks in advance...