JDK1.4.2 Version

2006-07-11 Thread Vasumathi
Hi All Can anyone tell me the name of JDK1.4.2 like Java SE6 name is "Mustang". With Regards Vasumathi. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

ServletConfig, ServletContext and ServletContainer

2006-06-19 Thread vasumathi
Hi I have a confusion with Difference between ServletContext, ServletContainer and ServletConfig? Also the destroy() method is called by the ServletContainer after the threads in service() method exited or the time period expired. My question is, how the ServletContainer come to know threads

Extending DynaActionForm

2006-03-30 Thread vasumathi
Hi Anyone can help, how to use the properties of a DynaActionForm in other DynaActionForm with example. with regards vasu - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Difference between DispatchAction and LookupDispatchAction

2006-03-30 Thread vasumathi
Hi i like to know the difference between DispatchAction and LookupDispatchAction in struts 1.2. anyone can help me... with regards vasu - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROT

Re: which method is better

2006-02-28 Thread vasumathi
If you want to submit all the values to database, you can pass form ref. but in case of submitting one or two values to database, what is the need of sending form ref, we can pass those values itself. > Hello, > > I usually have set and get methods for all properties in my Model class. > After s

Disabling Back Button in IE

2006-02-21 Thread vasumathi
Hi Anyone can tell how to disable the "Back" button in IE through our Code. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: validator frame work for struts Action Errors

2006-02-20 Thread vasumathi
u can use like this in validation.xml file in WEB-INF folder. minlength 5 maxlength 12

Re: Regarding using HashMap in jsp

2006-02-01 Thread Vasumathi
Hi Thanks for your help. Regards vasu - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Regarding using HashMap in jsp

2006-01-30 Thread Vasumathi
HI Anyone can tell how to write the properties value of HashMap in using Regards vasu - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Difference between struts1.1 and struts1.2

2006-01-24 Thread Vasumathi
Hi Anyone can explain the difference between struts1.1 and struts1.2 with regards vasu - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Struts, Tiles and the Validator

2006-01-24 Thread Vasumathi
artin Ravell <[EMAIL PROTECTED]>: > Thanks for the post Vasumathi > > I don't quite follow what you are saying however. > > Since I use Tiles with my struts the page that contains my form is produced > by an Action executing (I use an Action which extends DispatchAction

Re: Struts, Tiles and the Validator

2006-01-23 Thread Vasumathi
Hi you try like this in struts_config.xml and tiles_sam.xml file. in tiles for this sample.jsp this may help u Quoting Martin Ravell <[EMAIL PROTECTED]>: > Say I have an app th

Re: Validation with DynaValidatorForm not working - help

2006-01-12 Thread Vasumathi
can u send ur struts_config.xml file with validator plugin and mentioning message_resource class in that file. also pls send ur jsp in which u want to print error messages. regards vasu Quoting Mahadevan Venkataraman <[EMAIL PROTECTED]>: > Thanks for the replies. > > Here is more info on the

Re: Validation with DynaValidatorForm not working - help

2006-01-12 Thread Vasumathi
e give validations > corresponding to a action (as single form can be reused in different > actions > and not all fields need to be validated in each case) then I feel you need > a > call to validate. > > Correct me if I'm wrong :-) > > Regards, > Vishal > >

Re: Validation with DynaValidatorForm not working - help

2006-01-11 Thread Vasumathi
ruts config. > > All it would contain is a validate method with a call to super.validate(). > Please refer to the sample code in my last note for reference. > > Regards, > Vishal > > On 1/12/06, Vasumathi <[EMAIL PROTECTED]> wrote: > > > > no need to crea

Space in jsp

2006-01-11 Thread Vasumathi
Hi after running the web application, when i see the source of that page, there are lots and lots of space between each line. what is the reason for that, anyone can help me plz. i not used any &nbsb in that jsp page... Regards vasu -

Re: Validation with DynaValidatorForm not working - help

2006-01-11 Thread Vasumathi
gt; } > } > > Hope this solves your problem. > > > On 1/12/06, Vasumathi <[EMAIL PROTECTED]> wrote: > > > > sorry u try this one. not previous one. > > > > > type="org.apache.struts.validator.DynaValidatorForm"> >

Re: Validation with DynaValidatorForm not working - help

2006-01-11 Thread Vasumathi
sorry u try this one. not previous one. > > > > > > > > > Quoting Mahadevan Venkataraman <[EMAIL PROTECTED]>: > > > Hi, > > > > I am having some problems in getting struts to > > validate my input form. It seems to completely ignore > > the validation and starts exe

Re: Validation with DynaValidatorForm not working - help

2006-01-11 Thread Vasumathi
Try like this in struts-config.xml file. i hope it will work. Quoting Mahadevan Venkataraman <[EMAIL PROTECTED]>: > Hi, > > I am having some problems in getting struts to > validate my input form. It seems to completely ignore > the validation and starts executing the acti

Re: Missing message for key

2006-01-05 Thread Vasumathi
hi u try like this in jsp page. Quoting Gündüz Can Topal <[EMAIL PROTECTED]>: > Hey > > I setup ApplicationResources.properties file in"com.trend.struts" > package in "src" directory. > > In which I have > title = "MY TITLE" > element. > > My struts-config line as follows : > > >

RE: Regarding Log4j

2005-12-28 Thread Vasumathi
t; then you can any where in your class instead of System.out.println()any one > of the below. > > logger.debug(); > > logger.info(); > > logger.error(); > > logger.Warn(); > > logger.fetal(); > > > > that's all. > > > > Regards, > > J

RE: Problem with resources file

2005-12-28 Thread Vasumathi
Hi Sakala Reddy thank u for ur reply. i already tried like that, but it shows some error like, 'equal symbol required... like that Quoting "Sakalareddy.T" <[EMAIL PROTECTED]>: > Hi vasumathi, > Ex; j > > Calling the function: javascript:xyz('&#

Re: Problem with resources file

2005-12-28 Thread Vasumathi
try with this code in struts_config.xml - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

About

2005-12-28 Thread Vasumathi
Hi Everybody i have a doubt that, how to pass into javascript function. when clicking the button i have to call a javascript function with as parameter. is it possible? anyone can help me pls... regards vasumathi. - To

About

2005-12-28 Thread Vasumathi
Hi Everybody i have a doubt that, how to pass into javascript function. when clicking the button i have to call a javascript function with as parameter. is it possible? anyone can help me pls... regards vasumathi. - To

Regarding Log4j

2005-12-27 Thread Vasumathi
Hi Guys I am working on struts for last one year. In my current project we are using Log4j for Logger.i like to know how to configure and use in our application. particularly we are using Ant tool. Anyone can help me please. its very urgent please regards vasumathi.p