Re: DynaActionForm problem (newbie probably :)

2005-01-30 Thread Robin Ericsson
Robert Taylor wrote: The reason for the error is that the beanutils package cannot convert the date string into a Date object. You can either populate the form with the formatted date or register a Converter to handle the conversion appropriately. I haven't yet used Converter but this problem has

RE: XDoclet

2005-01-30 Thread Marco Mistroni
Hello, Personal opinion... go for XDoclet, because you can reuse it also for Other purposes in same webapp (EJB, Hibernate, Spring etc..) Regards marco -Original Message- From: Tim Christopher [mailto:[EMAIL PROTECTED] Sent: 30 January 2005 03:28 To: Struts Users Mailing

Re: DynaActionForm problem (newbie probably :)

2005-01-30 Thread Robert Taylor
If the Converters are valid across the entire application, you can register them using a ServletContextListener or a Struts Plugin. ServletContextListeners are only available for containers supporting the Servlet 2.3 spec or higher. /robert Robin Ericsson wrote: Robert Taylor wrote: The reason for

Re: DynaActionForm problem (newbie probably :)

2005-01-30 Thread Robin Ericsson
Robert Taylor wrote: If the Converters are valid across the entire application, you can register them using a ServletContextListener or a Struts Plugin. ServletContextListeners are only available for containers supporting the Servlet 2.3 spec or higher. The idea is that the Converter should be avai

Accessing Database Information

2005-01-30 Thread Brandon Mercer
Hello, I've got Ted Husted's book Struts in Action and I really like it. I've also got another book Professional Jakarta Struts. They both talk about accessing information from a database and DAO and DTO and all that jazz and quite frankly I don't understand it. :-P Right now I'm in the mid

Re: Accessing Database Information

2005-01-30 Thread Wendy Smoak
From: "Brandon Mercer" <[EMAIL PROTECTED]> They both talk about accessing information from a database and DAO and DTO and all that jazz and quite frankly I don't understand it. :-P This should explain the DAO and DTO references: http://java.sun.com/blueprints/corej2eepatterns/Patterns/DataAccessO

Error Pages

2005-01-30 Thread Tim Christopher
Hi, I'm trying to setup custom error pages using Tomcat but keep on getting the following error: [EMAIL PROTECTED]: Exception Processing ErrorPage[errorCode=404, location=/errors/404.do] ClientAbortException: java.net.SocketException: Software caused connection abort: socket write error

[PATCH] validator_ja

2005-01-30 Thread Aron Gombas
Hi Everyone! FYI here are the validator error messages translated to Japanese (UNICODE) if anyone is interested: # Validator errors errors.required={0} \u304c\u5fc5\u8981\u3067\u3059\u3002 errors.minlength={0} \u306f{1} \u4ee5\u4e0b\u306b\u306a\u308a\u307e\u305b\u3093\u3002 errors.maxlength=

Re: DynaActionForm problem (newbie probably :)

2005-01-30 Thread Kishore Senji
> The idea is that the Converter should be available only when saving the > specific form (atleast for now). Once you register it, the same converter is available for that type from that point onwards. It doesn't matter whether you do it in the Plugin or an Action. So, if you want your Converter t

Catalog naming

2005-01-30 Thread Dakota Jack
Does anyone else think that a "Catalog" might better be called a "Batch"? I just cannot see why a set of commands would be a catalog. I would even prefer something like "Drill". Jack -- "You can lead a horse to water but you cannot make it float on its back." ~Dakota Jack~ "This message ma

Re: Catalog naming

2005-01-30 Thread James Mitchell
Actually, I disagree...sort of. I think it's less about what "observers" think and more about what "doers" think ;) -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: "Dakota Jack" <[EMAIL PROTECTED]> To: "St

Re: Catalog naming

2005-01-30 Thread Dakota Jack
Hello, again, James, Did I make a mistake and send this to the dev list? Oh, no, I see. This is the users' list! Whew! On Sun, 30 Jan 2005 15:44:33 -0500, James Mitchell <[EMAIL PROTECTED]> wrote: > Actually, I disagree...sort of. > > I think it's less about what "observers" think and more a

Re: DynaActionForm problem (newbie probably :)

2005-01-30 Thread Hubert Rabago
Wouldn't you then run into possible conflicts if you have other areas of the code or other forms using BeanUtils? On Sun, 30 Jan 2005 14:34:37 -0600, Kishore Senji <[EMAIL PROTECTED]> wrote: > > The idea is that the Converter should be available only when saving the > > specific form (atleast for

Re: Catalog naming

2005-01-30 Thread Eddie Bush
I think what James meant is that commits count for more than opinions ... but maybe I misunderstood him. ... which is nothing more than a restatement of what Ted always says about us voting by lazy consensus (griping or not griping about the direction a person's commits are taking things). On Sun

Re: Catalog naming

2005-01-30 Thread Dakota Jack
Thanks, Eddie. I don't remember asking whether commits count for more than opinions. However, maybe you are right and James meant something sensible, even if totally irrelevant, and was not just talking trash. Let's hope so. Ted usually says commits count for more than opinions when it is relev

List Archives Not Working

2005-01-30 Thread Dakota Jack
The Struts list archives is breaking on the EyeBrowse servlet. Jack -- "You can lead a horse to water but you cannot make it float on its back." "Heaven has changed. The Sky now goes all the way to our feet. ~Dakota Jack~ "This message may contain confidential and/or privileged information. I

List Archive Out

2005-01-30 Thread Dakota Jack
VelocityServlet: Error processing the template Unable to instantiate concrete database mapper org.tigris.eyebrowse.MySQLEyebrowseDb: Cannot connect to Database jdbc:mysql://localhost:3306/eyebrowse as eyebrowse org.apache.velocity.exception.VelocityException: Unable to instantiate concrete databas

Re: Catalog naming

2005-01-30 Thread Joe Germuska
At 12:35 PM -0800 1/30/05, Dakota Jack wrote: Does anyone else think that a "Catalog" might better be called a "Batch"? I just cannot see why a set of commands would be a catalog. I would even prefer something like "Drill". I would disagree. I think that "batch" connotes a series of tasks which

Re: How to send result into Pop-up window

2005-01-30 Thread Manisha Sathe
Hi Keshav, Yes, the requirement is exactly as u said. But 1 query, What will happen if user has switched off the javascript ? If nothing happens then also it is ok for me, Can i give some sort of msg that pls make javascript on - if it is off ? regards Manisha Keshav Shetty <[EMAIL P

New error message with List Archive being down

2005-01-30 Thread Dakota Jack
The List Archive is down with a new error: VelocityServlet: Error processing the template General error: Can't open file: 'eb_Message.MYD'. (errno: 144) org.apache.velocity.exception.VelocityException: General error: Can't open file: 'eb_Message.MYD'. (errno: 144) at org.tigris.eyebrowse.

Re: Catalog naming

2005-01-30 Thread James Mitchell
Hi Jack, sorry if you thought I was being rude, what I was getting at is basically 'actions' speak louder than 'words'. You know, come to think of it, I'm sure other people are wondering why you even asked on this list to begin with. The subject is dev related, but not struts dev, commons dev

Re: Catalog naming

2005-01-30 Thread Dakota Jack
Samsara! On Sun, 30 Jan 2005 21:21:51 -0500, James Mitchell <[EMAIL PROTECTED]> wrote: sorry if you thought I was being rude come to think of it, I'm sure other people In addition to that, this discussion should have happened a year ago (back then) you might have an easier chance at conv

Re: Catalog naming

2005-01-30 Thread Dakota Jack
On Sun, 30 Jan 2005 18:40:43 -0800, Dakota Jack <[EMAIL PROTECTED]> wrote: > Samsara! Samsara literally means "wandering-on." It's the answer, not to the question, "Where are we?" but to the question, "What are we doing?" Instead of a place, it's a process: the tendency to keep creating worlds an

Re: BANDWIDTH CONCERNS and SNIPPING POSTS

2005-01-30 Thread Andrew Hill
large number of international users, so bandwidth on the mailing list is always a concern Ahhh... that probably explains why so many of the international posts resemble SMS messages: pls msg structs 2 me thk u 4 ur tIme maybe we should go back to the old telegraph format? PROBLEM MAKING SERVE

Re: New error message with List Archive being down

2005-01-30 Thread Andrew Hill
MARC archive is up: http://marc.theaimsgroup.com/?l=struts-user&r=1&w=2 Dakota Jack wrote: The List Archive is down with a new error: VelocityServlet: Error processing the template General error: Can't open file: 'eb_Message.MYD'. (errno: 144) org.apache.velocity.exception.VelocityException: Genera

Re: BANDWIDTH CONCERNS and SNIPPING POSTS

2005-01-30 Thread James Mitchell
ROFLOL!!! STOP -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: New error message with List Archive being down

2005-01-30 Thread Dakota Jack
On Mon, 31 Jan 2005 10:51:45 +0800, Andrew Hill <[EMAIL PROTECTED]> wrote: > MARC archive is up: > > http://marc.theaimsgroup.com/?l=struts-user&r=1&w=2 Yip! So is google. Do you think people can sign on and off the Struts list at Google too? ;-) Jack -- "You can lead a horse to water b

upgrade to struts 1.2.4 - struts-html-el.tld problem

2005-01-30 Thread Kamal Suruguchi
Thnx James Yes I upgraded the struts el jar too, but yet I get the error. James Mitchell <[EMAIL PROTECTED]> wrote: You should ask this on the user list. Did you also upgrade the struts el jar? Please reply on the user list. -- James Mitchell Software Engineer / Open Source Evangelist EdgeT

Re: How to send result into Pop-up window

2005-01-30 Thread Eddie Bush
You could use a section to give a message to those that do not have JavaScript enabled. Find details in the HTML spec maintained by the W3C: www.w3c.org On Sun, 30 Jan 2005 16:13:33 -0800 (PST), Manisha Sathe <[EMAIL PROTECTED]> wrote: > Hi Keshav, > > Yes, the requirement is exactly as u said.

[OT] Logging Question

2005-01-30 Thread Frank W. Zammetti
Quick question... I wanted to get answers from real-world Struts developers, so I hope no one minds the OT post... Is anyone using Commons Logging in their webapps, and if so, what logging toolkit are you using under it? I'm guessing Log4J is the most common answer, but I'd like to hear what y

[OT] Logging Question

2005-01-30 Thread Frank W. Zammetti
Quick question... I wanted to get answers from real-world Struts developers, so I hope no one minds the OT post... Is anyone using Commons Logging in their webapps, and if so, what logging toolkit are you using under it? I'm guessing Log4J is the most common answer, but I'd like to hear what y

Re: [OT] Logging Question

2005-01-30 Thread Eddie Bush
On Mon, 31 Jan 2005 01:33:22 -0500, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: > Quick question... I wanted to get answers from real-world Struts developers, > so I hope no one minds the OT post... > > Is anyone using Commons Logging in their webapps, and if so, what logging > toolkit are you

Re: [OT] Logging Question

2005-01-30 Thread Andrew Hill
Commons Logging over Log4J. I've been told at work that we cannot use it because it isn't "J2EE-compliant"... I'm awaiting clarification on what that actually means in this context Sounds like someone may have got incorrect information? Ive not heard of anything in log4j that makes it unsuitab

Re: [OT] Logging Question

2005-01-30 Thread Vamsee Kanakala
Andrew Hill wrote: Commons Logging over Log4J. +1. There are several articles on the internet about why using commons logging is a bad idea, but so far I didn't face any problem. Vamsee. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: upgrade to struts 1.2.4 - struts-html-el.tld problem

2005-01-30 Thread James Mitchell
Come to think of it, I believe that attribute was removed. You should be using action instead. -- James Mitchell Software Engineer / Open Source Evangelist EdgeTech, Inc. 678.910.8017 AIM: jmitchtx - Original Message - From: "Kamal Suruguchi" <[EMAIL PROTECTED]> To: Sent: Sunday, Janu