> On Dec 14, 2007 2:41 AM, Leonardo Uribe <[EMAIL PROTECTED]> wrote: > > Hi > > > > The proposal is to create a new maven module in myfaces core project called > > examples12 > > > > The objectives to be addressed for this module are: > > > > Give a solution for MYFACES-1327 Make example webapp with 1.2 features > > and/or MYFACES-1683 Lack of any Documentation + Examples for this version > > (1.2) > > Offer to users a brief and simple guide about what's change, what's new on > > 1.2, and how they can use it. > > Some examples are based on some tomahawk examples to make easier the > > development.
In general, I'm in favour of an examples project. But it should not have tomahawk components in it; those should only be in the tomahawk-specific examples projects. > > > > Actually I have the following simple tests working: > > > > HelloWorld > > h:dataTable Enhancements > > Invoke on Component Example > > Label attribute for input type components > > Phase Methods for f:view > > Conversion for BigDecimal and BigInteger > > layout attribute for PanelGroup component > > Pretty output when ResourceBundle string not found > > binding attribute from converters, listeners and validators > > layout attribute for h:messages > > onclick javascript on CommandLink and CommandButton > > image attribute render as graphicImage img from CommandButton > > detect if a request is a postback > > multiple renderkits > > Permit the passing of a null value to SelectItem.setValue() > > disabled on outputLink and commandLink > > Register ResourceBundle via EL without f:loadBundle > > new tag: f:setPropertyActionListener > > rendered attribute for f:verbatim > > Object for return type action (for use Enums)Suggestions and critics are > > welcome!! Hmm..this is quite a long list. How big (how many jsps) will this demo be? The demo should probably also point out how processing is now done in two phases. For example, that a datascroller now works correctly when placed above the referenced table. And none of this is myfaces-specific. So maybe this should be done in a neutral venue (eg sourceforge) where other groups can also contribute? Regards, Simon
