3 Replies Latest reply on Apr 7, 2009 9:13 PM by dan.j.allen

    Customize seam-gen tool to generate localized XHTML

    ahmadadly

      Hello All,
      I am doing sample application using jBoss Seam. this Sample application should support Arabic and English languages, when I generated screens and entities using Seam-gen tool, I surprised that most of the XHTML pages content, including some errors messages defined in pages.xml, are hard-coded, for example all property labels of all entities are labeled with their name in column in database table. So regarding to localization feature that is supported in jBoss Seam, is there a way to customize this generated code? or by another meaning, does jBoss Seam using something like template engines? if yes, how can I customize it, is there a manual describing this?


      I am familiar with Velocity Template Engine.


      Best regards