Hello,

I have searched the web for examples of what I'm trying to achieve, but
could not find one. Here it is:

I have a page that is used to create a user. Once the fields are filled, the
user is redirected to a page that allows him to upload a picture to his
newly created profile. 

I want the "picture upload" page to display a "user creation success"
information panel, IIF the user has been redirected to the "picture upload"
page from the "user create" page. Note, that the "picture upload" page can
be accessed from various points in the web application, and in those
occurrences, I don't want to display any special message at all.

I have thought about adding a constructor to the "picture upload" page that
would accept "special messages". e.g:
public PictureUploadPage(String specialMessage)

but I think that is too ugly. In addition, I want the message to disappear
after a refresh, just like the behaviour of a FeedbackPanel. The best thing
would be if I could share a Feedback panel between pages, or a
FeedbackMessage across pages. 

Any suggestions on how I can accomplish this elegantly?

thanks,
Benny.
-- 
View this message in context: 
http://www.nabble.com/Feedback-message-across-pages-or-tabs-tp18633013p18633013.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to