You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by tibor katelbach <oc...@gmail.com> on 2006/09/04 13:50:54 UTC

dispatcher context used as a request ?

Hi every one

I'm trying to implement error catching in the addOrIncreaseItem but
unfortunetly I'd have to pass along the request through all methods
and addOrIncreaseItem is used in many different places which makes
refactoring quite heavy.
the dispatcher is allready part of addOrIncreaseItem parameters.

is there a std way of doing this, that I missed ?
could I use the dispatcher context to gather errors done , and in the end
pass them to the request?

Thx for the thoughts