You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Ashika Umanga Umagiliya <au...@biggjapan.com> on 2010/01/19 07:55:38 UTC

Property Expression Language : Combing bean value and string ?

Greetings all,

In my Datatable , I use PropertyColumn to create my columns.
I want to know whether using Wicket EL  , I can do something like following:

Input object has  'name' field.

EL String : "Your name is ${name}"
Output String : "Your name is Tom"

Thanks in advance.

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


Re: Property Expression Language : Combing bean value and string ?

Posted by Igor Vaynberg <ig...@gmail.com>.
you can easily create your own AbstractColumn that does the interpolation.

-igor

On Mon, Jan 18, 2010 at 10:55 PM, Ashika Umanga Umagiliya
<au...@biggjapan.com> wrote:
> Greetings all,
>
> In my Datatable , I use PropertyColumn to create my columns.
> I want to know whether using Wicket EL  , I can do something like following:
>
> Input object has  'name' field.
>
> EL String : "Your name is ${name}"
> Output String : "Your name is Tom"
>
> Thanks in advance.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

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