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.
This forum is in readonly mode and serves as an archive of old information. All posting, registration and commenting abilities have been turned off. To get help, the Broadleaf team reguarly monitors the broadleaf-commerce tag on Stack Overflow so please ask your questions there.