Hi, all! I have a page that needs no logic - just to be rendered.
html looks lie this: <html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"> <head> <title>Render-only Page</title> </head> <body> <p> Login here <t:pagelink t:page='Login'>login page</t:pagelink> </p> </body> </html> Until I create class Index.java in root.pages package tapestry sends back HTTP ERROR: 404 the java class is empty. Can't tapestry deal with this? -- Thanks, Alex. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]