contrib:Tree and related has been recently updated... see http://jakarta.apache.org/tapestry/tapestry-contrib/ComponentReference/Tree.html contrib:Table is still missing, but contrib:TableView is helpful http://jakarta.apache.org/tapestry/tapestry-contrib/ComponentReference/TableView.html as are the 3.0.4 docs http://jakarta.apache.org/tapestry/3.0.4/doc/ComponentReference/contrib.Table.html
What exactly is the problem with Frame support? It's 100% complete. Only @Frame is needed and it's documented in http://jakarta.apache.org/tapestry/tapestry/ComponentReference/Frame.html For an intro to frames see http://www.w3.org/TR/REC-html40/present/frames.html Wherever they have <FRAME src="contents_of_frame1.html"/> you would use <FRAME jwcid="@Frame" page="Page1"/> and there's no need for a FrameSet component... simply use the html <frameset> tag. Scott Venter wrote: >Good day all, > >Having worked through the examples and having used the majority of the >components available from tapestry and the contrib project, I need to ask the >obvious question. > >When will the component documentation, particularly the contrib component >documentation for tables and trees, be completed, and if it is, where can one >find the docs? > >Also will tapestry ever properly support Frames? Despite the fact that the >Frame component is yet to be properly documented, there appears to be no >FrameSet component, implying an incomplete implementation, or incomplete docs >on my side. > >If frames are indeed supported, can someone point me in the direction of some >decent frames based examples. > >Many thanks >Scott. > > >This email and any files transmitted with it are confidential and intended >solely for the use of the individual or entity to whom they are addressed. If >you have received this email in error please notify the system manager. This >message contains confidential information and is intended only for the >individual named. If you are not the named addressee you should not >disseminate, distribute or copy this e-mail. > > > >------------------------------------------------------------------------ > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]