cirile now i try this: <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"> <head> <title>musiclib Start Page</title> </head> <FRAMESET COLS="30%, 70%"/> <FRAME SRC="coluna1.html"/> <FRAMESET ROWS="20%, 80%"/> <FRAME SRC="linha1.html"/> <FRAME SRC="linha2.html"/> <body> </body> </html>
the tapestry don´t complain but the web browser don´t show nothing, i created the coluna1.html and linha1.html and linha2.html with the same source: <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"> <head> <title>musiclib Start Page</title> </head> <body BACKGROUND="paper.gif" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#FF66FF" ALINK="#FF0000"> <table t:type="grid" rowsPerPage="10" pagerPosition="both" source="tracks"> <t:parameter name="ratingCell"> XXXX </t:parameter> </table> </body> </html> the browse must show the grid at 3 frames but nothing happened......... whats wrong????? -- View this message in context: http://www.nabble.com/HTML-tags....such-as-Publisher-or-Front-page-editor.....-tf3840106.html#a10874816 Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
