Hai actually for every view template that mean for example Hello.html there will be Hello.page and Hello.class so finally the page will be built from all these 3 components. Is there possibility to see that code. Means from thse three components an object might be building with final result which is sent to the browser , so where does that object reside and is there possibility to see that code.
Muralidhar Y Software Engineer, Emirates-I.T Division, Dubai. Mobile : 00971-50-2256149 (Keep Smiling. Be happy All The Time.) -----Original Message----- From: Vinicius Carvalho [mailto:[EMAIL PROTECTED] Sent: 31 July 2005 06:33 To: Tapestry users Subject: Tapestry 4 property Hello there! I'm having a bit of problems with the new ASO and properties here :D I used to have: <property-specification name="user" type="User"> visit.getUser() </property-specification> Now I have: <property name="user"> visit.getUser() </property> I'm getting an error at this line: Could not parse specification context:/WEB-INF/pages/Start.page. location: context:/WEB-INF/pages/Start.page, line 6, column 72 Well, I think either that is not supported anymore (visit.getxxx) or my visit object was not set properly. And heres goes a question. I set it up using the meta attribute: <meta key="org.apache.tapestry.visit-class" value="net.sf.webfeeds.view.visit.Visit"/> But I did not set a contribution to hivemodule. Could be this the reason? PS: What happened to the colourful exception page??? :P Regards --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
