Did anybody use the ImageButtonBean from struts? It works fine in IE, but in Firefox i got an IllegalArgumentException when i tried to set the properties of ImageButtonBean. This error, according to struts Documentation, is caused by a bean or a name of the property null (http://commons.apache.org/beanutils/api/org/apache/commons/beanutils/PropertyUtils.html#setSimpleProperty).
I already looked up in everywhere, but didn't find anything wrong. :/
Thanks for help. =]