RE: LookupDispatchAction with html:image?

2004-03-18 Thread Dixit, Shashank (Cognizant)
Search for ImageButtonDispatchAction in struts previous messages. It is devoloped by somebody and have put it there. Shashank Dixit jpmc ib , cognizant technology solutions pvt. ltd. Tel: +91 20 2931100 Ext : 2354 Vnet : 22362 Mobile : 98904 25400 An Obstacle is something you see when you ta

RE: submit an arraylist

2004-03-12 Thread Dixit, Shashank (Cognizant)
Hi Mike If you want arraylist to be filled by proper values after submission then you have to write nested tags // Note that name is not there Submit Changes Hope this helps Shashank Dixit cognizant technology solutions pvt. ltd. -Original Message- From:

RE: How to configure JNDI in tomcat5

2004-03-09 Thread Dixit, Shashank (Cognizant)
If you are using default initialContext() i.e. Context ctx = new InitialContext(); // without any parameter Then you have to look up like java:comp/dsname Or if you are initialising your context with server specific factory Context ctx = new InitialContext(xx, yy) // Refer server sp. Doc

RE: Debug ON/OFF

2004-03-01 Thread Dixit, Shashank (Cognizant)
using. By default the commomns-logging uses hte Simple-Logging. If you are using the log4j for logging purpose, then check out the log4j.properties file. If there is no properties then add one overridding the default setting. thanks and regards kishor -Original Message----- From: Dixit

Debug ON/OFF

2004-02-29 Thread Dixit, Shashank (Cognizant)
Hi All Anybody knows how to make debug on/off to make on/off struts-logging messages. I couldn't see any xml file for struts logging, Pls tell me how to make debug ON or OFF. Shashank S. Dixit Cognizant Technology Solutions Pvt. Ltd. Hinjewadi, Pune Mobile : 98904 25400 An Obstacle is someth

RE: ArrayList in Form

2004-02-27 Thread Dixit, Shashank (Cognizant)
lig hilsen Claus Weng Madsen, Teamleder TELMORE A/S Carl Gustavsgade 3, 2630 Taastrup Telefon 70218700, Mobil 30242875 www.telmore.dk -Oprindelig meddelelse- Fra: Dixit, Shashank (Cognizant) [mailto:[EMAIL PROTECTED] Sendt: 27. februar 2004 10:17 Til: [EMAIL PROTECTED] Emne: ArrayList in Fo

ArrayList in Form

2004-02-27 Thread Dixit, Shashank (Cognizant)
Hello All I have a ArrayList in the form which contains a CustomObject "TheROw". I iterate thr this arraylist to display it by as follows. This row will contain many fields such as rate or amount. \\ Display all rows PROBLEM : When the form gets submitted with rate or amount changed I expe

RE: Status 500

2004-02-24 Thread Dixit, Shashank (Cognizant)
uts try to populate the form associated with your action. please check there. -Original Message----- From: Dixit, Shashank (Cognizant) [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 24, 2004 1:48 PM To: [EMAIL PROTECTED] Subject: Status 500 Hello friends I am getting following exception whe

Status 500

2004-02-24 Thread Dixit, Shashank (Cognizant)
Title: Status 500 Hello friends I am getting following exception when I call a particular action. My all other actions are running fine. But for calling this particular action, I am getting exception given below. The action is derived from DispatchAction class but before the method is

<%= problem

2004-02-22 Thread Dixit, Shashank (Cognizant)
Title: <%= problem Hi all I am using Tomcat 4.0 plugged in Eclipse 2.1 In any jsp I cannot use <%= ..  %> i.e. JSP _expression_. E.g if I define <%! String var = "Anyvar" %> And form" property="subProduct"  value='<%= var %>' > OR form" property="subProduct"  value="<%= var %>"

Logic:equal

2004-02-19 Thread Dixit, Shashank (Cognizant)
Title: Logic:equal Hello friends How to compare boolean values by logic:equal? // do something Doesn’t seem to be working? Is there anything wrong in above code? Pls help. Shashank S. Dixit Cognizant Technology Solutions Pvt. Ltd. Hinjewadi, Pune Mobile : 98904 25400 An Obst

Struts Decision making

2004-02-11 Thread Dixit, Shashank (Cognizant)
Title: Struts Decision making Hello All Can anybody tell me how to make decision making in struts (IF-THEN-ELSE). I couldn’t find proper tags in LOGIC. Thanks in adv. Shashank S. Dixit Cognizant Technology Solutions Pvt. Ltd. Hinjewadi, Pune Mobile : 98904 25400 An Obstacle is som