Can I make use of Tapestry jQuery module within a t:beaneditform? Eg that the
button is styled according to the jquery mixing?
<t:beaneditform submitLabel="Save" />

Or do I explicitly have to specify the button together with the mixin?
<t:form>
<t:beaneditor>
<div class="t-beaneditor-row">
<t:submit t:mixins="jquery/button" class="t-beaneditor-submit" value="Save"
/>


I only could get it to work by the latter example. But is there some "out of
the box" chance for beaneditform without having to specify the button
itself?


Further: do I always have to specify t:mixins="jquery/.." if I want to make
use of jquery?

Thanks



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/jQuery-submit-button-for-beaneditform-tp5717703.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

Reply via email to