Hello all.
Does anybody here already have created a
JSF Custom Component Project using
Maven Archetype for Myfaces?
I've created a complete component using this archetype, so it uses JSF 1.1,
Servlet 2.3.
So I need to upgrade my project because I need my component to be used in a facelets environment which uses a different
implementation for EL.
I'd like to know if does exists any archetype to do this work using more actual libraries.
Notes: Using this archetype I need to implement my Tag Handler with UIComponentTag instead of UIComponentELTag regarding that UIComponentTag is now deprecated with JSF 1.2.
Thanks.