In my struts.xml I have set up a stack for "defaultStack" to include the
Parameters Interceptor, and I have then set the default stack to
"defaultStack".

In my action class I have set up a setter injector called
setProductId(String productId) which sets to a local variable.

I then have a form which points to that action, which is AddToCart.action
to be precise. I have an hideen HTML input with the name "productId" and a
value set, however when I submit the form the productId variable in the
action class has not been set?

Is there something obvious that I might be missing?

Many thanks and best regards,

Chris

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

Reply via email to