Re: html:image vs html:submit

2004-07-08 Thread Michael McGrady
This tells you where the problem is. If you look at the code there you should be able to tell what is going wrong. At 01:33 PM 7/8/2004, you wrote: org.apache.commons.beanutils.PropertyUtils.getPropertyDescriptor(PropertyUtils.java:837)

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