On 7/19/05, Matej Knopp <[EMAIL PROTECTED]> wrote:
> What I wanted to do was having a one markup (like Page_src.html) that
> would look like
> <html>
>    $(item1)
> </html>
> and properties for different languages that could be used as model to
> generate Page_en, Page_sk, Page_de, etc. These pages would be generated
> statically from ide. But I don't want it anymore.

This is exactly what the "pre-processor" does, though it is not
integrated with wicket. You run it before you deploy your application.

> 
> I'm going to try if it is possible to implement my own resource locator
> that would return a stream that would generate the correct page content
> (replacing things like $(item1)) on fly.
>

I guess you know you localize all kind of texts, not just labels. By
means of AttributeModifier you can modify any attribute as well.
 
Juergen


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to