1 Reply Latest reply on Mar 25, 2010 5:07 PM by allforjava

    custom converter tag with arguments

    allforjava

      Hi,

       

      Googled, and to some extend defined code. I need to define a custom converter tag with arguments, that respresents/converts the input/output text with specified mask/format.

       

      However the converter is not invoked. What m'I missing? Attached is the complete project (eclipse) towards jbossAS 6. Please do the needful.

       

      Thank you in advance!

        • 1. Re: custom converter tag with arguments
          allforjava

          A silly miss! The context param in web.xml was wrong. Fixed!

           

           

          However the logic failed. I was willing to create a generic formatter for inputText/outputText components with masks. I'm not sure whether to use converter for something else.