Re: [OS-webwork] Browser setup problems

2004-01-19 Thread Hani Suleiman
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

[OS-webwork] XWork IoC in other Java classes (not Actions)

2004-01-19 Thread Marino
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

[OS-webwork] FieldRangeValidator

2004-01-19 Thread Samuel Mota
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.

RE: [OS-webwork] XWork IoC in other Java classes (not Actions)

2004-01-19 Thread Jason Carreira
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) Hi,

RE: [OS-webwork] FieldRangeValidator

2004-01-19 Thread Jason Carreira
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

Re: [OS-webwork] i18n

2004-01-19 Thread Hani Suleiman
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

[OS-webwork] Ognl list

2004-01-19 Thread Samuel Mota
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 +