Re: [ANN] Struts 2.0.6 GA release available

2007-02-24 Thread Mark Menard
On 2/23/07 8:22 PM, Ted Husted [EMAIL PROTECTED] wrote: The Apache Struts group is pleased to announce that Struts 2.0.6 is available as a General Availability release. The GA designation is our highest quality grade. Congratulations to all! I have been happily using S2 since 2.0.1. It's been

Re: [S2] model driven versus domain object property

2007-02-24 Thread Mark Menard
On 2/23/07 7:31 PM, Dave Newton [EMAIL PROTECTED] wrote: --- bob [EMAIL PROTECTED] wrote: For instance, if my domain object is Customer, what would be the consequences and benefits of using modelDriven with a getModel() that returns an instance of Customer, versus having a getCustomer()

[s2] Integrating Struts 2 and Groovy

2007-02-24 Thread Mark Menard
I have spent the last week working on integrating Struts 2 and Groovy. I started writing my actions in Groovy last week. This is great, but I want to eliminate the compile restart cycle for general editing and debugging. My first attempt was to extend the Struts 2 Spring plugin, to use a

how to read request parameter in windows-1257 encoding

2007-02-24 Thread ros
Hi! I have to read form post in windows-1257 encoding: HTML HEAD meta http-equiv=Content-Type content=text/html; charset=windows-1257 /HEAD form name=testForm action=http://localhost:8080/myStruts2Action.html; method=post input type=hidden name=AAA value=PAamp;#315;IV input type='submit'

s2 - Client Validation in simple theme

2007-02-24 Thread Pedro Herrera
I have a little legacy system to migrate to struts2. I want do use validation features from struts2. I need to use the theme = simples because I don´t want to change in the layout(tags tr´s, divs in other themes). The validation on server side is fine, but how I put the validation on cliente

[S2] doubt working with dates in brazilian format (dd/MM/yyyy)

2007-02-24 Thread Daniel Amadei
Hi All, I'm working with dates but I'm not able to convert dates to be displayed automatically using the brazilian format (e. g. dd/MM/). Also I'd like to know how to validate my dates using this format and not the standard. If somebody could point me to the docs where I can find some info

Re: [S2] model driven versus domain object property

2007-02-24 Thread Dave Newton
--- Mark Menard [EMAIL PROTECTED] wrote: Be careful with the ScopedModelDriven method. Have you checked that it works with a user running two concurrent copies of your wizard, if you allow it? (Think tabbed browsing.) Isn't that an issue with *any* session-based methodology? d.

Re: [S2] model driven versus domain object property

2007-02-24 Thread Mark Menard
On 2/24/07 3:41 PM, Dave Newton [EMAIL PROTECTED] wrote: Isn't that an issue with *any* session-based methodology? Absolutely. It just amazes me how many people still run into it and are baffled by the strange behavior. Mark

Re: [S2] doubt working with dates in brazilian format (dd/MM/yyyy)

2007-02-24 Thread Dariusz Wojtas
Hi Daniel, Maybe this will help. You may create converters for any type. Here is one I use for dates. You also need to put 'xwork-conversion.properties' file in classpath, something like: java.util.Date=aaa.utils.typeconverter.DateConverter And the converter class: public class DateConverter

Re: [S2] doubt working with dates in brazilian format (dd/MM/yyyy)

2007-02-24 Thread Stefan
Daniel Amadei schrieb: Hi All, I'm working with dates but I'm not able to convert dates to be displayed automatically using the brazilian format (e. g. dd/MM/). Also I'd like to know how to validate my dates using this format and not the standard. If somebody could point me to the docs

Re: [s2] Integrating Struts 2 and Groovy

2007-02-24 Thread Mark Menard
On 2/24/07 10:23 AM, Mark Menard [EMAIL PROTECTED] wrote: At this point I have scripted actions and service beans in Groovy, with automatic reloading working. (http://www.vitarara.org/cms/node/98) A brief update. I have this working in a simple environment. I tried adding Spring declarative

Forums, Message Boards, Threaded Discussions

2007-02-24 Thread Joseph McGranaghan
Hello everyone, I need a good forum solution to integrate with strut1 (action). Anyone got a favorite to share? Thanks, Joe - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Forums, Message Boards, Threaded Discussions

2007-02-24 Thread Martin Gainty
Hi Joe- are you're looking for a MessageBoard M- Hello everyone, I need a good forum solution to integrate with strut1 (action). Anyone got a favorite to share? Thanks, Joe - To unsubscribe, e-mail: [EMAIL

Internationalization -- Issue with Japanese Characters

2007-02-24 Thread jacob skariah
Hi All, I am developing an Internatinalized application based on struts frame work. But while displaying Japanese character, I am getting Junk data. I am getting issue with only multibyte characters (Japanese ..) Other laguages are working fine. I have done the following things 1.

RE: [S2] doubt working with dates in brazilian format (dd/MM/yyyy)

2007-02-24 Thread Wesslan
I really like -MM-DD because that's the way we always write dates in Sweden... :) -Original Message- From: Stefan [mailto:[EMAIL PROTECTED] Sent: den 24 februari 2007 22:40 To: Struts Users Mailing List Subject: Re: [S2] doubt working with dates in brazilian format (dd/MM/)