Re: Link in Feedback Message

2014-05-04 Thread Martin Grigorov
Hi, See https://github.com/l0rdn1kk0n/wicket-bootstrap/blob/master/bootstrap-core/src/main/java/de/agilecoders/wicket/core/markup/html/bootstrap/common/NotificationPanel.java#L108 It is a custom FeedbackPanel that uses a Panel instead of a Label for the feedback messages. This way you can put

Re: Link in Feedback Message

2014-05-02 Thread Martin Makundi
You can look at how a link/button renders its url and render that to the message. ** Martin 2014-05-02 22:01 GMT+03:00 Entropy blmulholl...@gmail.com: I am currently putting a link into one of our feedback messages so give the user a quick way to navigate in response to a particular

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(ClassC pageClass, PageParameters parameters) Manfred -- View this message in context: