[OFBiz] Users - anyway to keep a request parameter through a request chain

David E. Jones jonesde at ofbiz.org
Tue Jan 18 07:12:04 EST 2005


Si,

Could you be more specific about the context you are talking about? It 
sounds like you are talking about chained requests in the control 
servlet, but I'm quite sure. For those chained requests the 
ServletRequest or HttpServletRequest (standard Java servlet objects) 
are the same through the entire chain and maintain both attributes and 
parameters.

Or are you asking about the behavior of the service event handler?

-David


On Jan 17, 2005, at 5:09 PM, Si Chen wrote:

> Hello.
>
> Is there a way to keep a request parameter through a controller 
> request-chain even if it is not a parameter of any of the intervening 
> services?
>
> For example, I have a parameter productCategoryId which goes through 
> three services, none of which return productCategoryId as a parameter. 
>  At the end of the request chain, I want to go back to the original 
> productCategoryId with a request to "category".  Is there a way to 
> keep productCategoryId through the request chain without making it a 
> parameter of all the three services in the request chain?
>
> Thanks,
>
> Si
> _______________________________________________
> Users mailing list
> Users at lists.ofbiz.org
> http://lists.ofbiz.org/mailman/listinfo/users
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2363 bytes
Desc: not available
Url : http://lists.ofbiz.org/pipermail/users/attachments/20050118/040ae648/smime.bin


More information about the Users mailing list