Re: T5: Display action message

2008-03-22 Thread Angelo Chen
Hi Joshua, if you use submit then you can specify a zone in the form, here is untested code: .tmp: message goes here... .java: @Inject private Block myBlock; Object onSuccess { return myBlock; } Joshua Jackson-3 wrote: > > I don't understand. > > Can you please give me a co

Re: T5: Display action message

2008-03-22 Thread Joshua Jackson
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 On 3/22/08, Angelo Chen <[EMAIL PROTECTED]> wrote: > > how about let the actionLink pointing to a zone? > > -- Let's show the world what we've got.

Re: T5: Display action message

2008-03-21 Thread Angelo Chen
how about let the actionLink pointing to a zone? Joshua Jackson-3 wrote: > > Dear all, > > How do we implement action message in T5? I want to display a message > after an event occur, whether on success or on failure. Can anyone > give me and insights on this. I've searched the document for t