Forums

Home » Liferay Portal » English » 3. Development

Combination View Flat View Tree View
Threads [ Previous | Next ]
toggle
Vasu Sambangi
create tabs + struts2 framework
July 21, 2011 4:43 AM
Answer

Vasu Sambangi

Rank: New Member

Posts: 7

Join Date: December 9, 2010

Recent Posts

how to create tabs with the framework of struts2....?
David H Nebinger
RE: create tabs + struts2 framework
July 21, 2011 7:53 AM
Answer

David H Nebinger

Rank: Liferay Legend

Posts: 4496

Join Date: September 1, 2006

Recent Posts

Many of the Liferay supplied portlets are based on Struts and use tabs. All of them have the source code available, so that should help you get started....
Philippe CHEIPE
RE: create tabs + struts2 framework
July 22, 2011 12:52 AM
Answer

Philippe CHEIPE

Rank: Junior Member

Posts: 61

Join Date: August 12, 2010

Recent Posts

We are using struts 2 too. For tabs, we do them manually using some jquery plugins.

Perahps you should try this http://code.google.com/p/struts2-jquery/wiki/TabbedPanelTag but we have not tested them in a portlet context