You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Josh Chappelle <jc...@4redi.com> on 2010/06/04 18:27:47 UTC

TextField that renders a link

Does anyone know of a TextField component or perhaps a Behavior that can be
added to a TextField that will render a link when the user types a URL into
it?

 

Thanks,

 

Josh


Re: TextField that renders a link

Posted by Mauro Ciancio <ma...@gmail.com>.
Hello,

  An option is to create a panel that inside of it has
two components, a textbox and a link. Via ajax
you can update the textbox's model and show the
link if needed.

  I don't know if there is a pre-made component with
that functions, but I've wrapped two components
into a panel and it works pretty good.

Regards.

On Fri, Jun 4, 2010 at 1:27 PM, Josh Chappelle <jc...@4redi.com> wrote:

> Does anyone know of a TextField component or perhaps a Behavior that can be
> added to a TextField that will render a link when the user types a URL into
> it?
>
>
>
> Thanks,
>
>
>
> Josh
>
>


-- 
Mauro Ciancio <maurociancio at gmail dot com>