Hi! I am trying to understand the Shell and the Body components. I am looking at the Tutorial and the Developers help pages. The help page for the Shell component at http://tapestry.sourceforge.net/doc_frame.html gives the following as an example. I just am not able to figure out which is the generated html, which is goes to the .html file and the .jwc file and so on... It is very confusing. :)
--------- Begin code snippets from http://tapestry.sourceforge.net/doc_frame.html --------- <html> <head> <link rel="stylesheet" type="text/css" href="../../style.css" title ="style"> <title>MyCorp Customer Login</title> </head> <span jwcid="$content$"> <span jwcid="shell" title="MyCorp Customer Login"> <body jwcid="body"> <h1>Customer Login</h1> Welcome to MyCorp's Customer Portal secure login page. <p> <span jwcid="insertDailyMessage"/> </body> </span> </span> </html> --------- End code snippets from http://tapestry.sourceforge.net/doc_frame.html --------- Regards, Manoj ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Tapestry-developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/tapestry-developer
