URGENT... HELP NEEDED...

2003-10-02 Thread Joseph William
Hi All... This has got nothing to do with Struts... It is javascript function I am developing... I need to generate all Friday dates for the past one year from the current date... Has anyone got such code??? I tried to search the net but wasn't able to find anything very precise... It would

Sorry...

2003-10-02 Thread Joseph William
Im sorry about the subject line... It was out of frustration and the pressure I was having, I happened put it that way... Sorry again... [EMAIL PROTECTED] wrote:Attn Sir. I understand quite well that this message will sound so strange to you out it is a very serious matter that we need to

Re: Connection Pooling...

2003-09-30 Thread Joseph William
: 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

Connection Pooling...

2003-09-29 Thread Joseph William
Hello... I am developing a small application using Struts and am trying to connect with MYSQL... I got it connected and even retrieved values by specifying the datasource in the struts-config file... Now, I am trying to put a common class for connection Pooling... I need to get the values

Input form field values...

2003-09-25 Thread Joseph William
Hi, Im trying to develop a small application using struts. Everything works fine except the Action Errors part -- When the error messages show up, the form element values from the previous screen are not being retrieved in the next screen -- Am I missing something??? Help appreciated...

Input form field values...

2003-09-25 Thread Joseph William
This is with regards to my question about retaining the form field values when the error messages shouw up thru the Action errors... Just now, I figured out it was coz of the html:form/ In this tag, I had added the name and type attribute too -- This is coz I wanna do the client side

Re: Input form field values...

2003-09-25 Thread Joseph William
) and the form fields with etc if you want the values submitted to reappear in the fields again. It can be confusing. Have you checked out the examples that come with struts? I'm sure one of those demonstrates this functionality. HTH Adam On 09/25/2003 06:41 PM Joseph William wrote: This is with regards