From 34d8707456bd2a30bc01a9b8a07bcde41fcf9f1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Gielen?= Date: Mon, 13 Aug 2007 08:33:44 +0000 Subject: [PATCH] WW-2108: Make being able to remember last selected tab using a cookie git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@565267 13f79535-47bb-0310-9956-ffa450edef68 --- .../site/resources/tags/ajax/tabbedpanel.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/core/src/site/resources/tags/ajax/tabbedpanel.html b/core/src/site/resources/tags/ajax/tabbedpanel.html index 15941d04d..e61ffd565 100644 --- a/core/src/site/resources/tags/ajax/tabbedpanel.html +++ b/core/src/site/resources/tags/ajax/tabbedpanel.html @@ -131,6 +131,14 @@ Please do not edit it directly. String Label expression used for rendering a element specific label + + labelSeparator + false + : + true + String + String that will be appended to the labe + labelposition false @@ -371,6 +379,14 @@ Please do not edit it directly. String Icon path used for image that will have the tooltip + + useSelectedTabCookie + false + false + true + String + If set to true, the id of the last selected tab will be stored in cookie. If the view is rendered, it will be tried to read this cookie and activate the corresponding tab on success, unless overridden by the selectedTab attribute. The cookie name is "Struts2TabbedPanel_selectedTab_"+id. + value false