Page 1 of 1

New Product Option Error

Posted: Thu Dec 19, 2013 1:58 pm
by Abhishek
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.

Re: New Product Option Error

Posted: Sat Dec 21, 2013 6:00 pm
by phillipuniverse
Where do you get the stack trace? If you are on the 3.0 line, please update to the latest 3.0.6-GA and see if the problem persists.

If there is still an issue, open a report at https://github.com/BroadleafCommerce/Br ... rce/issues with as much information as you can provide. Include the stack trace as well as the Broadleaf version that you are on.