On Mon, 3 Feb 2003, BaTien Duong wrote:

> Date: Mon, 3 Feb 2003 20:02:41 -0700
> From: BaTien Duong <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>
> To: Struts Users Mailing List <[EMAIL PROTECTED]>,
>      [EMAIL PROTECTED]
> Subject: Re: Design question: Model component using Business logic beans
>
> We use chained exception from jdk1.4, commons.logging, and factoring out 4
> components that are independent on Struts [MessageResources,
> MessageResourcesFactory, PropertyMessageResources, and
> PropertyMessageResourcesFactory]. I heard somewhere that these 4 components
> will eventually be in commons. ActionErrors and ActionError are used at the
> web layer. With many TilesAction(s) in 1 page, we coordinate the error
> handling of the page via the ERROR_KEY attribute of the request.
>

The refactoring of the resources code to make it independent of Struts has
been completed:

  http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-resources

However, it was too late in the 1.1 release cycle to make Struts use this
new code itself.  That will happen in a future version, but you can use
commons-resources for your business tier message resource needs in the
interim.

> Hope this may help.
> BaTien

Craig

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to