Re: Reg: debuging in eclipse

2006-02-22 Thread nitin mandolkar
Can you please check eclipse log file at same. You will get more details. Nitin M. Mandolkar. On 2/22/06, Shasirekha Engala [EMAIL PROTECTED] wrote: Hi I have some problem related to eclipse. When I am trying to debug my struts application I am getting the error as Failed to connect to

Re: debuging in eclipse

2006-02-22 Thread nitin mandolkar
I am using eclipse/MyEclipse for my application development. I never did such complex setting for debugging. For me it always works fine with tomcat 4, tomcat 5 and Weblogic 8.1. Do these setting really needs to debug the application. Nitin M. Mandolkar. On 2/22/06, [EMAIL PROTECTED] [EMAIL

How to accress property set to action element

2005-12-06 Thread nitin mandolkar
element autheticated in action call process() method. Is there any method in ActionMapping class that will help to get this property. Observation: -- After setting this property i tryed to run my webapplication. But which gives me an error. Nitin mandolkar

Re: How to stop struts logging in my web application

2005-11-28 Thread nitin mandolkar
HI Gamer Thanks for your help. It works fine. -Ni3 On 11/28/05, Garner, Shawn [EMAIL PROTECTED] wrote: add this line below the rootLogger line: log4j.category.org.apache=OFF -Original Message- From: nitin mandolkar [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 23, 2005 6

Re: How to stop struts logging in my web application

2005-11-24 Thread nitin mandolkar
Hi I added this enrty in log4.properties files looks like it is helping me. log4j.logger.org.apache=INFO Can you please explain this one. What actullay it is doing. it is like we can set the log level by package level or class level also. On 11/23/05, Gary Feidt [EMAIL PROTECTED] wrote: Did

Re: Using message resources to specify value in an html:submit button

2005-11-24 Thread nitin mandolkar
attribute if you have multiple modules for instance) Hermod -Original Message- From: nitin mandolkar [mailto:[EMAIL PROTECTED] Sent: Friday, November 25, 2005 7:22 AM To: Struts Users Mailing List Subject: Re: Using message resources to specify value in an html:submit button Hi Mon Cab

How to stop struts logging in my web application

2005-11-23 Thread nitin mandolkar
Hello Strust Users In Strus webapplication when i set log4.properties file with below option It logs also strus log which is creating the very big log file. I want log only my webapplication log statement rather than strust. Is there any property i have to set in log file where i can disabble or

How to unsubscribe from mailing list

2005-07-12 Thread Nitin Mandolkar
I have unsubscribe from struts mailing list. But still I am getting mails from struts mailing list. Please let me what to do for this one. Thanks in Advance. Nitin Mandolkar.

RE: problem while displaying error message

2005-06-24 Thread Nitin Mandolkar
Have you added you ActionErrors object in request scope. http://struts.apache.org/api/org/apache/struts/action/Action.html Go this link and find the method SaveErrors -ni3 -Original Message- From: Khan [mailto:[EMAIL PROTECTED] Sent: 24 June 2005 10:33 To: user@struts.apache.org

RE: Prob with html:select id -- Plz help me OUT

2005-06-09 Thread Nitin Mandolkar
Hello can I know which struts you are using. Then and then only I can ans you. -ni3. -Original Message- From: Kade Jeevan Kumar [mailto:[EMAIL PROTECTED] Sent: 09 June 2005 13:28 To: user@struts.apache.org Subject: Prob with html:select id -- Plz help me OUT Hi! i have an html code

RE: Prob with html:select id -- Plz help me OUT

2005-06-09 Thread Nitin Mandolkar
- Original Message - From: Kade Jeevan Kumar To: Struts Users Mailing List Cc: Sent: Thursday, June 09, 2005 6:13 PM Subject: RE: Prob with -- Plz help me OUT Hi Nitin! I am using Struts 1.1 Nitin Mandolkar wrote: Hello can I know which struts you are using

RE: Prob with html:select id -- Plz help me OUT

2005-06-09 Thread Nitin Mandolkar
Sorry server with value selected in combo 1 and and populate the bean for combo2. -Original Message- From: Nitin Mandolkar Sent: 09 June 2005 14:38 To: Struts Users Mailing List Subject: RE: Prob with html:select id -- Plz help me OUT Changing the content of combo1 will change

RE: Toggle Colors between Rows

2005-06-09 Thread Nitin Mandolkar
In action class which generate the table row out put Declare one temp variable which will you can use in decision making. Suppose you want to switch between colors red and green. Code will be like this Byte switchcolor=0. If (switchcolor=0) { Row with red

RE: Is there anyway to access this forum online?

2005-06-09 Thread Nitin Mandolkar
Hi Manju why don't you do one thing created login to any Free mail service. Google is good one. -Ni3 -Original Message- From: Manju [mailto:[EMAIL PROTECTED] Sent: 09 June 2005 15:52 To: Struts Users Mailing List Subject: Is there anyway to access this forum online? Hi guys, I

RE: HOWTO: multiple values field.

2005-05-31 Thread Nitin Mandolkar
Onclick: Java script event hander executes the code when an element get a mouse click. ondblclick: Java script event hander executes the code when an element get a mouse double click. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 31 May 2005 09:48 To:

RE: How to run an action automatically like thread ?

2005-05-26 Thread Nitin Mandolkar
If you are working on Linux platform use crontab i.e. Linux scheduler. Nitin. -Original Message- From: Paul McCulloch [mailto:[EMAIL PROTECTED] Sent: 26 May 2005 09:53 To: 'Struts Users Mailing List' Subject: RE: How to run an action automatically like thread ? Quartz

RE: struts 1.2.4 examples error with NB4.1. help pls!

2005-05-23 Thread Nitin Mandolkar
10.5.1 500 Internal Server Error The server encountered an unexpected condition which prevented it from fulfilling the request. There is some thing wrong with Application server. Application server Is not able to compile that file. Please check application server configuration. -ni3

RE: [HELP] Couldn't include bean:write tag in onClick in html:radio

2005-05-20 Thread Nitin Mandolkar
You are trying to use struts tag in java script. Please check how to use struts tag in java script. -Original Message- From: Pham Anh Tuan [mailto:[EMAIL PROTECTED] Sent: 20 May 2005 05:46 To: Struts Users Mailing List Subject: [HELP] Couldn't include bean:write tag in onClick in

RE: How to I check what version of struts I have?

2005-05-20 Thread Nitin Mandolkar
You can find it read me file. If you have only struts.jar file. Then unzip it with winzip and look for manifest file. This my manifest file reading. Look for your. Manifest-Version: 1.0 Implementation-Version: 1.0.2 Specification-Title: Struts Framework Specification-Version: 1.0

need struts source code.

2005-05-18 Thread Nitin Mandolkar
Can any body please tell the struts repository path for Specification-Title: Struts Framework Specification-Version: 1.0 Implementation-Title: Struts Framework Extension-Name: Struts Framework Created-By: Ant 1.4.1 Implementation-Vendor-Id: org.apache Implementation-Vendor: Apache