Liju Thomas wrote:
> Hi All,
>
> I am getting an error called 'target is null for setProperty(null, 
"targetUrl",
> thomas)'.

This is an OGNL error, where it's trying to set a property,
"targetUrl" in this case, on an object that doesn't exist.

Fomr your source code:
> <component id="targetUrl" type="TextField">
>            <binding name="value" value="fnuRedirect.targetUrl"/>
> </component>

The target is fnuRedirect, but this object is not defined.

Cheers,
Nick.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to