You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Fanzhen <fa...@gmail.com> on 2010/09/07 06:11:51 UTC

Tapestry5 friendly Message headache!!!

  hey dear friends I got a stupid question:
         when a event link or a form submit finished some friendly 
message should return to the current page!
but tapestry do a redirect return !! I couldn't get the message set in 
my page!!
         And when I mark a @persist on the _msg field,I really can get 
the message, but anther thing come out, the
msg show when I refresh the page!!!!

        could anyone tell me a better way supplying  friendly message to 
my client user!!


         maybe something like  _form.record("xxxxxxxxxxxxxxx");

thanks in advance!!!

Fanzhen

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


Re: Tapestry5 friendly Message headache!!!

Posted by Fanzhen <fa...@hotmail.com>.
  On 2010-9-7 12:38, Borut Bolčina wrote:
> Use FLASH persistence (
> http://tapestry.apache.org/tapestry5.1/guide/persist.html). See also
> http://jumpstart.doublenegative.com.au/jumpstart/fr/examples/navigation/actionlinks.
> Search for FLASH in the page.
>
> -bob
>
> 2010/9/7 Fanzhen<fa...@gmail.com>
>
>>   hey dear friends I got a stupid question:
>>         when a event link or a form submit finished some friendly message
>> should return to the current page!
>> but tapestry do a redirect return !! I couldn't get the message set in my
>> page!!
>>         And when I mark a @persist on the _msg field,I really can get the
>> message, but anther thing come out, the
>> msg show when I refresh the page!!!!
>>
>>        could anyone tell me a better way supplying  friendly message to my
>> client user!!
>>
>>
>>         maybe something like  _form.record("xxxxxxxxxxxxxxx");
>>
>> thanks in advance!!!
>>
>> Fanzhen
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>>
>>
thank you friends , resolved it!!

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


Re: Tapestry5 friendly Message headache!!!

Posted by Borut Bolčina <bo...@gmail.com>.
Use FLASH persistence (
http://tapestry.apache.org/tapestry5.1/guide/persist.html). See also
http://jumpstart.doublenegative.com.au/jumpstart/fr/examples/navigation/actionlinks.
Search for FLASH in the page.

-bob

2010/9/7 Fanzhen <fa...@gmail.com>

>  hey dear friends I got a stupid question:
>        when a event link or a form submit finished some friendly message
> should return to the current page!
> but tapestry do a redirect return !! I couldn't get the message set in my
> page!!
>        And when I mark a @persist on the _msg field,I really can get the
> message, but anther thing come out, the
> msg show when I refresh the page!!!!
>
>       could anyone tell me a better way supplying  friendly message to my
> client user!!
>
>
>        maybe something like  _form.record("xxxxxxxxxxxxxxx");
>
> thanks in advance!!!
>
> Fanzhen
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>