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 |