Re: Creating Tabs in Struts 2

2010-12-28 Thread Johannes Geppert
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 tag, as Maurizio Cucchiara

Re: Creating Tabs in Struts 2

2010-12-28 Thread Li Ying
You can use the 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-

Re: Creating Tabs in Struts 2

2010-12-28 Thread Maurizio Cucchiara
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 : > > 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, > Kart