I can't believe I did this to my self !!

I was using a wrong annotation....JDO's @Persistent
javax.jdo.annotations.Persistent

*---------------------*
*Muhammad Gelbana*
http://www.linkedin.com/in/mgelbana


On Sat, Aug 23, 2014 at 11:06 PM, Muhammad Gelbana <m.gelb...@gmail.com>
wrote:

> I'm using v5.4-beta-17 and I'm facing an issue.
>
> I have an object persisted using the @Persistent annotation.
>
> And then I have a Select component on the page. While handling the Select
> component's VALUE_CHANGED event method, it seems I can't access the
> persisted object, its always null although I've initialized it in the
> Form's PREPARE event (This event is fired whenever the form containing the
> Select component is preparing for rendering\submission)
>
> *---------------------*
> *Muhammad Gelbana*
> http://www.linkedin.com/in/mgelbana
>

Reply via email to