Hi Joshua, if you use submit then you can specify a zone in the form, here is untested code:
.tmp: <t:form t:id="test" zone="myzone"> </t:form> <t:zone t:id="myZone"/> <t:block id="myBlock"> message goes here... </t:block> .java: @Inject private Block myBlock; Object onSuccess { return myBlock; } Joshua Jackson-3 wrote: > > I don't understand. > > Can you please give me a code snippet? Because I don't use ActionLink > to submit form, I use Submit button. > > Thanks in advance > > O > -- View this message in context: http://www.nabble.com/T5%3A-Display-action-message-tp16193997p16218377.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]