I tried upgrading my components to tapestry 4.1.3, from tapestry 4.1.1.
I have issue with the following code in my jwc file:
<component id="title" type="Insert">
<binding name="value" value="ognl:pageMessages.getMessage('layout.' + id +
'.title')" />
</component>
That worked in tapestry 4.1.1, but now in 4.1.3, and also in 4.1.2 that
throws null pointer exception:
source is null for getProperty(null, "id")
id should get current ID of the component.
Can you please help, I searched all over the place, don't know what to do :(
Mirko
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]