How to set Properties of DynaActionForm on html:link ..../

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.

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 (12345this

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?

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. 1Can anyone

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

Interesting!

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

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) 9890799722

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

Re: Re: Help Me out!!

2005-11-11 Thread Shailesh Barde
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 to set the value for particular key in Resource Bundle either using java.util.*(Resource

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?

Resource Bundle Problem...

2005-11-07 Thread Shailesh Barde
, 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

How to update the Resource Bundle values in STRUTS

2005-10-18 Thread Shailesh Barde
to 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