Tag Lib Instantiate Exception

2006-03-06 Thread R, Senthil Kumar \(Cognizant\)
Hi, When I include Struts tag libs using <[EMAIL PROTECTED] uri="/WEB-INF/struts/html.tld" prefix="html"% > and similarly other tag libs I am getting a Exception HTTP Status 500 -

Tag-Library Errors

2006-03-05 Thread R, Senthil Kumar \(Cognizant\)
I am not being able to use the generic Uri's for Struts specific tag libraries. Even when I use <[EMAIL PROTECTED] = "/WEB-INF/struts-html.tld" prefix="html"% >, I am getting an error, HTTP Status 500 - ___

Problem with RESET button.

2005-12-19 Thread senthil Kumar
Hi All., In my JSP I have the lot of input field and provide the RESET and NEXT Button. While clicking next button I am doing form validation for input filed. My problem is ,When page gets loaded and give input field value and click RESET button,all values are gets Resets. Fine. Enter input

Help required in logic:html

2005-12-05 Thread senthil Kumar
Hi All., I have a following statements. Here validStatus is the String[] property. It contains the value of " a,b,c,d". I am used Stringtokenizer. once executing this statement it is print like " a b c d" . Now i want to print he same result in drop down (listbox) like one by one.

How to retain the pop-up window value to Main window

2005-11-27 Thread senthil Kumar
Hello all., I have main window. From here once you click a "Estimate" link , it opens a pop-up window. Here I made some estiamtion and I want retain the value of estimation to already opened main window. Main window already have Field called estiamte text fiels. While loading it is 0. After

Help me

2005-11-25 Thread senthil Kumar
Hello All.,   I have a action form called "DefineProjectForm". In the form I  have the validate method.   In the validate method I have Following lines of code.    public ActionErrors validate(ActionMapping mapping,  HttpServletRequest request) {   1)   boolean foundErrors

URL encoding problem.

2005-09-13 Thread senthil Kumar
Hi all., I have a problem with passing parameter from JSP to Servelt. I am passing the meetingId ,memberId , userName , password these four parameres to Servelt. 'password' is one way hashed format, i get it from DataBase and passing by URL encoding like follows. http://localhost:8080/cmis/ch

Re: Struts how initialises the value

2005-07-20 Thread senthil Kumar
Fine. - Original Message - From: "raghavendra" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" Sent: Wednesday, July 20, 2005 4:10 PM Subject: RE: Struts how initialises the value > Hi senthil Kumar > See senthil Struts class exact

Struts how initialises the value

2005-07-20 Thread senthil Kumar
Hi all., long productId; long productId = 0; Sting abc; Sting abc = null In struts, how the above satements are differ?. is it compulsary to initialise the value?. What are all the advantage to initialise the value?. Regs., Senthil This e-mail and any files transmitted with it are for t

How to avoid calling .do again once click F5 button.

2005-07-14 Thread senthil Kumar
Hi All., In our application, I hava a list of tasks. Each task have a chech box and once checked the check box and click "AddAlert" button, alert for the checked task is created. Up to this functionality working fine for me. My problem is once creating alert and unfortunately click F5 button

How to encrypt and decrypt?.

2005-06-07 Thread senthil Kumar
Hello all., In my database password already stored in encrypted format. Once user forget the password i need to send back him but its seeing by encryption format only. Bofere send password to user, i need to decrypt in java. I am encrypt using following code cryptoInterface=CryptoFactory.g

box with lot of . Need help.

2005-06-05 Thread senthil Kumar
Hi all., I have a box with lot of . I want to add a selected with another box once click a add button. Now i can add one by one.But once i selected more than one options, still it is adding one, remaining all are deleted. I want add to another select box once selected more than one opti

Need help

2005-05-25 Thread senthil Kumar
Hi All., Anybody can give the site name or link to refer the "DynaActionForm", "LookupAction" and JSTL. I want to gothrough that. Regs., Senthil This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged infor

Help me.results of ArrayList

2005-04-20 Thread senthil Kumar
Hi all., Could you please help me. I have one ArrayList called dataList. it contains{ 20,10,20,20,10,15,15,15,15} as a String. Now i need the result of each element appears in how many times like 20==>3 10==>2 15==>4 as a arrayList or Hash Map. Please help me. Thanks in advance. re

Validation required in Checkbox

2005-03-09 Thread senthil Kumar
Hello all., I have a Two Box called admin and lead. Admin is checked mean lead disabled. admin value is "Y" and lead value is "N" When admin is unchecked mean lead should Enabled and vice versa also. I put my code for your reference, if any one changed and give the idea to me. Thankd in advan

How to assign the POPUP window to hyperlink i.e

2005-02-11 Thread senthil Kumar
Here i put my code but width and height ,scrollbars,location are all not working. ", "previewwin","width=700,height=460, scrollbars=yes,resizable=yes,location=no");> Thanks on advance. regs., senthil

Re: How to Resize the window in my popup

2005-02-09 Thread senthil Kumar
the size you want. > > -- > Frank W. Zammetti > Founder and Chief Software Architect > Omnytex Technologies > http://www.omnytex.com > > > senthil Kumar wrote: > > my code is here. > > > > > > > > > > function MM_callProjectSummary() { >

How to Resize the window in my popup

2005-02-09 Thread senthil Kumar
my code is here. function MM_callProjectSummary() { previewSummary = window.open("ViewProjectSummary.do?projectId="+document.forms[0].projectId.value +"","previewwin","previewwin","scrollbars=yes,resizable=yes, location=no "); previewSummary.focus(); }

Fw: VERY IMPORTANT...

2005-02-07 Thread senthil Kumar
Message - Original Message - From: Suresh, Mani (M.) To: Solaimalai, Srinivasan (S.) ; Krishnaraj, KarthikSelvara (K.) ; Muthu, Vinayagam (V.) ; Nair, Nitin (N.) ; Phanikumar, S (S.) ; Prabhu, Ramakrishnan (R.) ; Senthil kumar, C (C.) ; [EMAIL PROTECTED] ; Bznharish, Swaminathan

Advise How to set alternative raow background color

2005-01-26 Thread senthil Kumar
Hi all. I am getting more than 100 regards from database and print in a JSP by 15 regards per Page. Its is working fine. Now i want to set alternative Row background color. I print all the rows between the in Struts. any one help me. Here i am putting my code also. welcome anyone to giv

Re: Tool for HTML/JSP formatting

2004-04-14 Thread Arumugam Senthil Kumar
Hi, Jdeveloper,netbeans are good tool for html and jsp. Regards, A.S.Kumar. Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now http://uk.messenger.yahoo.