Hi,

using:
<s:submit type="image" src="images/icons/app/32x32/sign-in.png" name="submit" />

Sends the following to my action:
submit => [ Submit ] submit.x => [ 40 ] submit.y => [ 7 ]

x / y are coordinates of my click, defined by w3c. Now they are sent
to my action, and OGNL tries to set it. Which leads to:

> Error setting expression 'submit.x' with value '[Ljava.lang.String;@a53ed8f'
> ognl.NoSuchPropertyException: java.lang.String.x

Of course, ognl, sets a string "submit", then tries to find the getX
method on my string which does not exist.

How can I deal with that?

Cheers
Christian

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to