afaik... tapestry 5 always requires a java class for a page template

the java class contains dynamically generated (enhanced) properties 
that represent  the component structure of your page

g,
kris




"Alex Shneyderman" <[EMAIL PROTECTED]> 
20.09.2007 10:44
Bitte antworten an
"Tapestry users" <users@tapestry.apache.org>


An
"Tapestry users" <users@tapestry.apache.org>
Kopie

Thema
Render only pages require classes along ?






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]


Reply via email to