Is there any way to set html components property values in html file based on resource file?
For example text can be set nicely using wicket:message <wicket:message key="hereSomething"/>. However as far as I know for tag properties <input wicket:id="somethingButton" type="submit" value="hereSomething"/> has to be set in code using AttributeModifier. Am I correct or is there some way to do that all in html? - Juha Alatalo ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
