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

<<winmail.dat>>

-------------------------------------------------------------------------
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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to