But html-template just is a regular file, a class resource compiled in
jar, you cannot change/generate it dynamically in run-time.
Dynamic markup allows to build a component-tree in run-time, but
doesn't allow to change html-template or assigned java-class itself.

2009/2/16 Igor Vaynberg <[email protected]>:
> the point of all those wicket:ids is to generate dynamic markup.
> dynamic meaning runtime.
>
> -igor
>
> On Mon, Feb 16, 2009 at 8:22 AM, kan <[email protected]> wrote:
>> Just random thought...
>> Has anybody thought to make wicket html-template compiler? I think it
>> could be quite useful - it can check all wicket:id, all hrefs and so
>> on checked at compile-time. And also it can gain some performance,
>> because it will not require to parse html at run-time.
>>
>> --
>> WBR, kan.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>



-- 
WBR, kan.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to