Re: Data-sources using struts:Tomcat's or NOT?

2006-04-20 Thread Dan Jas
I saw a comment earlier that the Struts data-source is deprecated and should not be used. - Original Message - From: M.Liang Liu [EMAIL PROTECTED] To: user@struts.apache.org Sent: Thursday, April 20, 2006 9:45 PM Subject: Data-sources using struts:Tomcat's or NOT? I am a freshman

Re: Drawing of Struts web application

2006-04-01 Thread Dan Jas
Exadel Studio at http://exadel.com/web/portal/products/ExadelStudio is free and will read your Struts-Config.xml file and display a mapping. I don't know if you can print from it but it is a start. - Original Message - From: Adam Hardy [EMAIL PROTECTED] To: Struts Users Mailing List

Re: Getting list of values from checkboxes

2006-03-30 Thread Dan Jas
I doubt this is optimized and was done in Struts 1.1. I used a map with each entry holding the key for given record in the database. Then all the check boxes mapped to the same map, each checkbox with a unique key. My input form in the JSP has input type=checkbox name=updateLastMtg(%=

Re: Problem with character encoding.

2006-03-21 Thread Dan Jas
Are you using WSAD on Windows and Tomcat on Unix/Linux? - Original Message - From: Anjishnu Bandyopadhyay [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Tuesday, March 21, 2006 5:51 AM Subject: Problem with character encoding. Hi all, I am

Re: Using saveToken and isTokenValid

2006-03-14 Thread Dan Jas
I would assume that you would see only the server response to your last click on submit, that the browser has thrown away the responses from the server for the first and second clicks on submit. Dan - Original Message - From: starki78 [EMAIL PROTECTED] To: user