New Product Option Error
Posted: Thu Dec 19, 2013 1:58 pm
Hello,
I was trying to add a new Product Option in Admin.
We already have type Text and now I wanted to add type as "Textarea". I added a new Enum in ProductOptionType.java a new Enum like.
public static final ProductOptionType TEXTAREA = new ProductOptionType("TEXTAREA","Textarea");
But when I try to use it, it throws a null pointer exception.
Please help.
I was trying to add a new Product Option in Admin.
We already have type Text and now I wanted to add type as "Textarea". I added a new Enum in ProductOptionType.java a new Enum like.
public static final ProductOptionType TEXTAREA = new ProductOptionType("TEXTAREA","Textarea");
But when I try to use it, it throws a null pointer exception.
Please help.