yes we already have that or working on that kind of support like the wicket:message tag/attribute.
But i dont know what the current status is at this time.


On 10/24/06, Bondarenko, Oleg <[EMAIL PROTECTED]> wrote:
is the easy use of localized labels.

Compare

<span key="welcome"/>

in Tapestry template with

<span wicket:id="welcome"/> (template)

plus

add(new Label("welcome", new StringResourceModel("welcome", this, null)));  (Java code)

in Wicket!

Strangely enough, all wicket localization examples (pub, forminput) make use of localizing the WHOLE template (Home.html, Home_de.html , ...) which is the least acceptable solution in real-world applications.

Hope, my feedback is useful. Keep up with the good job, guys!

Oleg


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to