SV: [shale] Maven 2 build (was Re: [action1] Which webapp dtds to include in struts-core.jar?)

2006-04-15 Thread Hermod Opstvedt
Hei Wise move - Maven 2 is much preferred for many reasons. However there might be some pitfalls with respect to dependencies - Their availability is so and so for now, but getting better every day. Hermod -Opprinnelig melding- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] På vegne

SV: Shale Persistence Framework

2006-04-11 Thread Hermod Opstvedt
Hi First of all: This is not a Shale specific issue. Second: It all comes down to taste and experience of you and your co-workers. There was a recent thread here about it, so go ahead and read the arguments. Hermod -Opprinnelig melding- Fra: peoplesrepublican [mailto:[EMAIL PROTECTED]

Struts 1.3 and Internationalization

2006-03-29 Thread Hermod Opstvedt
Hi What's the status of the Struts 1.3 branch with respect to internationalization? In the 1.2 branch this was a won't touch issue. What I am thinking about is amongst other things the ability to use comma as decimal separator. Or is still English only, please. Also, and I know this is the wrong

SV: Struts 1.3 and Internationalization

2006-03-29 Thread Hermod Opstvedt
values. This was a longstanding struts issue that has been resolved since Struts 1.2.7. There are new validators that will serve your interests. Don Hermod Opstvedt wrote: Hi What's the status of the Struts 1.3 branch with respect to internationalization? In the 1.2 branch this was a won't

SV: Struts 1.3 and Internationalization

2006-03-29 Thread Hermod Opstvedt
object's field. You can look at BeanUtils' converters and registering locale-aware ones. Of course, for me, I use FormDef to handle formatted inputs like these. This is a user-list topic and should probably move there. Hubert On 3/29/06, Hermod Opstvedt [EMAIL PROTECTED] wrote: Hi Not quite

SV: SV: Struts 1.3 and Internationalization

2006-03-29 Thread Hermod Opstvedt
dig up something from the archives Hermod -Opprinnelig melding- Fra: Joe Germuska [mailto:[EMAIL PROTECTED] Sendt: 30. mars 2006 00:17 Til: Hermod Opstvedt; 'Struts Developers List' Emne: Re: SV: Struts 1.3 and Internationalization At 3:40 PM -0600 3/29/06, Hubert Rabago wrote

[shale] Problem serving Clay xml

2006-03-19 Thread Hermod Opstvedt
Hi I have run into a weird problem. When I run my access my application through Tomcat, accessing index.xml works just fine. Now I am about to put on the air a test site that has a Apache 2 front end I run into problems. As far as I can tell this has to do with the mime-type. When I access it

SV: [shale] Problem serving Clay xml

2006-03-19 Thread Hermod Opstvedt
Hi Found a solution. In my index.jsp I now do a jsp:forward instead of a jsp:redirect. Med vennlig hilsen Hermod Opstvedt Webmaster Seiling.org/Norlys.org -Opprinnelig melding- Fra: Hermod Opstvedt [mailto:[EMAIL PROTECTED] Sendt: 19. mars 2006 13:59 Til: 'Struts Developers List' Emne

SV: SV: [shale] Problem serving Clay xml

2006-03-19 Thread Hermod Opstvedt
: Struts Developers List; [EMAIL PROTECTED] Emne: Re: SV: [shale] Problem serving Clay xml From: Hermod Opstvedt [EMAIL PROTECTED] Hi Found a solution. In my index.jsp I now do a jsp:forward instead of a jsp:redirect. Another option might be to override the default suffix. I think you

SV: SV: [shale] Problem serving Clay xml

2006-03-19 Thread Hermod Opstvedt
Hi Worked like a charm - Thanks for the tip. I also added text/html clayx as an entry in mime.types file. Hermod -Opprinnelig melding- Fra: Hermod Opstvedt [mailto:[EMAIL PROTECTED] Sendt: 19. mars 2006 17:11 Til: 'Struts Developers List' Emne: SV: SV: [shale] Problem serving Clay xml

RE: Problems with SwitchAction and Modules

2005-03-10 Thread hermod . opstvedt
Hi What I was looking for, is how you have defined your tiles plugin in the various struts-config-xxx files (1 for each module) Hermod -Original Message- From: Hauschel Fred [mailto:[EMAIL PROTECTED] Sent: Thursday, March 10, 2005 10:17 AM To: Struts Developers List Subject: AW:

RE: Problems with SwitchAction and Modules

2005-03-10 Thread hermod . opstvedt
Hi You need to list the tiles definition files you use in module A, and very important -- Add a unique ID for each tiles plugin definition. i.e Modul A: plug-in className=org.apache.struts.tiles.TilesPlugin id=A set-property property=definitions-config

RE: Problems with SwitchAction and Modules

2005-03-10 Thread hermod . opstvedt
Hi I guess that something is very wrong with your setup. I have 4 different modules in one of my applications, and the switch works as a charm. I have defined all the tiles-definitions, for the receiving modules in each struts-config : main module (struts-config.xml): plug-in

HTML:TEXT tag and Internationalization

2004-08-24 Thread hermod . opstvedt
Hi Is there any reasonable argument as to why the html:text tag uses default (value.toString()) formating, while the bean:write uses a formatter that is I18N aware. This is really anoying for locales that normally use comma as a decimal seperator. If you output the value with bean:write it will

SV: Opening Salvo 'n CVS

2004-07-06 Thread hermod . opstvedt
Hi Use CVSGrab - It works great. Also behind a proxy/firewall. Hermod -Opprinnelig melding- Fra: Michael McGrady [mailto:[EMAIL PROTECTED] Sendt: 5. juli 2004 15:18 Til: Struts Developers List Emne: Opening Salvo 'n CVS I am attempting to download struts cvs with jcvs ii. I am a new

SV: Form posts are logged

2004-04-14 Thread hermod . opstvedt
Hi Been there - done that. I am using Log4J, but the thing is that these entries in the log do not come from some logging API. It looks to me like they are plain System.out.prinln's. If everything got logged I definitly would have suspected something like you mention, but it's only data from form