Hi,
I'm trying to create a list parameter for the radio template but with no success (but
no errors
too:) :
#tag( Radio "name='comVisita' list='{ SIM , NÃO }' listKey='{ 0 , 1 }'" )
What is wrong?
(of course I do not want to create the list at my action or model)
Thanks
+ Samuel G. Mota
+ [EMA
Use a common base class that override getLocale with wherever you want
it looked up from
On Jan 19, 2004, at 11:41 AM, Giovanni Formenti wrote:
Hallo!
I'd like to internationalize my webwork 1.3 application...
When i try to store my new Locale with ActionContext.setLocale() the
locale's info is
Hallo!
I'd like to internationalize my webwork 1.3 application...
When i try to store my new Locale with ActionContext.setLocale() the
locale's info is stored only for the current request... there is a way to
set the locale for the whole session using Action's methods?
I saw LocaleAware but it's de
Which type of range validator? There are specific subclasses for each type, one for
Dates and one for Int (there's not one for Strings, but one could be made).
> -Original Message-
> From: Samuel Mota [mailto:[EMAIL PROTECTED]
> Sent: Monday, January 19, 2004 10:01 AM
> To: [EMAIL PROTE
Which types of objects are you trying to initialize? There might be
workarounds...
> -Original Message-
> From: Marino [mailto:[EMAIL PROTECTED]
> Sent: Monday, January 19, 2004 4:31 AM
> To: [EMAIL PROTECTED]
> Subject: [OS-webwork] XWork IoC in other Java classes (not Actions)
>
>
> H
I've got the last CVS snapshoot for WW and XW and the FieldRangeValidator is not
working (for me:).
It throws a ClassCastException at String.compareTo(Object) method
Since the value object and the MinComparatorValue() and MaxComparatorValue are not
String objects it
is throwing the exception.
w
Hi,
How to use Xwork IoC in classes that are not Actions?
In XWork documentations there is a one note like:
" If you have an object that is not an action or another component, you must
explictly tell XWork to supply any enabled components to your object by
calling componentManager.initializeObj
The documentation isn't showing up correctly on opensymphony.com
because it uses webwork, but webwork isn't deployed on the website
webapp. I'll fix it so it doesn't require any taglibs so can be viewed
more easily on the website and/or offline.
On Jan 18, 2004, at 11:16 PM, Scott Farquhar wrot