Hello. My name is Josué Alcalde and I am new to this list. I started four months ago to use myfaces in my projects and I would like to contribute, perhaps with new components. I have read the wiki and now, I have a workspace for myfaces in eclipse.
One thing I would like to have in myfaces is a clean way to render messages in differents divs for each level, to be able to have a box for every kind of messages. Now, the only workaround to do this is four t:messages and add a <Level>Style="display:none;" for the three unwanted messages but it will render the messages four times. I would like to make a patch adding four new boolean attributes: - fatalRendered - errorRendered - warnRendered - infoRendered It would be easy to do overwriting "renderSingleFacesMessage" and check the level there. I have been playing with it and I have some questions: - Is there a "Code Formatter Profile" for Apache Code coventions? - There is a code generation. I have been browsing the wiki and the lists and I haven't found how it works. There are some old messages which said it didn't work. Is it working now? If it works, how can I generate the new attributes? if it doesn't work, should I edit the tag definition, the tag class and the component class manually?
