Any body knows how to use Struts Pagination? Give me a sample code

2004-03-22 Thread Ramachandran
Hi Lists, I want to use pagination in my project. I am having all the resources for pagination. Any body please give me sample example for that one using pager-taglib. It will be very helpful for me.. Ram - To unsubscribe,

java.lang.VerifyErrror - Illegal stste of Jump or Branch

2004-03-18 Thread Ramachandran
Hi List, I am facing one problem in a jsp file. In this file, i am including lot of codes. While using html:select html:optionaa/html:option /html:select Here if i include, one extra line it is throwing such error. But if i remove one line option it is working fine. I searched in the

tomcat 5.0.19 - Data Replicating

2004-03-18 Thread Ramachandran
Hi List, I am using tomcat 5.0.19. Here i am having one jsp file called menuinclude.jsp contains code for menu. When i am trying to include that file using jsp:include in all my pages, one problem is arising. When i logs in intially the menu was displayed correctly. But when navigating ,

Regarding Error in Validator - Urgent Help

2004-03-10 Thread Ramachandran
Hi Friends, I am using the validator to perform the validations. I am facing the error while perform such operations. Can anyone please help me regarding this one. I am having FirstForm conatins phone and email. For that i am performing the validation using validator. Please suugest me..

Regarding Error in Validator

2004-03-09 Thread Ramachandran
Hi Friends, I am using the validator to perform the validations. I am facing the error while perform such operations. Can anyone please help me regarding this one. I am having LoginForm conatins username and password. For that i am performing the validation using validator. Please suugest

Struts Validator

2004-03-08 Thread Ramachandran
Can any one please send me the URL of where struts validator files are. I want to use the validator in my project. So i am in the need pf such class files... Thanx, Ram - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

How to make readonly in Select Box

2004-02-20 Thread Ramachandran
Hi, I want to make readyonly in Select Box. If i gave readonly=true. There is no property called readonly..What i have to do for that one html:select property=depid size=1 html:option value=1 Marketing /html:option html:option

RE: How to make readonly in Select Box

