Re: Panel based wizard properties question

2008-09-22 Thread Igor Vaynberg
this is a simple variable interpolation not a templating language :)
of course there is nothing stopping you from generating the info
message using velocity or freemarker or whatever else.

-igor

On Mon, Sep 22, 2008 at 11:07 AM, Edward Zarecor
<[EMAIL PROTECTED]> wrote:
> Looking at the abracadabra example using property file style localization
> messages, http://www.wicket-library.com/wicket-examples, to wit:
>
> confirmation.content=You are about to create user '${firstName}
> ${lastName}', for \
> department '${department}' and user name '${userName}'. Are you sure you
> want to \
> do this? I mean, are you really you want to allow
> '${userName}' \
> on this system? If you are, please press finish to complete.
>
> Does property variable expansion support collections?  For example:
>
> confirmation.content=You are about to create users \
>  \
> '${firstName} ${lastName}' \
>  \
>
> I suspect I know the answer as the example doesn't list the roles a user was
> assigned in the wizard, but thought someone might know for certain.
>
> Thanks.
>
> Ed.
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Panel based wizard properties question

2008-09-22 Thread Edward Zarecor
Looking at the abracadabra example using property file style localization
messages, http://www.wicket-library.com/wicket-examples, to wit:

confirmation.content=You are about to create user '${firstName}
${lastName}', for \
department '${department}' and user name '${userName}'. Are you sure you
want to \
do this? I mean, are you really you want to allow
'${userName}' \
on this system? If you are, please press finish to complete.

Does property variable expansion support collections?  For example:

confirmation.content=You are about to create users \
 \
'${firstName} ${lastName}' \
 \

I suspect I know the answer as the example doesn't list the roles a user was
assigned in the wizard, but thought someone might know for certain.

Thanks.

Ed.