Hi, I have the following request mapping in my controller.xml. ================================================= <request-map uri="RemoveIt"> <event type="service" path="" invoke="removeIt" /> <response name="success" type="request-redirect" value="ListIt"/> <response name="error" type="request-redirect" value="ListIt"/> </request-map> ================================================= One of my freemarker file has a url link like: <@ofbizUrl>RemoveIt</@ofbizUrl>?id=11&view=10"
When I click that link, it will call removeIt() in my service definition, then I want to pass the parameter: view=10 to ListIt. If I use type="request-redirect", it will pass all parameters, but id=11 should be removed. If I use request-redirect-noparam, it will not pass parameters at all. Is there a way to decide which parameter will be passed? Thanks. tomcat acec __________________________________________________________________ Connect with friends from any web browser - no download required. Try the new Yahoo! Canada Messenger for the Web BETA at http://ca.messenger.yahoo.com/webmessengerpromo.php