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]