Re: Eclipse Sysdeo Tomcat Plugin Problem

2003-11-13 Thread Navneet Karnani
I would suggest looking at Netbeans for Tomcat based development. It has good integration with Netbeans. - Navneet David Graham said the following on 08/11/2003 12:40 AM: Make sure you haven't added any of your projects to Tomcat's classpath via the plugin. That will always cause problems.

Displaytag does not work with Tiles

2003-10-02 Thread Navneet Karnani
/published workaround ? - Navneet Karnani Umber Business Solutions Pvt. Ltd. http://www.umber.biz - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Connection Pooling...

2003-09-30 Thread Navneet Karnani
I think the connection manager that struts ships with has primitive connection pooling built into it. Just read the docs. - Navneet Joseph William said the following on 30/09/2003 4:17 AM: Hello... I am developing a small application using Struts and am trying to connect with MYSQL... I got

Re: Know of any good Calendar Tag Libraries? (Sorry, that was Aug 21)

2003-09-25 Thread Navneet Karnani
So, did you find it ? If yes, let me know too. I was looking out for something similar. - Navneet Matt Raible said the following on 25/09/2003 4:15 AM: I'm aware of Matt's Library (and I love it), but I don't want a pop-up, I want an in-page calendar. Matt -Original Message- From:

Re: Know of any good Calendar Tag Libraries? (Sorry, that was Aug 21)

2003-09-25 Thread Navneet Karnani
So, did you find it ? If yes, let me know too. I was looking out for something similar. - Navneet Matt Raible said the following on 25/09/2003 4:15 AM: I'm aware of Matt's Library (and I love it), but I don't want a pop-up, I want an in-page calendar. Matt -Original Message- From:

Re: Multi config files and global forward

2003-09-24 Thread Navneet Karnani
Do you intend to make these different modules ? If not, then this is the wrong way to split files. You must use the xml way of splitting the files, or give the config files in the same param-value tag seperated by comma. - Navneet Umber Business Solutions Pvt Ltd http://www.umber.biz Franck

Re: Multi config files and global forward

2003-09-24 Thread Navneet Karnani
Do you intend to make these different modules ? If not, then this is the wrong way to split files. You must use the xml way of splitting the files, or give the config files in the same param-value tag seperated by comma. - Navneet Umber Business Solutions Pvt Ltd http://www.umber.biz Franck

Re: Multipage JDBC result

2003-09-18 Thread Navneet Karnani
What database are you using ? We use the MySQL database and have effectively used the limit clause to work with a limited set of records. we just store the query condition in the forms and work with that in every page. - Navneet [EMAIL PROTECTED] said the following on 18/09/2003 1:56 AM: It

Re: Map Backed Form

2003-09-18 Thread Navneet Karnani
. - Navneet Karnani Umber Business Solutions Pvt. Ltd. Ray Madigan said the following on 19/09/2003 3:15 AM: I tried this - same result? h -Original Message- From: Jason Lea [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 2:18 PM To: Struts Users Mailing List Subject: Re: Map