new to ofbiz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

new to ofbiz

Pal Infocom Technologies-2
how can i call java method withou using service engine
Reply | Threaded
Open this post in threaded view
|

Re: how can i call java method withou using service engine

Scott Gray
Here's an example:
    <request-map uri="login">
        <security https="true" auth="false"/>
        <event type="java" path="org.ofbiz.webapp.control.LoginWorker"
invoke="login"/>
        <response name="success" type="view" value="main"/>
        <response name="requirePasswordChange" type="view"
value="requirePasswordChange"/>
        <response name="error" type="view" value="login"/>
    </request-map>

Regards
Scott

On 03/07/07, amit charaya <[hidden email]> wrote:
>
>
>
> --
> View this message in context:
> http://www.nabble.com/how-can-i-call-java-method-withou-using-service-engine-tf4016843.html#a11407898
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>