You can probably use the 'var' attribute of the portlet:actionURL tag to store the url as a variable which you can reference by an expression in the html:form tag. Take a look at the tag reference for the portlet tags (PLT.22.2) in the JSR168 spec [1] for details.
Nils-H [1] - http://jcp.org/aboutJava/communityprocess/final/jsr168/index.html On Tue, Dec 16, 2008 at 12:47 PM, Evert Lammerts <evert.lamme...@sara.nl> wrote: > 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 > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org