yes..you can do it. But u have to extend Struts framework for that.... u need to write MultiBundleActionservlet which extends Action Servlet... and need to override protected void initApplication () of Action Servlet. write meta properties file..which contains properties for property files...
if u want i can send out source... enjoy!!!!! raj -----Original Message----- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 11:13 PM To: Struts Users Mailing List Subject: Re: More that one application resource file On Mon, 8 Jul 2002, Struts Newsgroup wrote: > Date: Mon, 8 Jul 2002 10:40:03 -0700 > From: Struts Newsgroup <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: More that one application resource file > > Subject: More that one application resource file > From: Davor Cengija <[EMAIL PROTECTED]> > === > Is it possible, and if yes, how, to have more than one application resource > file in a single application? > > I'm working on a project where diffrerent people at different levels > maintain a set of messages and translations and it's became very > complicated to have all the jsp's and application resources in sync. What > I'd like to have is appRes1.properties, appRes2.properties (and with locale > extensions) and to use them just as they were merged into one > appRes.properties file. > Can't you do the merging as part of your build process? Using "cat" (Unix) or "copy" (Windows) in a build script would seem like an easy solution to this. > -- > Davor Cengija > [EMAIL PROTECTED] > ============================= > "Nicht in die Augen bringen!" Craig -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

