What expect you with the returned ActionForward?

Is the pageAttribute correct set in the jsp like:

 <html:select property="language" size="1">
  <html:option key="label.de" value="de"/>
  <html:option key="label.en" value="en"/>
 </html:select>
 <html:hidden property="page" value="a.page"/>

the forward works well with the tilesDefinition, but if not,
the forward in struts-config do not work well with the tileDefinition.

----- Original Message ----- From: "Antonio Petrelli" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <user@struts.apache.org>
Sent: Friday, June 09, 2006 12:45 PM
Subject: Re: tiles and forwards


Can you post the code of your action? At least the part when you return the forward in the "execute" method? I have a suspect.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to