Unable to find the JDBC Driver for Mysql using struts -- Help Please

2003-11-14 Thread Paul Idusogie
attempt to authenticate. It cannot find the driver mysql driver = org.gjt.mm.mysql.Driver This is the error: The Following SQL Error(s) occurred while processing your request: Cannot create JDBC driver of class '' for connect URL 'null' Sincerely, Paul Idusogie

RE: Unable to find the JDBC Driver for Mysql using struts -- Help Please

2003-11-14 Thread Paul Idusogie
yes I did I am using the 3.0.9 version of the mysql driver Sincerely, Paul Idusogie Chayil Corporation Enterprise Software Solutions Provider -Original Message- From: Mauricio T. Ferraz [mailto:[EMAIL PROTECTED] Sent: Friday, November 14, 2003 4:56 PM To: Struts Users Mailing List

RE: Unable to find the JDBC Driver for Mysql using struts -- Help Please

2003-11-14 Thread Paul Idusogie
Thanks I'll check it out Sincerely, Paul Idusogie Chayil Corporation Enterprise Software Solutions Provider -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Vic Cekvenich Sent: Friday, November 14, 2003 6:40 PM To: [EMAIL PROTECTED] Subject: Re: Unable to find

RE: Please Please Help! -- DataSource Error

2003-10-25 Thread Paul Idusogie
Thanks for pointing me in the right direction Craig. I've got it to work. Sincerely, Paul Idusogie -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 1:59 PM To: Struts Users Mailing List Subject: Re: Please Please Help

Please Please Help! -- DataSource Error

2003-10-21 Thread Paul Idusogie
/GenericDataSource I am using struts 1.1 Please help Sincerely, Paul Idusogie - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Please Please Help! -- DataSource Error

2003-10-21 Thread Paul Idusogie
Where do I find the struts legacy package? Sincerely, Paul Idusogie -Original Message- From: Barry Volpe [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 1:13 PM To: Struts Users Mailing List Subject: Re: Please Please Help! -- DataSource Error They way I got it working

RE: Please Please Help! -- DataSource Error

2003-10-21 Thread Paul Idusogie
ejbs.? Sincerely, Paul Idusogie -Original Message- From: Barry Volpe [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 1:20 PM To: Struts Users Mailing List Subject: Re: Please Please Help! -- DataSource Error In the struts 1.1 Final release in the /lib directory Barry

Please Help! Nested form property attributes.

2003-01-06 Thread Paul Idusogie
) at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:510) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) ... What do I do? Sincerely, Paul Idusogie Email: [EMAIL PROTECTED] Tel: 651.714.8779

RE: Please Help! Nested form property attributes.

2003-01-06 Thread Paul Idusogie
I modified the formbean and action class to accept a date string and it work Thanks Thanks Thanks. Sincerely, Paul Idusogie Email: [EMAIL PROTECTED] Tel: 651.714.8779 -Original Message- From: Rick Reumann [mailto:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 12:42 PM

Utilizing the Struts DataSource from a listener

2002-11-16 Thread Paul Idusogie
within my session listener DataSource dataSource = (DataSource) servletContext.getAttribute(Action.DATA_SOURCE_KEY); listener cannot find the dataSource stored in the context. Help! Sincerely, Paul Idusogie Email: [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL

Please Help! -- html:link tag

2002-06-08 Thread Paul Idusogie
/ /html:link Sincerely, Paul Idusogie -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Need Advice on dynamic variable substitution

2002-06-03 Thread Paul Idusogie
name=content content=application_content.jsp/ template:put name=footer content=footer.html/ /template:insert Sincerely, Paul Idusogie Email: [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Using variables in template assignments Help?

2002-06-01 Thread Paul Idusogie
name=content content=application_content.jsp/ template:put name=footer content=footer.html/ /template:insert Sincerely, Paul Idusogie Email: [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: javascript appearing before object is created.

2002-03-12 Thread Paul Idusogie
].focus() // -- /script. There was not content within the form/form syntax. Thanks, Paul Idusogie Technical Architect Consulting Services Stellent Inc. Golden Triangle Drive Eden Prairie, MN 55104 Desk: 952.656.2755 Fax: 952.903.2115 Email: [EMAIL PROTECTED] website: http

Question on the use of html:form and html:submit tags within struts 1.0.2

2002-03-11 Thread Paul Idusogie
the ApplicationResources.properties file. Thanks, Paul Idusogie Technical Architect Consulting Services Stellent Inc. Golden Triangle Drive Eden Prairie, MN 55104 Desk: 952.656.2755 Fax: 952.903.2115 Email: [EMAIL PROTECTED] website: http://www.stellent.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

RE: JavaScript Form/submit Function

2002-03-11 Thread Paul Idusogie
Thanks, Paul Idusogie Technical Architect Consulting Services Stellent Inc. Golden Triangle Drive Eden Prairie, MN 55104 Desk: 952.656.2755 Fax: 952.903.2115 Email: [EMAIL PROTECTED] website: http://www.stellent.com -Original Message- From: Satish Jeejula

javascript appearing before object is created.

2002-03-11 Thread Paul Idusogie
/tr /table /form This error occurs probably because IE executes the javascript portion before the page is painted. Any remedies, Please. Thanks, Paul Idusogie Technical Architect Consulting Services Stellent Inc. Golden Triangle Drive Eden Prairie, MN

RE: /servlet is the industry standard?

2002-03-11 Thread Paul Idusogie
-classcom.mywebsite.package.MyServlet/servlet-class /servlet servlet-mapping servlet-nameMyServlet/servlet-name url-mapping/url-mapping /servlet-mapping ... /web-app Thanks, Paul Idusogie Technical Architect Consulting Services Stellent Inc. Golden Triangle Drive Eden Prairie, MN 55104 Desk

How do I leverage the struts approach within an EJB environment?

2002-02-13 Thread Paul Idusogie
| | |-ActionMapping-- |use | V TagLib Thanks, Paul Idusogie Technical Architect Consulting Services Stellent Inc. Golden Triangle Drive Eden Prairie, MN 55104 Desk: 952.656.2755 Fax: 952.903.2115 Email: [EMAIL PROTECTED] website: http://www.stellent.com

Best Approach for Database Access?

2002-02-12 Thread Paul Idusogie
Could you kindly provide guidance on the best approach to implement database access.? I have encountered various schools of thought in my reading, that suggest extracting the business logic and database code from the jsp into a jsp bean or ejb or servlet. Thanks, Paul Idusogie Technical