Re: Link inside feedback message

2010-11-16 Thread Anna Simbirtsev
Thank you.

On Tue, Nov 16, 2010 at 10:26 AM, Manfred Bergmann
 wrote:
>
> 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-message-tp3043825p3045009.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>



-- 
Anna Simbirtsev
(416) 729-7331

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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-message-tp3043825p3045009.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Link inside feedback message

2010-11-16 Thread Anna Simbirtsev
And I need to provide the whole URL? What if I need to use
bookmarkable page link. For example:
add(new BookmarkablePageLink("homelink", Home.class));

On Mon, Nov 15, 2010 at 10:01 PM, Alexander Morozov
 wrote:
>
> /* add feedback */
> FeedbackPanel panel = new FeedbackPanel("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.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>



-- 
Anna Simbirtsev
(416) 729-7331

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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 list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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 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.apache.org
>
>

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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.apache.org