struts, hibernate, datasources .... so lost

2003-12-19 Thread Rich Garabedian
After spending days on the net and the mailing lists I find something is just not getting through to me. I feel that what I'm doing is conceptually simple; yet I can't seem to actually implement any of it. I think I have a rudimentary understanding of how to integrate Hibernate into Struts, but

RE: struts, hibernate, datasources .... so lost

2003-12-19 Thread Rich Garabedian
? -Original Message- From: David Erickson [mailto:[EMAIL PROTECTED] Sent: Friday, December 19, 2003 1:31 PM To: [EMAIL PROTECTED] Subject: Re: struts, hibernate, datasources so lost Rich, Ya the binding thing with JNDI and tomcat is messed up.. for some reason I've read its

blank screen when validation fails. appears to be related to html:options

2003-08-22 Thread Rich
I am having a problem with validating a html:select drop down. I think. The problem: after validation fails the JSP is blank (the browser is blank) not just an empty drop down. To be more specific...I load the page then without filling out any field I do a submit. It then does the javascript

Client-side validation is not working - rich

2003-06-06 Thread Rich
I am having problems enabling client side (JavaScript) validation in struts 1.1rc I have added these lines in my jsp: ... %@ taglib uri=/WEB-INF/struts-html.tld prefix=html % ... html:javascript formName=diaryForm / ... html:form action=/diaryEdit

RE: Client-side validation is not working - rich

2003-06-06 Thread Rich
The JavaScript is output and is visible when I do view source in IE. Is there anything else that you need to know that would help solve this problem? Rich -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 5:57 PM To: [EMAIL PROTECTED] Subject

RE: Client-side validation is not working - rich

2003-06-06 Thread Rich
The only validation that I am trying to do right now is what comes with struts (required, date etc). Would it help to post that? Would other JavaScript else where on the page cause a problem? Below is the source for the page. Rich ---Page Source start

RE: Application resources and java

2003-06-05 Thread Rich Snowdon-Smith
to give it a try and see what happens. Rich -Original Message- From: David Chelimsky [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 7:03 AM To: Struts Users Mailing List Subject: Re: Application resources and java I wouldn't create resources in an Action (I don't even know how

Re: Struts 1.1b Memory Leak?

2003-02-10 Thread Rich Snowdon-Smith
the problem not the struts libraries. I hope that's the only problem. I'd hate to see this happen on our production machine. Any ideas? Thanks, Rich Actually, having the library with each app is the preferred way to do it, unless you want to force upgrades to EVERY application's version of Struts

File Upload and Mozilla 0.99

2002-04-02 Thread Rich Rodriguez
as the browser. I have found this bug against mozilla: http://bugzilla.mozilla.org/show_bug.cgi?id=132069 To summarize, they are not sending the filename in the multipart/form-data is no file is present. Is struts assuming the filename to always be there? Rich -- To unsubscribe, e-mail

Struts and XML data islands

2002-03-17 Thread Rich Jones
Hello, Has anyone used Struts with XML data islands? I have a requirement to use data islands, and would like to use Struts as the framework. From what I've seen, a jsp page would invoke a method that would return an XML stream, and then use the xml tag to render the data. My initial

Unable to see Resource File

2002-03-12 Thread Rich Reese
' entry and my war to make sure their paths match. Is there something else I could check? Thanks for any input, Rich Reese -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: LIKE with PrepareStatement

2001-05-31 Thread Ryan Rich
For Oracle anyways, inside a prepared statement you could use ... like '%' || ? || '%' ... Ryan Rich Bitek, Inc. 2569 West Woodland Dr. Anaheim, CA 92801 (714) 828-8388 - Original Message - From: Ted Husted [EMAIL PROTECTED] To: [EMAIL

FormBeans and Thread Safety

2001-04-25 Thread Ryan Rich
When creating a FormBean (a class extending ActionForm), do they need to be thread-safe? Ryan Rich Bitek, Inc. 2569 West Woodland Dr. Anaheim, CA 92801 (714) 828-8388