DynaValidatorForm not validating ?

2005-05-11 Thread Michael Klaene
I'm trying to set up a DynaValidatorForm and I can't seem to get it to work. As you can see, the log leads you to believe it *did* validate and the validation passed (?) Log: 2005-05-11 12:23:22,004 DEBUG [RequestProcessor] Storing ActionForm bean instance in scope 'request' under attribute

Re: Best practice question: Properties (ShoppingCart) per user

2004-12-09 Thread Michael Klaene
Though I've used Struts quite a bit in the past, I found this freely downloadable book a very good source of '101' Struts information: http://www.theserverside.com/books/sourcebeat/JakartaStrutsLive/index.tss Mike Frank W. Zammetti [EMAIL PROTECTED] wrote: Sounds good! You'll find that the

i18n and the database...

2004-12-03 Thread Michael Klaene
Hi. I'm investigating ways to support multiple languages in my app, without using the typical ResourceBundle/MessageResources approach. I was thinking that I would like to use a database instead. It seems to me that a large application trying to support multiple languages with this approach

Re: i18n and the database... -thanks - 1 more question

2004-12-03 Thread Michael Klaene
like a javaScript onload: reload function with the jsp set to nocache. Just wondering if anyone has ever tried storing code in the db that needs to be translated. Thanks, Mike Guillaume Cottenceau [EMAIL PROTECTED] wrote: Michael Klaene writes: 3.)I know that some databases, Oracle, and I hear

RE: [OT] User Preference System Design

2004-11-17 Thread Michael Klaene
I would say that 'system' level configurations(applying to all users) could easily be handled with XML files or properties files. User preferences, since they are tied to a specific user, IMO belong in the database, probably in a user preferences table. I know XML is a popular choice - you

Re: [OT] User Preference System Design

2004-11-17 Thread Michael Klaene
I'd like to learn more about storing XML in the database myself. I really haven't had much experience there so I couldn't say if it is beneficial or not. I started out as a database developer so I tend to rely heavily on the database for a number of things, system prefs being one of those

Re: [OT] User Preference System Design

2004-11-17 Thread Michael Klaene
, Julian --- Michael Klaene wrote: I'd like to learn more about storing XML in the database myself. I really haven't had much experience there so I couldn't say if it is beneficial or not. I started out as a database developer so I tend to rely heavily on the database for a number of things

RE: Frustrating Tiles error - Error - tag.getAsString

2004-11-13 Thread Michael Klaene
-INF/tiles-defs.xml/ /plug-in Regards, David -Original Message- From: Michael Klaene [mailto:[EMAIL PROTECTED] Sent: Friday, November 12, 2004 7:22 PM To: [EMAIL PROTECTED] Subject: Frustrating Tiles error - Error - tag.getAsString I can't seem to see the problem here. I

Frustrating Tiles error - Error - tag.getAsString

2004-11-12 Thread Michael Klaene
I can't seem to see the problem here. I think it's simple but I've just been staring too long! I keep getting a 'Error -tag.getAsString' error in my app. I suspect it has nothing to do with the tiles defs but is happening before that. But I can't figure it out. Below is my info and the