Could you use s:hidden on the form to store your params?

On Wed, May 7, 2008 at 10:47 PM, Eduardo Dela Rosa
<[EMAIL PROTECTED]> wrote:
> Hi,
>
>  I was trying to use the <s:submit> and invoke it with *some *parameters
>  using <s:param>.
>
>  i.e.,
>
>  *<s:submit ...>
>   <s:param ../>
>   <s:param ../>
>   <s:param ../>
>  </submit>*
>
>  However, the parameters don't seem to be getting through to the
>  HttpServletRequest object
>  when interrogated inside the Action.
>
>  I know I can use the <s:url> instead, but I preferred the <s:submit>.
>
>  I'm implementing ServletRequestAware interface, by the way.
>
>  Thanks.
>
>  --
>  Eduardo Dela Rosa
>

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

Reply via email to