11 Feb 2009, 11:47
Generic-user-small

Gavin Eugene Meyers (6 posts)

Hi, How do we create tabbed layouts in Stripes?
Can anyone point me to resources where I can get help with this.

Thanks
Gavin

13 Feb 2009, 01:48
Freddy_avatar_pragsmall

Frederic Daoud (16 posts)

If you look at the email_19 example from the book, the list of folders on the left mimicks the behavior of tabbed layouts. The selected folder is like the selected tab, and has an arrow indicating the currently selected folder. If you look at the code for layout_folder.jsp, FoldersViewHelper.java, and MyActionBeanContext.java, that should give you a good idea of how to manage this. In the book, this is explained starting from the beginning of Chapter 9.

Cheers,
Freddy

  You must be logged in to comment