cool!

I had couple of questions on

http://www.wicket-wiki.org.uk/wiki/index.php/I18n_in_Wicket#Link_Modeling

> Perhaps we want to add a German page, but the coolPage does not exist in 
> German.
> What do we do?

Cant we set the link to invisible by checking the locale by overriding
isVisible( )?
do you want to externalize this?

> For instance, a company page may be www.coolcompany.com in English, but
> www.coolcompany.com/jp in Japanese.

This is modelled as ExternalLink i guess that accepts a model for
href. So cant we fetch the link from page.properties using Locallizer
class in Model.getObject( )

thanks,
karthik

On 2/9/06, David Leangen <[EMAIL PROTECTED]> wrote:
>
> I'm interested in strategies for i18n in Wicket, so I started a wiki
> page here:
>
>   http://www.wicket-wiki.org.uk/wiki/index.php/I18n_in_Wicket
>
> Contributions and discussions very welcome.
>
>
> I also discuss the "dilemma" of links under this model.
>
>
> Cheers,
> Dave
>
>
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
> for problems?  Stop!  Download the new AJAX search engine that makes
> searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
> _______________________________________________
> Wicket-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to