You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by ka...@wipro.com on 2010/12/28 08:42:30 UTC

Creating Tabs in Struts 2

 
I want to create a three tab in jsp using struts 2 and 
call 3 separate jsp for each tab any one give the example....
Thanks and Regards,
Karthick G
Mobile:8971318927

Please do not print this email unless it is absolutely necessary. 

The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. 

www.wipro.com

Re: Creating Tabs in Struts 2

Posted by Maurizio Cucchiara <ma...@gmail.com>.
Have you already take a look at
http://struts.apache.org/2.1.8/struts2-core/apidocs/org/apache/struts2/components/TabbedPanel.html
?

2010/12/28  <ka...@wipro.com>:
>
> I want to create a three tab in jsp using struts 2 and
> call 3 separate jsp for each tab any one give the example....
> Thanks and Regards,
> Karthick G
> Mobile:8971318927
>
> Please do not print this email unless it is absolutely necessary.
>
> The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.
>
> WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
>
> www.wipro.com
>



-- 
Maurizio Cucchiara

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Creating Tabs in Struts 2

Posted by Johannes Geppert <jo...@web.de>.
don't start with this tabbedPanel, the dojo plugin is deprecated.

Use  http://code.google.com/p/struts2-jquery/ Struts2 jQuery Plugin  or any
other plugin or any plain JavaScript UI Lib
like Dojo 1.5, Yui, jQuery or ...

Johannes




Li Ying wrote:
> 
> You can use the <tabbedPanel> tag, as Maurizio Cucchiara has told you.
> 
> http://struts.apache.org/2.2.1.1/docs/tabbedpanel.html
> 
> 
> Or you can use JQuery UI.
> Here are demos and docs:
> http://jqueryui.com/demos/tabs/
> 


-----
---
web: http://www.jgeppert.com
twitter: http://twitter.com/jogep

-- 
View this message in context: http://old.nabble.com/Creating-Tabs-in-Struts-2-tp30543356p30547386.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Creating Tabs in Struts 2

Posted by Li Ying <li...@gmail.com>.
You can use the <tabbedPanel> tag, as Maurizio Cucchiara has told you.

http://struts.apache.org/2.2.1.1/docs/tabbedpanel.html


Or you can use JQuery UI.
Here are demos and docs:
http://jqueryui.com/demos/tabs/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org