Can anyone help me how to unsubscribe

2002-02-05 Thread Krishnamoorthy
Actually I tried in all the possible ways to unsubscribe. Not only me lots of other guys are tring to do it.but no use , could anyone help us to unsubscribe from struts. Thanks Kicha -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: How to use JSP inside Struts tag

2001-12-20 Thread Krishnamoorthy
Hi, You can use the jsp with struts, as you do with the Jsp and Html "Hudayioglu, Fehmi" wrote: > Hello, are there any good and complete source about how to use jsp embedded > in the struts tag > > HAPPY NEW YEARS, AND HAPPY CHRISTMAS! > > -- > To unsubscribe, e-mail:

Re: Struts intermittently not working after startup

2001-12-13 Thread Krishnamoorthy
Yes I too have the same problem, Count me ... Kicha Rob Breeds wrote: > I've been developing my first real Struts application for last several > weeks and things have been going OK. But I reached a point (about Sunday) > where the web app now doesn't always work correctly, in that it give error

Re: assigning correct reference.

2001-12-12 Thread Krishnamoorthy
Try this in your m/c and others m/c. "Hudayioglu, Fehmi" wrote: > Hi guys, > maybe it sounds quite as a basic question, but I don't know the answer. > > I have images, JSP include pages and other staff referenced within my page. > I wrote that references like this. > or src="../images/btnFirst

Re: alternate parameter values with html:submit

2001-12-12 Thread Krishnamoorthy
i think you will able to get this values if you have written the form class i.e; the set and get method for each of those variable i.e; for text1,text2,checkbox,select. eg: Inside your form class you should have setText1(String x){ } String getText1(){ } I think this will helps you, Kicha P.

Re: converting to submit...

2001-12-11 Thread Krishnamoorthy
Hi, Just in your onClick call a some method with a parameter and inside that method you check the condition that's all. Cheer's Kicha Marcelo Caldas - CCSC wrote: > Hi, > Someone knows a way to convert a linK into a form > > I know that I can use , but my problem is that I have >several li

Re: Struts and dual forms help!

2001-12-11 Thread Krishnamoorthy
Hi, 1. Check this link: http://www.mail-archive.com/cgi-bin/htsearch?restrict=;exclude=;config=struts-user_jakarta_apache_org;method=and;format=short;words=Brian%20Holzer;page=1 2.Actually I couldn't understand your problem, but I will try to answer from what i have understood from your mail: J

Re: Urgent - Displaying multiple JSP's for a single action without a frame

2001-12-11 Thread Krishnamoorthy
Hi, I think this must have been happened, because of some problem with the .class or .jar files Also, just in case, you should never put resin.jar or a servlet.jar in a WEB-INF/lib. This "VerifyError" will be thrown when the "verifier" detects that a class file, though well formed, contains some

Re: Servlet : Security

2001-12-11 Thread Krishnamoorthy
Yes its possible to do it. Shri wrote: > Hi Struts folks, > > I know this is not the proper forum to ask this question, but I am tempted > ask, as in my experience, I have not found a more active and helpful mailing > list than Struts mailing list. > > I am trying to use Form based authenticatio

Re: html:link Tag

2001-12-11 Thread Krishnamoorthy
So what's your problem in this. Ravi Kharse wrote: > Hi, > I need to achieve some thing using struts tag library > > key="Details"/> > key="Details"/> > key="Details"/> > key="Details"/> > > where Index=1/2/3/4... etc is derived from the for loop. I:e > for (int i=0; i < 10 ; i++) > { > key

Re: Using Microsoft Web Stress Tool

2001-12-10 Thread Krishnamoorthy
Check the link http://webtool.rte.microsoft.com/default.htm Thanks, Kicha Vimal Kansal wrote: > Rajan, > > Can you tell me, where do I download this tool from? > > Thanks > > Vimal > --- Rajan Gupta <[EMAIL PROTECTED]> wrote: > > I downloaded this free tool from microsoft to stress > > test my S

Struts :

2001-12-10 Thread Krishnamoorthy
Hi All, Could you pl. answer to this following question: When I am trying to use the following in the above form action I am getting a error ie; after the TargetPage if I am using any symbols such as (DOT "." or SLASH "/ ") then it giving an error message. I have also tried using URLEncode