Just a note for people that may run up to this in the future.

when using an html:image tag such as:

<html:image property="someImage" value="value" .. />

under mozilla 1.2, this will generate the following properties to be fed to BeanUtils:

someImage.x
someImage.y
someImage

If you're using a bean to capture the x, y values calling the "someImage" property will yield a IllegalArgumentException: |

argument type mismatch.

|||
|

Remove value from the image tag and you're golden once again.


|||



--
To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to