> Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
> list-help: <mailto:[EMAIL PROTECTED]>
> list-unsubscribe: <mailto:[EMAIL PROTECTED]>
> list-post: <mailto:[EMAIL PROTECTED]>
> Delivered-To: mailing list [EMAIL PROTECTED]
> To: <[EMAIL PROTECTED]>, "Ratnadeep Bhattacharjee"
<[EMAIL PROTECTED]>
> Subject: RE: missing resource attribute
> MIME-Version: 1.0
> Content-Transfer-Encoding: 7bit
> X-Priority: 3 (Normal)
> X-MSMail-Priority: Normal
> Importance: Normal
> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300
> X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N
>
> Have you included an 'application' element in web.xml, which points to your
> ApplicationResources.properties file ?
>
> <init-param>
> <param-name>application</param-name>
> <param-value>your.path.ApplicationResources</param-value>
> </init-param>
>
> take a look at web.xml in the struts-example app
>
> -Justin
>It can't find your applicationresources.properties file....look in your
>web.xml and make sure the path to it is correct and that the tag exists...
>Chris Evans
>Canlink Interactive Technologies
Thanks for replying. The above mentioned parameter was there in my web.xml.
However, the ApplicationResources.properties file was in the wrong place causing
all my problems. My build.xml was not working properly.
-Deep.