Jesse, Thanks for taking the initiative and creating some documentation. I added your contribution to SVN. Please allow several hours for the automated build and web page replication to take effect.
If you or any other users would like to provide additional help with documentation, these types of contributions are always welcome. Thanks again, sean On 5/25/05, Jesse Wilson <[EMAIL PROTECTED]> wrote: > > Hey MyFaces --- > > I don't have access to contribute HTML documentation > to the MyFaces site, but I think the following documentation > will be useful. It describes the newspaperTable component > that I wrote several months ago. Could somebody please > post this documentation on the MyFaces website? Thanks. > > Web page: > http://myfaces.apache.org/components/newspaperTable.html > > Description: > The newspaperTable tag allows a long, narrow table to be wrapped > so that it becomes a short, wide table. This allows more information > to be shown on a single screen. This is commonly used to present > checkboxes for a long list of items. > > Syntax: > <x:newspaperTable newspaperColumns="3" value="# > {addressBB.states}" var="state"> > <f:facet name="spacer"><f:verbatim> </f:verbatim></ > f:facet> > <h:column> > <h:outputText value="#{state.abbr}"/> > </h:column> > <h:column> > <h:outputText value="#{state.name}"/> > </h:column> > </x:newspaperTable> > > Screenshot: > > >

