From 1st
jsp page I am calling a action "login.action"
The struts.xml mapping is like-
Inside zulaHome.jsp I am using <frameset> tag to create the Welcome page which is a combination of header, menu & body .
The code I am using for zulaHome.jsp is as follows
I can see in my console that on call of this login.action my zulaHome.jsp page is loading. But in UI i am not able to see any thing . only it is showing a single
word "undefined".
As you can see I have tried various option for the <frame src="" > tag as follows.
(1. using jsp location,
2. using s:url tag to load the jsp ,
3. using a action to load the corresponding JSP
)
But non of these worked out for me..
Can you please let me know id these is any comparability issue is there with struts2 & <frameset> tag ?
If not why this is happening..and what is the solution for this. ???
can any body please help me.