Hello,

Could some one point me to a frameset based web application or war file? I
am having trouble understanding the flow in a frameset situation. I am
trying to redesign an existing non struts based webapp. The current layout
is that there is frameset within frameset containing "menu" and "content
area" as frames, like so:

<frameset rows="72, 100%" border=1 framespacing="0" topmargin="0"
leftmargin="0" marginheight="0" marginwidth="0">
   <html:frame frameborder="1" frameName="header" scrolling=no noresize
action="header.do"/>
   <frameset cols="147, *" framespacing=0 border=0 frameborder=0>
      <html:frame frameborder="1" frameName="left" action="menu.do"/>
      <html:frame frameborder="1" frameName="right" action="content.do"/>
   </frameset>
</frameset>

I am not sure how to forward actions now. I will be grateful for any help.

-Vijay 

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

Reply via email to