Eclipse - Struts - Resin - MySQL

2003-07-02 Thread Valliappan Ramanathan
hi all, im new to struts... can anyone tell me how to set up the development environment for Eclipse - Struts - Resin - MySQL Thanks a lot... Tscuss :) Seenu - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

RE: Eclipse - Struts - Resin - MySQL

2003-07-02 Thread Amjad Shahrour
You must be kidding !!! Is this a quistion? -Original Message- From: Valliappan Ramanathan [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 9:54 AM To: Struts Users Mailing List Subject: Eclipse - Struts - Resin - MySQL hi all, im new to struts... can anyone tell me how

Re: Eclipse - Struts - Resin - MySQL

2003-07-02 Thread Alen Ribic
:-) - Original Message - From: Amjad Shahrour [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 9:07 AM Subject: RE: Eclipse - Struts - Resin - MySQL You must be kidding !!! Is this a quistion? -Original Message- From

RE: Eclipse - Struts - Resin - MySQL

2003-07-02 Thread Panjrath, Charu
Have a look at :http://www.developer.com/java/ent/article.php/2107401 This might help u start with struts. -Original Message- From: Valliappan Ramanathan [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 4:54 PM To: Struts Users Mailing List Subject: Eclipse - Struts - Resin

Re: Eclipse - Struts - Resin - MySQL

2003-07-02 Thread Valliappan Ramanathan
Thanks... Tschuss :) Seenu - Original Message - From: Panjrath, Charu [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 12:44 PM Subject: RE: Eclipse - Struts - Resin - MySQL Have a look at :http://www.developer.com/java/ent/article.php

struts + resin error

2003-06-30 Thread louis majanja
I just upgrade to struts 1.1 final and have been getting the following error and have no idea wht it means. java.lang.NoClassDefFoundError at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at

Re: struts + resin

2003-03-19 Thread Daniel H. F. e Silva
Guys, I use Resin-2.1.8 and don't have problems. How are you deploying your application? Could you post here problematic part of your resin.conf file? Instead of configuring my application at resin.conf i put it at webapps folder and configure my application in web.xml according to Servlets and

struts + resin

2003-03-18 Thread Matt Redman
Hi, I have created a web app based around the struts framework and successfully deployed and run the application on Tomcat 4.0.4. Our clients have required that this hook into IIS, so we have attempted to port the application over to Resin 2.1.8. When resin renders the html:form

Re: struts + resin

2003-03-18 Thread Sander Hofstee
Sounds like a problem we had with a custom tag, worked fine in tomcat, not in Resin. Resin seems to have problems with custom tags and static parameters, don't know why. This is the how we solved it , seems to work: html:form action=%= /login.do % Matt Redman wrote: Hi, I have created a web

RE: getPathInfo with Struts/Resin?

2003-03-10 Thread Kevin Tung
Message- From: Kevin Tung [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 6:37 PM To: 'Struts Users Mailing List' Subject: getPathInfo with Struts/Resin? Hi, I have searched the archives and the newsgroups but couldn't find an answer that applies to my specific environment, hopefully

RE: getPathInfo with Struts/Resin?

2003-03-10 Thread Kris Schneider
, Kevin -Original Message- From: Kevin Tung [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 6:37 PM To: 'Struts Users Mailing List' Subject: getPathInfo with Struts/Resin? Hi, I have searched the archives and the newsgroups but couldn't find an answer that applies

RE: getPathInfo with Struts/Resin?

2003-03-10 Thread Owen Medd
Tung [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2003 6:37 PM To: 'Struts Users Mailing List' Subject: getPathInfo with Struts/Resin? Hi, I have searched the archives and the newsgroups but couldn't find an answer that applies to my specific environment, hopefully

RE: getPathInfo with Struts/Resin?

2003-03-10 Thread Kevin Tung
to pre-process the request. Thanks Kevin -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 11:58 AM To: Struts Users Mailing List Subject: RE: getPathInfo with Struts/Resin? Having never used Resin, I'm in no position to comment on what can

Re: getPathInfo with Struts/Resin?

2003-03-07 Thread usha
Hi Can anybody help me. i have the similar problem i was trying to get the solution for this. i wanted to know is this possible in struts to give the URL like this. in servlets we can have the URL like this. if this not possible in struts is there any other way to achieve this. plz help me...

getPathInfo with Struts/Resin?

2003-03-06 Thread Kevin Tung
Hi, I have searched the archives and the newsgroups but couldn't find an answer that applies to my specific environment, hopefully someone here has done this before. I am running Struts 1.1b3 (didn't work with 1.1b2 either) with Resin 2.1.6 I want to be able to do the following

Re: getPathInfo with Struts/Resin?

2003-03-06 Thread usha
Hi Kevin I also have similar problem. did you able to found any solution for this. Thanks usha Kevin Tung wrote: Hi, I have searched the archives and the newsgroups but couldn't find an answer that applies to my specific environment, hopefully someone here has done this before. I am running