Hi,

When I use t:submit without the image parameter the onSelectedFromMyButton method gets called. When using the image parameter it does not get called. When no image is used the post [1] includes the t:submit value. When an image is used [2] only the java component id is added as a parameter name. Could this be a bug or am I missing something?

Thanks,
Joost

[1] post without image:

myField value t:ac 639
t:formdata     Shortened.......hAgAAA==
t:zoneid        createEditZone
t:submit        myButton_1298e6f8ec3


[2] post with image:

myField value t:ac 639
t:formdata     Shortened.......hAgAAA==
t:zoneid        createEditZone
myButton

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

Reply via email to