Hi,
When using an image submit button it appears that the onSelected event never
fires: I.e:
This works:
<!--tml-->
<input t:type="submit" t:id="notesSearch" alt="Search" title="Search"/>
//Java
void onSelectedFromNotesSearch(){
// is invoked
}
But this doesn't:
<!--tml-->
<input t:type="submit" t:image="asset:context:images/searcharrow.png"
t:id="notesSearch" alt="Search" title="Search"/>
//Java
void onSelectedFromNotesSearch(){
// is not invoked
}
I am using Tapestry 5.1.0.5.
Cheers,
Peter
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]