Re: Looks like a bug with image submit

2010-10-15 Thread Peter Stavrinides
Re: Looks like a bug with image submit On 15.10.2010 09:24, p.stavrini...@albourne.com wrote: > When using an image submit button it appears that the onSelected event never > fires: Yes, and it is a known one: https://issues.apache.org/jira/browse/TAP5-

Re: Looks like a bug with image submit

2010-10-15 Thread Stephan Windmüller
On 15.10.2010 09:24, p.stavrini...@albourne.com wrote: > When using an image submit button it appears that the onSelected event never > fires: Yes, and it is a known one: https://issues.apache.org/jira/browse/TAP5-711 Regards Stephan --

Looks like a bug with image submit

2010-10-15 Thread P . Stavrinides
Hi, When using an image submit button it appears that the onSelected event never fires: I.e: This works: //Java void onSelectedFromNotesSearch(){ // is invoked } But this doesn't: //Java void onSelectedFromNotesSearch(){ // is not invoked