Néstor Boscán wrote:
> Is there a way to use Dates with Dynamic Action Forms using a pattern. We
> would like to use all our DTOs with Dynamic Form Beans but we're having
> problem with Date and Numbers were we need to apply patterns. Is there a way
> to do this?
>   
I'm not sure which use of the word "pattern" you're using; I assume you
mean formatting (like MM-DD-YYYY vs. DD/MM/YY etc.)?

Try using Strings as the form-property types. Validate the patterns via
a regex (called "mask" in struts validator land).

IIRC formsets support I18N via the 'country' and 'language' attributes,
but I'm fuzzy on this one.

Dave



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to