nested tags doubt by radhika

2002-06-13 Thread Radhika Nadkarni
hi, Has anyone used nested:text tag, or any other tag like nested:checkbox etc ? Can anyone provide any info. on it _ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com -- To unsubscribe, e-mail:

Re: nested tags doubt by radhika

2002-06-13 Thread Radhika Nadkarni
hi, wat is the diff. between nested:text and html:text tags ?? Help reqd. urgently From: Radhika Nadkarni [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: nested tags doubt by radhika Date: Thu, 13 Jun 2002 09:04:15 + hi, Has anyone

DynaActionForm initialization

2002-06-11 Thread Radhika Nadkarni
HI, 1) My reqt. is pretty very simple. I want to make a text field premanently disable. But, when I use html:text property=name disabled /, the field becomes invisible. How can I use the disabled attribute of html:text tag ? 2) How can I initialize a field using DynaActionForm ?

DynaActionForm initialization by radhika

2002-06-11 Thread Radhika Nadkarni
HI, 1) My reqt. is pretty very simple. I want to make a text field premanently disable. But, when I use html:text property=name disabled /, the field becomes invisible. How can I use the disabled attribute of html:text tag ? 2) How can I initialize a field using DynaActionForm ?

Different buttons in one JSP

2002-06-11 Thread Radhika Nadkarni
hi, Im having one JSP in which I have created 3 submit buttons. How can I identify these buttons in the Action class ? _ Send and receive Hotmail on your mobile device: http://mobile.msn.com -- To unsubscribe, e-mail:

Aggregator in Struts 1.1

2002-06-06 Thread Radhika Nadkarni
hi, CAn anyone tell me wat is Aggregator in Struts 1.1 ??? _ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

Console created by James Holmes

2002-06-06 Thread Radhika Nadkarni
hi, can we create Action forms, Action classes, web.xml using Console created by James Holmes ??? _ Chat with friends online, try MSN Messenger: http://messenger.msn.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

Re: validation.xml

2002-06-05 Thread Radhika Nadkarni
hi, configure it in web.xml file as init-param param-nameconfig/param-name param-value/WEB-INF/validation.xml/param-value /init-param From: William W [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: validation.xml Date:

Struts Console basic doubt !!!!!!!

2002-06-04 Thread Radhika Nadkarni
hi, im trying to download the Struts Console propsed by James Holmes. However, I cld download the zip file. But after downloading the same, the zip file doesn't have anny setup file or anything to start the Console. What am I suppose to do ??

struts-validator.jar file reqd. urgently

2002-06-04 Thread Radhika Nadkarni
Hi all, Can some one pl send me the latest struts-validator.jar file ?? I think the file which Im having is not the latest one and I am not able to find the latest file on the net ??? Help reqd. urgently. _ Chat with

RE: New Struts 1.1 Book

2002-06-04 Thread Radhika Nadkarni
hi, cld u tell me where can i find the book ??? I want it urgently Thanx From: Chappell, Simon P [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: RE: New Struts 1.1 Book Date: Tue, 4 Jun 2002 16:25:35 -0500 I have

Validator in struts 1.1 by radhika

2002-06-03 Thread Radhika Nadkarni
hi, I am using Validator of Struts 1.1 My jsp has 2 text boxes. Upon click of the submit button, validation.xml file which I have written must be parsed, so that it will carry out the validations which i have written. However, im getting the foll. error : - java.lang.NoSuchFieldError:

object of action servlet in action class

2002-05-29 Thread Radhika Nadkarni
hi, Can anyone tell me as to how to get an object of ActionServlet in the Action class ??? _ Send and receive Hotmail on your mobile device: http://mobile.msn.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

related to Multiple config. and resource files by radhika

2002-05-28 Thread Radhika Nadkarni
Hi, Im trying to use Struts 1.1 for checking out the stuff related to multiple struts-config.xml file and multiple resource file. Can anyone plzzz tell me as to how exactly the files are to placed in the server. Im using WEblogic 6.1 Thanx

Struts 1.1 multiple config doubt by radhika

2002-05-28 Thread Radhika Nadkarni
Hi, I have a problem related to configuring multiple struts config file in Struts 1.1. The following is the code snippet added in web.xml :- init-param param-nameconfig/param-name param-value/WEB-INF/struts-config.xml/param-value /init-param init-param

Value object doubt !!!

2002-05-24 Thread Radhika Nadkarni
hi, Im having an action Form. Im using Value object for data conversions. Now my problem is i have two scenarios for implementing the same : - 1) Value object will be separate 2) Value object will be composed within the Form Bean. Can anyone tell me which is the best strategy out of the two ?

Multiple form beans doubt !!!!!!

2002-05-24 Thread Radhika Nadkarni
hi, Wat r the disadv. of using multiple form beans in case u have diff. JSPs ? Also, wat r thr adv. of using a single form bean in the case of diff. JSPs ? _ Chat with friends online, try MSN Messenger: http://messenger.msn.com

RE: Anyone want a tool to validate a struts war file?

2002-05-24 Thread Radhika Nadkarni
hi im interested in the tool .Do send me the info and the setup tooo ??? eagerly waiting for the same. Thanx a lot From: Holman, Cal [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: RE: Anyone want a tool to

Multiple action forms Vs single action form

2002-05-23 Thread Radhika Nadkarni
hi, If I have 3 JSPs , what will be a better approach according to performance - whether to have single or multiple formbeans. What will be better if the JSPs have dependent fields what will be better if the JSPs have independent fields ? Thanx and regards, radhika