Jun Tsai <jun.tsai <at> gmail.com> writes: > Some exception : > > Unable to resolve expression 'model.title' for > synthetic.module.node.web.NodePage$Enhance_0 <at> c4afc4[synthetic.module.page.CreatePage]. > > source is null for getProperty(null, "title")
It means the model is null. Use the Inspector to check if the model in the session is null or add a println() to your setModel() to see how it is set to null. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
