Re: Link inside feedback message

2010-11-16 Thread Anna Simbirtsev
; -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Link-inside-feedback-message-tp3043825p3045009.html > Sent from the Users forum mailing list archive at Nabble.com. > > - > To unsubscri

Re: Link inside feedback message

2010-11-16 Thread Manfred Bergmann
Check the API docs for Component. You'll find urlFor() methods that take a Page subclass and PareParameters. => urlFor(Class pageClass, PageParameters parameters) Manfred -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Link-inside-feedback

Re: Link inside feedback message

2010-11-16 Thread Anna Simbirtsev
backPanel("feedback"); > panel.setEscapeModelStrings(false); > > /* message with HTML*/ > info("Please, visit > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Link-inside-feedback-message-tp3043825p3044162.htm

Re: Link inside feedback message

2010-11-15 Thread Alexander Morozov
/* add feedback */ FeedbackPanel panel = new FeedbackPanel("feedback"); panel.setEscapeModelStrings(false); /* message with HTML*/ info("Please, visit http://apache-wicket.1842946.n4.nabble.com/Link-inside-feedback-message-tp3043825p3044162.html Sent from the Users forum mailing

Re: Link inside feedback message

2010-11-15 Thread Igor Vaynberg
you would have to subclass the component that feedbackpanel uses to render the message with something like SmartLinkLabel, and add the urls to your feedback messages. -igor On Mon, Nov 15, 2010 at 1:10 PM, Anna Simbirtsev wrote: > Hi, > > Is it possible to add a bookmarkable link to a feedback m

Link inside feedback message

2010-11-15 Thread Anna Simbirtsev
Hi, Is it possible to add a bookmarkable link to a feedback message? To have a link inside a message? Thanks, Anna - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.