-
Type:
Bug
-
Status: Open
-
Priority:
Trivial
-
Resolution: Unresolved
-
Affects Version/s: 2.1.8.1
-
Fix Version/s: 3.0
-
Component/s: Plugin - Portlet
-
Labels:
-
Environment:
Any
-
Flags:Patch
Currently while creating a URL, Struts2 only supports the regular JSR Window States (NORMAL; MAXIMIZED, MINIMIZED). When a customized window state is passed it defaults to the NORMAL window state
Here is an example link to reproduce this behaviour
<s:url windowState="exclusive" action="index" />
A patched is attached to this issue.