Hello,
I'm trying to do something like Si Chen did in "hello3", the guestbook
Now I get the form showing up, then I add the action to it
give the form a target A1
in controller.xml, define request-url="A1", type="service" invoke="A2"
in servicedef/services.xml define service name='A2" type="java" and so
on
now the system report can't locate service "A2", it seems don't know
where to find "services.xml"
in web.xml,
<context-param>
<param-name>serviceReaderUrls</param-name>
<param-value>/WEB-INF/services.xml</param-value>
<description>Configuration File(s) For The Service
Dispatcher</description>
</context-param>
is there
do I miss something else?
Thank you
Hao
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users