Hi,

in 1.1, I had my own markup parser and XMLPullParser, that basically replaced all ${key} strings in Markup with the values from associated properties files.

This no longer works for 1.2, because MarkupParserFactory.newMarkupParser does not provide the MarkupContainer, for which the markup is parsed. So I can't replace the ${key} strings in markup, because I don't know to which component the markup belongs.

I know there is a <wicket:message key="..."></wicket-message> solution, but it has two drawbacks for me. It's really verbose and it can't be used in tag attributes (e.g. <button value="${buttonCaption}"/>)

Any ideas?

-Matej


-------------------------------------------------------
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

Reply via email to