How to update the Resource Bundle values in STRUTS

2005-10-18 Thread Shailesh Barde
access these messages from resourse bundle.However, when the administrator has to change this message he will click on the message.How it can be updated in the Resource Bundle?Kindly guide... Regards, shailesh Barde

Its Impossible to update ResourceBundle?

2005-10-19 Thread Shailesh Barde
  I have to update the resource bundle from an Action Class.I found it impossible as the handle of Resource Bundle is with ActionServlet when it is intialized.So, in order to update the resource Bundle values i have remove the handle first. My Question is it true?If Yes why & if No how it can b

How to Modify Resource Bundle While your application is Running withou restarting Server?

2005-10-24 Thread Shailesh Barde
Friends! Can any body tell me How to Modify Resource Bundle While your application is Running withou restarting Server? Its a fact Well Known Fact that ,When your application first access a resource bundle,struts loads the bundle into Memory & Caches it so that it can be quickly accessed again.

Resource Bundle Problem...

2005-11-07 Thread Shailesh Barde
, Shailesh Barde

Help Me out!!

2005-11-10 Thread Shailesh Barde
Hello, I have to set the value in the Struts Resource Bundle .Can anyone help me out to know how to set the value for particular key in Resource Bundle either using java.util.*(Resource Bundle) or Struts Util API?There is no method to set the value for a key in both of these API's? Rega

Re: Re: Help Me out!!

2005-11-11 Thread Shailesh Barde
: >Hi, > >You want to set it in runtime? > >Regards >Deepak Kumar > > >--- Shailesh Barde <[EMAIL PROTECTED]> wrote: > > > Hello, > >I have to set the value in the Struts > > Resource Bundle .Can anyone help me out to know how > >

Is it Possible!

2005-11-15 Thread Shailesh Barde
  hi, I want to access myMessegeResources.properties.However, if i try to access it this way it throws an exception of FileNotFound.However if i give Disk absolute path then it accesses that myMessegeResources.properties file. How to access the relative file in WEB-INF 1)Doesn't Works:-Here i

Re: Message Resources from DB

2005-11-16 Thread Shailesh Barde
 Dear Brian, I have some Source code regarding the issue of getting Message resource from DB.Also some excerpts gathered from various forums written in "forumsum.txt". I hope it will help you. Regards, Shailesh Barde [EMAIL PROTECTED] Alphonso Informex Pvt. Ltd., Pune(India)

Interesting!

2005-11-22 Thread Shailesh Barde
nded Action Servlet of ours in Application).How can i do this? Please Guide! Regards, Shailesh Barde

Help!

2005-12-06 Thread Shailesh Barde
  Hello Friends, I want to make application in which i have to make changes at Runtime in Resource Bundle.This is possible by Reading & Writing the .properties file using java.io.* API.However everytime you make change in it,the Context get Reloaded.Hence i have made all my changes in Tempor

Re: Help!

2005-12-07 Thread Shailesh Barde
ed the component which loads the >application resources file in struts. >Try for it. If you want, I can help in this direction, >I am getting only this in my mind now. >Lets see how other users reply. > >Regards >A > >On 7 Dec 2005 06:17:46 -, Shailesh Barde <[EMAIL P

Help!

2005-12-13 Thread Shailesh Barde
  Friends, I have to modify my application so that it will create a logs folder(Where error messages are logged in either info,error,warn priority etc. files)having name as per the user name who is logged in the application.Also,that folder should have Timestamp. 1>Can anyone g

Help!!Me

2006-01-05 Thread Shailesh Barde
  Hello! How to load a class from 2 different jars in a java class file using ClassLoader?

How to do pagination using Struts!

2006-06-16 Thread Shailesh Barde
  Hi, I have using a service at Bussiness layert which may fetch n number records... However i have to show this records using pagination... also when user won't find(let's say) his intended record on 1st paginated page & try to find data on 2nd paginated page,by clicking (1>2>3>4>5this

How to set Properties of DynaActionForm on

2006-08-19 Thread Shailesh Barde
  Hi List, I have a form where all the action are provided by link. I am using DynaActionform so when I click on html:link I do not get the Dynaform populated for the next page But If I use use html:submit then it happens as expected. Can any one have solution for the above issue. Tha