Hi all,

Using struts 1.3.8 I'm trying to use the struts-html taglib to create a form 
attribute that submits the form to a maximized window state, like possible with 
the actionURL tag:

<form action="<portlet:actionURL windowState="<%= 
WindowState.MAXIMIZED.toString() %>">
                <portlet:param name="struts_action" value="/my/action" />
            </portlet:actionURL>"
                method="POST">

Is there a way to do this? Maybe with a hidden form input?

Thanks,
Evert Lammerts

Reply via email to