RE: Help with framesets

2003-11-04 Thread Jose Ramon Diaz
I think the frames&Struts question is a bit more complicated. I write here what I told in another message several days ago. (nobody tells me what they think... so I continue posting it... :) if you use frames, please tell me what you think) Imagine if one action may load the same frame set but y

Re: Help with framesets

2003-11-03 Thread Jim Theodoridis
javen fang" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, November 03, 2003 6:44 PM Subject: RE: Help with framesets > left have a query: > > target="rigth"/> > > then view the result in the rig

RE: Help with framesets

2003-11-03 Thread javen fang
the JSP? I > looked in the struts-config.dtd but couldnt find > "target". > > If its not too much to ask, could you explain with a > sample action? > > --Vijay > > -Original Message- > From: javen fang [mailto:[EMAIL PROTECTED] > Sent: Monday, Novemb

RE: Help with framesets

2003-11-03 Thread Vijay Kandy
Thank you! I understand now. -Vijay -Original Message- From: Rajat Pandit [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 11:08 AM To: Struts Users Mailing List Subject: Re: Help with framesets http://localhost:8080/struts-documentation/userGuide/struts-html.html#link in the

RE: Help with framesets

2003-11-03 Thread Vijay Kandy
Original Message- From: javen fang [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 11:16 AM To: Struts Users Mailing List Subject: Re: Help with framesets your frames have names: header / left / right so when you action mapping, you may use target tag. Example, if left , an action

Re: Help with framesets

2003-11-03 Thread Rajat Pandit
http://localhost:8080/struts-documentation/userGuide/struts-html.html#link in the target - The window target in which the resource requested by this hyperlink will be displayed, for example in a framed presentation. (RT EXPR) in your case target="left|right|" Vijay Kandy wrote: Hello, Could s

Re: Help with framesets

2003-11-03 Thread javen fang
your frames have names: header / left / right so when you action mapping, you may use target tag. Example, if left , an action is a query data,and view it in right,just: target = right. form and href both have target attribute. Good luck. javen --- Vijay Kandy <[EMAIL PROTECTED]> wrote: >