Revision history [back]

click to hide/show revision 1
initial version

answered 2008-08-11 21:54:40 +0800

Vic gravatar image Vic

Very nice ! Thank you, sousa1981

1) I put "i3-label**.properties" files in WEB-INF. 2) I used next code in zul page:

<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c" ?>
<button tooltiptext="${c:l('windowMain.questionnaire_tooltiptext')}" />

All work perfect !

Also I tryed use MVEL, as you write above

<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c" ?>
<?evaluator name="mvel"?>
<button tooltiptext="${Labels.getLabel('windowMain.questionnaire_tooltiptext')}" />

It works too.

You helped me, thank you very much !

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More