Hi,
What made you thinking that your component is not loaded? Also have you
done request and view mapping in the controller.xml? If all is correct
make sure that the screen name, you have mentioned in controller.xml is
consistent with the one you defined in PracticeScreens.xml
Thanks,
--
Ashish Nagar
su2 wrote:
Hi All,
I have added a new component under hot-deploy named practice.
I added ofbiz-component.xml file with location="webapp/practice" and
mount-point="/practice"
I added practice>webapp>practice>WEB-INF>controller.xml & web.xml
I added practice>widget>PracticeSreens.xml
I started the server using java -Xmx256M -jar ofbiz.jar command.
but I get following error message.
*********************
HTTP Status 404 - /practice/control/main
type Status report
message /practice/control/main
description The requested resource (/practice/control/main) is not
available.
***********************
Some how my newly added component is not able to load.
Does anybody have idea on this?
I really appreciate your help.
Thanks in advance.