Re: How to make tabs in JSP

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

Re: How to make tabs in JSP

2007-07-24 Thread Angelo zerr
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 user@struts.apache.org To Struts Users Mailing List user@struts.apache.org cc Subject Re: How to make tabs in JSP

Re: How to make tabs in JSP

2007-06-29 Thread Kavita Mehta
to Struts Users Mailing List user@struts.apache.org To Struts Users Mailing List user@struts.apache.org cc Subject Re: How to make tabs in JSP Hello, if you have questions about JSPTabControl don't hesitate to ask me. Regards Angelo 2007/6/27, Yoge [EMAIL PROTECTED]: I have used http

Re: How to make tabs in JSP

2007-06-29 Thread Kavita Mehta
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 single tabbed jsp. So don't put the content of the a tab in a separate jsp. 2007/6/29, Kavita

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 Angelo zerr
Users Mailing List user@struts.apache.org To Struts Users Mailing List user@struts.apache.org 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

Re: How to make tabs in JSP

2007-06-29 Thread WongTseng
: 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 single tabbed jsp. So don't put the content of the a tab in a separate jsp. 2007/6/29, Kavita Mehta [EMAIL

Re: How to make tabs in JSP

2007-06-27 Thread Yoge
on JSPTabControl as you previously suggested. thanks Angelo zerr [EMAIL PROTECTED] 06/26/2007 06:17 PM Please respond to Struts Users Mailing List user@struts.apache.org To Struts Users Mailing List user@struts.apache.org cc Subject Re: How to make tabs in JSP If you are using Struts2.x, you should

Re: How to make tabs in JSP

2007-06-27 Thread Angelo zerr
To Struts Users Mailing List user@struts.apache.org cc Subject Re: How to make tabs in JSP 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

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

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

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

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. Regards

RE: How to make tabs in JSP

2007-06-26 Thread nagesh.kumar
In struts layout u have lots options layout:tabs U can try this -Original Message- From: Kavita Mehta [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

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 user@struts.apache.org To Struts Users Mailing List user@struts.apache.org cc Subject Re: How to make