LookupDispatchAction and html:image

2004-07-09 Thread Darryl Smith
Has anyone got the two to work together? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

html:image vs html:submit

2004-07-08 Thread Darryl Smith
In an attempt to avoid using LookupDispatchAction: I planned on just using form.getAction(), which works with submit buttons, but when I try it with an image button its a different story. Here's my setup public class CartForm extends ActionForm { private final Map values = new HashMap(); pr