RE: [ANNOUNCE] Struts Console v4.2

2003-12-18 Thread Jitesh Sinha
bject: RE: [ANNOUNCE] Struts Console v4.2 Gives you a nice GUI for editing your struts-config.xml and a few other config files. -Original Message- From: Jitesh Sinha [mailto:[EMAIL PROTECTED] Sent: Friday, 19 December 2003 14:24 To: Struts Users Mailing List Subject: RE: [ANNOUNCE] S

RE: [ANNOUNCE] Struts Console v4.2

2003-12-18 Thread Jitesh Sinha
Well,I don't have any idea what Struts console does.Can anybody briefly explain what it can be used for?I use IntelliJ IDEA for my development works. Thanks, Jitesh -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Monday, December 15, 2003 6:04 PM To: 'Struts Users Ma

RE: Check-boxes and formbeans

2003-12-17 Thread Jitesh Sinha
when we do request.getParameterValues(ARRAY_OF_CHECKBOX) the unchecked checkboxes didnt appeared in the new array...only the checked ones were there. -Original Message----- From: Jitesh Sinha [mailto:[EMAIL PROTECTED] Sent: Thursday, December 18, 2003 10:47 AM To: Struts Users Mailing List S

RE: Check-boxes and formbeans

2003-12-17 Thread Jitesh Sinha
you will be able to access fields with same name as an array... -Original Message- From: vasudevrao gupta [mailto:[EMAIL PROTECTED] Sent: Thursday, December 18, 2003 10:31 AM To: 'Struts Users Mailing List' Subject: Check-boxes and formbeans Hi All, I have many checkboxes with the same

RE: [OT ]BasicDataSource class of package org.apache.commons.dbcp

2003-12-17 Thread Jitesh Sinha
Connection object returns the con obj to pool regards srinivas Jitesh Sinha <[EMAIL PROTECTED]> wrote: No friends for me on this list ! :( -Original Message- From: Jitesh Sinha [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 3:12 PM To: Struts Users Mailing List S

RE: BasicDataSource class of package org.apache.commons.dbcp

2003-12-17 Thread Jitesh Sinha
No friends for me on this list ! :( -Original Message- From: Jitesh Sinha [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 3:12 PM To: Struts Users Mailing List Subject: BasicDataSource class of package org.apache.commons.dbcp Hello all, I am making use of BasicDataSource

BasicDataSource class of package org.apache.commons.dbcp

2003-12-17 Thread Jitesh Sinha
Hello all, I am making use of BasicDataSource class to get connections .The code which I write to get a connection is as follows : basicDataSource = new BasicDataSource(); basicDataSource.setDefaultAutoCommit(autoCommit); basicDataSource.setUrl(

RE: Input fields are empty after validation error

2003-12-16 Thread Jitesh Sinha
how are you writing your jsp? for example,for any text field you should write : "> are you doing like this? -Original Message- From: Stefan Berger [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 2:06 PM To: [EMAIL PROTECTED] Subject: Input fields are empty after validation error

RE: Hidden Field

2003-12-16 Thread Jitesh Sinha
Caroline, put just after your definition so correct statement is : -Original Message- From: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 16, 2003 1:15 PM To: [EMAIL PROTECTED] Subject: Hidden Field I tried to create a variable, assign a value to that variable, and pas

RE: Error message!

2003-12-09 Thread Jitesh Sinha
Do you have getAction() method in your actionForm? -Original Message- From: Zakaria khabot [mailto:[EMAIL PROTECTED] Sent: Sunday, December 08, 2002 9:25 PM To: struts-user-help; struts-user Subject: Error message! Hi, I received this error message and don't understand the soiurce of err

Two basic questions regarding logic:equal

2003-11-02 Thread Jitesh Sinha
Hi there, 1.)How do you compare one property of a bean with two values by a single logic:equal tag?I want to achieve the following logic: if(str.equals("astr") || str.equals("anotherstr")) I guess logic:equal tag is for only one comparison...so what you people think is the most efficient way t

RE: Struts is incomplete

2003-08-14 Thread Jitesh Sinha
u won't be crying like a little baby over some iterate tag and/or how bad the doc is. The doc worked just fine for me and I'm sure most of the developers on this list who use Struts. That's just MHO Jitesh Sinha <[EMAIL PROTECTED]> wrote: I guess Struts development is not

Struts is incomplete

2003-08-14 Thread Jitesh Sinha
I guess Struts development is not yet complete. Since one of the things Struts does is providing tag libraries...now if these tags cannot do some basic functionalities(like iteration over a constant numbers which I had posted in the this mailing list),one cannot rely on it completely to develop his

RE: Newbie:Using two arrays in a tag

2003-08-04 Thread Jitesh Sinha
your friend: Assuming "anArray" and "anotherArray" are scoped attributes... Quoting Jitesh Sinha <[EMAIL PROTECTED]>: > How do you access the elements of an array inside tag which > takes the collection as another array . I am sure that the length of the > two

Newbie:Using two arrays in a tag

2003-08-04 Thread Jitesh Sinha
How do you access the elements of an array inside tag which takes the collection as another array . I am sure that the length of the two arrays are same. In other word how do you substitute the following Java code in Struts : String[] anArray = myBean.getAnArray() ; String[] anotherArray = myBean

RE: Newbie :rendering hidden fields

2003-08-04 Thread Jitesh Sinha
Never mind..this problem is solved...thanks... -Original Message- From: Jitesh Sinha [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 10:19 PM To: Struts Users Mailing List; Nagendra Kumar O V S Subject: RE: Newbie :rendering hidden fields what is the full syntax of The error

RE: Newbie :rendering hidden fields

2003-08-04 Thread Jitesh Sinha
what is the full syntax of The error page shows following stack trace : java.lang.Object org.apache.struts.util.RequestUtils.lookup(javax.servlet.jsp.PageContext, java.lang.String, java.lang.String, java.lang.String) int org.apache.struts.taglib.bean.DefineTag.doEndTag() void jsp

RE: NewBie: Iterations for a constant no. of times

2003-08-03 Thread Jitesh Sinha
truts tags play very nicely together. If you are absolutely desperate to use the struts tags instead you'll have to dig out the right tag yourself since I won't waste my time on it. Oz -Original Message- From: Jitesh Sinha [mailto:[EMAIL PROTECTED] Sent: Monday, 4 August 2003

RE: NewBie: Iterations for a constant no. of times

2003-08-03 Thread Jitesh Sinha
unday, August 03, 2003 7:55 PM To: Struts Users Mailing List Subject: RE: NewBie: Iterations for a constant no. of times You should be using the JSTL for this. Have a look at a concise JSTL reference at: http://www.manning.com/bayern/appendixA.pdf Oz -Original Message- From: Jitesh

RE: NewBie: Iterations for a constant no. of times

2003-08-03 Thread Jitesh Sinha
Somebody please answer my question as in the email below.. -Original Message- From: Jitesh Sinha [mailto:[EMAIL PROTECTED] Sent: Sunday, August 03, 2003 3:20 PM To: Struts Users Mailing List Subject: NewBie: Iterations for a constant no. of times I have to show a row of 3 text

NewBie: Iterations for a constant no. of times

2003-08-03 Thread Jitesh Sinha
I have to show a row of 3 text fields a constant no. (say 5 ) of times . I have the code to show these 3 text fields in place in my jsp which will look like : I want this code to be iterated 5 times .which struts tag should I use over this code?? requires a collection as a property of

RE: unsubcribe

2003-08-02 Thread Jitesh Sinha
Axel, if you want to unsubscribe scroll down to the lowest part of any email of this mailing list... -Original Message- From: Axel Sachmann [mailto:[EMAIL PROTECTED] Sent: Saturday, August 02, 2003 2:34 PM To: Struts Users Mailing List Subject: unsubcribe message message wrote: > > Sorry

Newbie :rendering hidden fields

2003-07-29 Thread Jitesh Sinha
How do you render an input hidden field inside a tag ..?? Actually here is what my code looks like : -- Here I want to put my hidden field like this--- I want the value of hidden field as another property of bean "mybean"(which is used in tag) suppose "anotherPropertyofmybean" .What to do?

Newbie question :Rendering buttons of type submit and button

2003-07-29 Thread Jitesh Sinha
Hi all, How do you render following html with the help of struts-html tld : I don't have any other info like other parameters to include on pressing any of the buttons . Thanks, Jitesh - To unsubscribe, e-mail: [EMAIL PROTEC