Hi,
I am looking at Amazon.com's kind of shopping page, where they have multiple
forms, one for each item.
Pressing "Add to cart" on any form will probably invoke the same application
on their server, even though their actions (encoded with item ID) were
different. Perhaps, that application will use the form's action to decipher
which item user wanted.

Could we do this kind of thing with Struts ?
It seems to me that the action URL is tied closely to the Struts action, so
there is no way to map a set of actions URLs (based on some pattern) to
invoke the same Struts action.

Any help is greatly appreciated.
Thank you,
Anil

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

Reply via email to