Skip to Content
0
Former Member
Mar 22, 2009 at 04:17 PM

Reg: Null values in context

78 Views

Hi,

I have a context node and 3 context attributes. I am binding this context attributes to 3 input fields.

I also have a search functionality which takes the 3 input field parameters as inputs and the input fields are not mandatory. But when i have no value in any of the input fields, it is giving me null pointer exception as i am passing one of the attribute as null to search functionality. How can i avoid this.

Please suggest.

Thanks.