Re: How to make tabs in JSP

2007-07-24 Thread Angelo zerr
height is the parameter of jsptabcontrol:tabControl and not jsptabcontrol:tabPage thanks "Angelo zerr" <[EMAIL PROTECTED]> 06/29/2007 06:13 PM Please respond to "Struts Users Mailing List" To "Struts Users Mailing List" cc Subject Re: How to make ta

Re: How to make tabs in JSP

2007-07-24 Thread Kavita Mehta
jsptabcontrol:tabPage thanks "Angelo zerr" <[EMAIL PROTECTED]> 06/29/2007 06:13 PM Please respond to "Struts Users Mailing List" To "Struts Users Mailing List" cc Subject Re: How to make tabs in JSP Hi thank you Wong dor your response. You have right. S

Re: How to make tabs in JSP

2007-06-29 Thread WongTseng
gt;: > > But then that means that my tabbed JSP would have code for all the tabs > ..How does it identify which tab code to open ?? > > > > > WongTseng <[EMAIL PROTECTED]> > 06/29/2007 05:28 PM > Please respond to > "Struts Users Mailing List" > >

Re: How to make tabs in JSP

2007-06-29 Thread Angelo zerr
e respond to "Struts Users Mailing List" To "Struts Users Mailing List" cc Subject Re: How to make tabs in JSP The action which is mapped to the url status.do should forward to the jsp in which you have used the JSPTagControl. In this way several actions can share a sin

Re: How to make tabs in JSP

2007-06-29 Thread Kavita Mehta
But then that means that my tabbed JSP would have code for all the tabs ..How does it identify which tab code to open ?? WongTseng <[EMAIL PROTECTED]> 06/29/2007 05:28 PM Please respond to "Struts Users Mailing List" To "Struts Users Mailing List" cc Subject R

Re: How to make tabs in JSP

2007-06-29 Thread WongTseng
The action which is mapped to the url status.do should forward to the jsp in which you have used the JSPTagControl. In this way several actions can share a single tabbed jsp. So don't put the content of the a tab in a separate jsp. 2007/6/29, Kavita Mehta <[EMAIL PROTECTED]>: Hi Angelo, thanks

Re: How to make tabs in JSP

2007-06-29 Thread Kavita Mehta
tabbed JSP page. Please help. Regards, Kavita "Angelo zerr" <[EMAIL PROTECTED]> 06/27/2007 01:22 PM Please respond to "Struts Users Mailing List" To "Struts Users Mailing List" cc Subject Re: How to make tabs in JSP Hello, if you have questions a

Re: How to make tabs in JSP

2007-06-27 Thread Angelo zerr
06/26/2007 06:17 PM > Please respond to > "Struts Users Mailing List" > > > To > "Struts Users Mailing List" > cc > > Subject > Re: How to make tabs in JSP > > > > > > > If you are using Struts2.x, you should use tabbedpanel as Ad

Re: How to make tabs in JSP

2007-06-27 Thread Yoge
rch more on JSPTabControl as you previously suggested. thanks "Angelo zerr" <[EMAIL PROTECTED]> 06/26/2007 06:17 PM Please respond to "Struts Users Mailing List" To "Struts Users Mailing List" cc Subject Re: How to make tabs in JSP If you are using Strut

Re: How to make tabs in JSP

2007-06-26 Thread Kavita Mehta
I'm using Struts 1.2 ... wd search more on JSPTabControl as you previously suggested. thanks "Angelo zerr" <[EMAIL PROTECTED]> 06/26/2007 06:17 PM Please respond to "Struts Users Mailing List" To "Struts Users Mailing List" cc Subject Re: How t

RE: How to make tabs in JSP

2007-06-26 Thread nagesh.kumar
In struts layout u have lots options mailto:[EMAIL PROTECTED] Sent: Tuesday, June 26, 2007 5:34 PM To: user@struts.apache.org Subject: How to make tabs in JSP Hi, I want to code a JSP page with tabs . Does struts support an easy way of doing the same. Any link to the related resource would be

Re: How to make tabs in JSP

2007-06-26 Thread Angelo zerr
If you are using Struts2.x, you should use tabbedpanel as Adrian have you suggested. 2007/6/26, Adrian Ost <[EMAIL PROTECTED]>: Angelo zerr schrieb: > Hi, > perhaps you could be interest with JSPTabControl > http://jsptabcontrol.sourceforge.net/ > which generate tabs with ul/li HTML. > > Regard

Re: How to make tabs in JSP

2007-06-26 Thread Adrian Ost
Angelo zerr schrieb: Hi, perhaps you could be interest with JSPTabControl http://jsptabcontrol.sourceforge.net/ which generate tabs with ul/li HTML. Regards Angelo 2007/6/26, Kavita Mehta <[EMAIL PROTECTED]>: Hi, I want to code a JSP page with tabs . Does struts support an easy way of doing t

Re: How to make tabs in JSP

2007-06-26 Thread Angelo zerr
Hi, perhaps you could be interest with JSPTabControl http://jsptabcontrol.sourceforge.net/ which generate tabs with ul/li HTML. Regards Angelo 2007/6/26, Kavita Mehta <[EMAIL PROTECTED]>: Hi, I want to code a JSP page with tabs . Does struts support an easy way of doing the same. Any link to t

How to make tabs in JSP

2007-06-26 Thread Kavita Mehta
Hi, I want to code a JSP page with tabs . Does struts support an easy way of doing the same. Any link to the related resource would be helpful ...I have searched on Struts-Layout ...any other option ? Thanks Kavita *DISCLAIMER**