Hi Vivek

   In web.xml the content is like this :
<context-param>
     <param-name>mainDecoratorLocation</param-name>
    
<param-value>component://practice/widget/CommonScreens.xml</param-value>
     <description>The location of the main-decorator screen to use for this
webapp; referred to as a  context variable in screen def XML
files.</description>
</context-param>

   Please let me know if anything is to be changed in it.

Thanks & Regards
Prashanth Jilla


Vivek Mishra-2 wrote:
> 
> Hello Prashanth,
> 
> Please check whether you have done main- decorator entry in web.xml.
> It seems you haven't done this.
> 
> Thanks !
> --
> Vivek Mishra
> 
> 
> jillas wrote:
>> Hi
>>
>>    I am new to ofbiz, I am practicing CRUD operations from the tutorial.
>> While creation I am getting an error as below:
>> org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen
>> [component://common/widget/CommonScreens.xml#GlobalDecorator]:
>> java.lang.RuntimeException: Error rendering included form named
>> [main-decorator] at location
>> [component://practice/widget/PracticeForms.xml]:
>> java.lang.NullPointerException (Error rendering included form named
>> [main-decorator] at location
>> [component://practice/widget/PracticeForms.xml]:
>> java.lang.NullPointerException)
>>
>> And on updation I am getting an error as below:
>> org.ofbiz.webapp.event.EventHandlerException: Service invocation error
>> (Could not find SimpleMethod XML document in resource:
>> component://practice/script/org/hotwax/practice/PracticeServices.xml)
>>
>> Please let me know how to solve this erors.
>>
>>
>>
>> Thanks & Regards
>> Prashanth Jilla
>>   
> 
>  
> 

-- 
View this message in context: 
http://www.nabble.com/Errors-on-CRUD-operations-tp23881225p23884444.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply via email to