I have this page,
https://localhost:8443/partymgr/control/viewprofile?partyId=10451
call a form, the form invokes a service. After the service I want to
return the user to the previous page.
Right now my controller looks like this, but I know its not right.
Do I need to build the URL in the service and pass it back to the
controller?
<request-map uri="AddFacility1">
<security https="true" auth="false"/>
<event type="service" invoke="AddFacilityService1" />
<response name="success" type="view" value="viewprofile"/>
</request-map>