I don't think we should go that route, as that would open up a very
big can of worms. Markup and logic are seperated in Wicket and
allowing such interpolation would open the door for scripting-like use
of Wicket, which I think is something we shouldn't support.

Eelco

On 5/18/07, Alex Objelean <[EMAIL PROTECTED]> wrote:
>
> Is it possible to apply TextTempate inside the markup of the component?
>
> More specifically, for the following markup:
>
> <wicket:head>
>   <style>
>     #${componentId} .selected {
>        background: blue;
>     }
>   </style>
> </wicket:head>
> <wicket:panel>
>    This is markup for my component
> </wicket:panel>
>
> the generated markup would replace the ${componentId} with the component
> markupId.. (same way - interpolate any other field dynamically using
> TextTemplate).
>
> I know that it is possible to interpolate variables on a file which is
> contributed in a head (css or js), but I am interested in the interpolation
> of the markup itself.
>
> Thank you!
>
> --
> View this message in context: 
> http://www.nabble.com/Applying-TextTempate-on-the-component%27s-markup-tf3780259.html#a10690722
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to