You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Anjali Abraham <an...@aztec.soft.net> on 2005/09/08 14:41:36 UTC

Need help on how to display a message in Tapestry

Hi All,
            I Need help on how to display a message on my login page.
 
I have a scenario wherein where in I move from my login page to "forgot
Password" page, and in the forgot password page I have a submit button
wherein after all validation if successful I need to display a Message say
"Welcome back to Login Page" into the login page after clicking on the
submit button in the forgot password page.
The problem is that, initially my login page shouldn't have that message to
be displayed but after I come back from forgot password page I need to
display that message.
So what n all code I need to add in my html page so that displaying the
message or not be dynamic and what component need to be used for displaying
the message in login's .page file.
 
Thanks in advance,
 
Regards,
Anjali