2004-02-20 Thread Ramachandran
Then what i have to do it for making as read only. For example in Edit page they should not able to chhose the drop down. But add page thay can... Help please Bye Ram -Original Message- From: Slattery, Tim - BLS [mailto:[EMAIL PROTECTED] Sent: Friday, February 20, 2004 9:09 PM To:

RE: How to make readonly in Select Box

2004-02-20 Thread Ramachandran
If i make it as disable means, i was not able to retrieve the value na. For me now, If a user goes for a Edit Page, what he chooses while add should be displayed but in readonly mode... So shall i can use disable here? -Original Message- From: Nguyen, Hien [mailto:[EMAIL PROTECTED]

Reset method in Form Bean

2004-02-20 Thread Ramachandran
Hi, I am having jsp page , which contains a text box for searching. Here i am having form bean for getting and setting value. In this form bean, i use the Reset method for reseting the values for each request. But it is not at all reseting the values each time. The previous value is

RE: Reset method in Form Bean

2004-02-20 Thread Ramachandran
the scope for my form bean is in 'Request Scope' -Original Message- From: Srinivas Kusunam [mailto:[EMAIL PROTECTED] Sent: Friday, February 20, 2004 9:55 PM To: [EMAIL PROTECTED] Subject: Re: Reset method in Form Bean what is the scope your FormBean ??? [EMAIL PROTECTED] 02/20/04

Java Script

2004-02-15 Thread Ramachandran
Hi All, i have this form to upload a document to a folder on the server. i have a field where you browse the files on your computer to upload to the server. once that field is chosen i would like another field to be populated automatically with only the document's name, without the path extension

Problem using split() method in java script

2004-02-15 Thread Ramachandran
Hi, I am facing problem in java script, using spilt() methos. Here i want to split the strings using '\' this separator. Here it is separating the strings. Bu it is displayed in the zeroth index array. But i want to display in each index. But not Working. Any body having idea please maile me.

Session Problem

2004-02-13 Thread Ramachandran
Hi to all, I am facing problem in session varaible. I will exaplain the scenario here. When a user logins, I will keep all the users id in a session variable. I am listing all the id's in a select box. It is listing now perfectly. But when the same logged in users adds another user,

Regarding Array List - Select

2004-02-11 Thread Ramachandran
Hi all, I am in the need of help regarding array list with select option. I am having two Array List. One is for displaying value in the select box. Other is for value in the option. How can i do that one.This is my code. If any body knows, please mail me.

RE: Regarding Array List - Select

2004-02-11 Thread Ramachandran
o.k i will try with struts tag later. But i give like this...whether it will work or not. select name=reqidcheck size=1 %for(int i = 0,j=0; i allreqids.size()j allreqidsonly.size(); i++,j++){% option

RE: Orkut

2004-02-08 Thread Ramachandran
Yes I want to join. -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Vic Cekvenich Sent: Monday, February 09, 2004 9:46 AM To: [EMAIL PROTECTED] Subject: Orkut If you want to join Struts in Orkut Social Network send me an e-mail saying so. .V (if you do not know what

RE: Form populate

2004-02-05 Thread Ramachandran
Form populate var first_name=document.CandidateForm.first_name.value; u have to get the value of the form from jsp like this only -Original Message- From: Namasivayam, Sudhakar (Cognizant) [mailto:[EMAIL PROTECTED] Sent: Thursday, February 05, 2004 6:04 PM To: [EMAIL

RE: How to disable a Text Box

2004-02-05 Thread Ramachandran
Box Hm, use a hidden field along with the disabled text box. Now u can take the value from the hidden field. Something like... html:hidden property=start_date_hidden value=%=start_date%/ Sathish Kumar T.K. - Original Message - From: Ramachandran [EMAIL PROTECTED] To: Struts Users Mailing

How to disable a Text Box

2004-02-04 Thread Ramachandran
Hi All, I am having an text box.At the right side of text box there is link called 'Date Component'.If select the date from that component it will display in taht text box. What i have to do means, i don't allow the user to enter any thing inside that text box. So i gave

RE: Regarding Client side Validations

2004-02-03 Thread Ramachandran
not operate to bind CSC to any order or other contract unless pursuant to explicit written agreement or government initiative expressly permitting the use of e-mail for such purpose. Ramachandran [EMAIL PROTECTED

Performing validation using Validator

2004-02-03 Thread Ramachandran
Hi all, How can i perform validation using validator.xml. For example i want to check the unique name in Add Employee jsp, how can i use the validator.xml If any one knows, please mail your queries regarding this. Thanx, Ram

RE: An Action doesn't work as expected

2004-02-03 Thread Ramachandran
In your Action mapping tag, u have to give the input=/xx.jsp to redirect the error to your application. then only it will work. -Original Message- From: f f [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 03, 2004 9:21 PM To: [EMAIL PROTECTED] Subject: An Action

RE: An Action doesn't work as expected

2004-02-03 Thread Ramachandran
Hi, Who says, u give likr this. Then it will surely work. Bcos it finds any errors while processing action, it will navigate to this input file. action path=/LoginAction type=com.summit.LoginAction name=Login scope=request input=/login.jsp validate=trueforward name=success path=/Homes.jsp

Performing validation using Validator

2004-02-03 Thread Ramachandran
Hi all, Now i am peroforming server side validation as in the form bean for correct entry such as mandatory..etc.. but how can i perform validation for unique nae entry at all.For example i want to check the unique name in Add Employee jsp, how can i perform such

Getting the CheckBox Collection Value in FormBean Class

2004-02-02 Thread Ramachandran
Hi All, If any body know how to get the solution for getting the check box collection value in the form bean class. If so mail your ideas... Thanx, Ram - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: Getting the CheckBox Collection Value in FormBean Class

2004-02-02 Thread Ramachandran
in the form. HTH claire :) - Original Message - From: Ramachandran [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, February 02, 2004 9:38 AM Subject: Getting the CheckBox Collection Value in FormBean Class Hi All, If any body know how

CheckBox Collection Value in FormBean Class

2004-02-02 Thread Ramachandran
Hi All, I am having list of check boxes in a page. My Scenario is, if i checked a check box, then if i click the submit button, it should delete. Then how can i relate the check box selection to the record which is to be deleted I am listing the records in JSP using

Regarding Client side Validations

2004-02-02 Thread Ramachandran
Hi All, I am performing Cleint side validation in an Add Employee form. Here if i click the cancel button it should goes to the previous page which list employees. Here on click of sumbit button, i am calling my java script. But even when i am clicking the cancel button, it is

Regarding Server Side Validation in Struts

2004-01-29 Thread Ramachandran
Hi all, Can any one can tell, how to perform server side validation using struts. For example there is foem called departments, here depname is unique. How can i perform here. I know the logic at all. But is there any validator here.Can any one have any idea. Please

select box in struts

2004-01-29 Thread Ramachandran
Hi, I am having a table called employees. I want to display all the employees in the select box in an jsp when i click a link called 'Deactive'. For that what i have to do...Is there any way in struts using html:select Any body knows, give your queries

Shall i use two form beans under one Action

2004-01-29 Thread Ramachandran
, Regards, Ram -Original Message- From: Ramachandran [mailto:[EMAIL PROTECTED] Sent: Thursday, January 29, 2004 7:27 PM To: Struts Users Mailing List Subject: select box in struts Hi, I am having a table called employees. I want to display all the employees

RE: File /tags/struts-logic not found

2004-01-29 Thread Ramachandran
Hi ! No problem will occurs by deleting the files in work folder. If u restarted the server then it will have new compiled files. i thought your tld file for struts-logic is corrupted. So relace that one. It will work Ram -Original Message- From: shankarr [mailto:[EMAIL

Regarding : logic:iterate

2004-01-28 Thread Ramachandran
Hi All, Can any one please tell me, how to assign a values to a string using logic:iterate Example:logic:iterate id=maxreqiddetail name=maxreqiddetails /logic:iterate In this iterator, i am having values in the name 'maxreqiddetails as primary_skill and

RE: Regarding : logic:iterate

2004-01-28 Thread Ramachandran
Message - From: Ramachandran [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, January 28, 2004 1:43 PM Subject: Regarding : logic:iterate Hi All, Can any one please tell me, how to assign a values to a string using logic:iterate Example

Illegal State Exception

2004-01-23 Thread Ramachandran
Hi , Can any one tell me when this problem is occur. I am getting one value from pop up and while submitting the value from the parent, in console Illegal stste exception was running continiously. If any face such problem tell me... Bye Ram

Re: Included Actions

2001-07-31 Thread Kumar Ramachandran
Hi All, I have just started with Structs and JSP. I would like to get an idea from the group if they know of a open-source/free IDE for Linux to develop JSP/Struts pages. I would like to have source level debugging etc with Tomcat support. Thanks for the recommendation in advance. Kumar