Hi,

What version are you using? Can you post the full stack trace? I looked at
the source code and I don't really see how line 149 of BeanForm.java can
cause a NPE...

Also, what library id are you using in the .application file? Those jwcid's
should probably include the library id, no?

Take care,

Daniel


On 1/18/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

I have tried:

<span jwcid="@BeanForm" bean="ognl:foo" properties="ognl:'name'"
save="listener:onSave" />

as well as:

<span jwcid="@BeanForm" bean="ognl:foo" beanProperties="ognl:'name'"
save="listener:onSave" />

but it comes up with:

ognl.OgnlException
beanProperties

java.lang.NullPointerException
Stack Trace:

    * com.domain.components.BeanForm.getBeanProperties(BeanForm.java:149)

Any pointing in the right direction?

Thanks!

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


Reply via email to