Re: [OS-webwork] accessing errors collection in velocity

2004-01-21 Thread Jonas Eriksson
In ww2 I suppose. If your actions are extending ActionSupport you can use: $actionErrors (Collection) $fieldErrors (Map of field names - list of errors or null if no errors) Cheers Jonas Gerardo Segura wrote: Hi all, i wonder what's the name of the error collections when using velocity...

AW: [OS-webwork] accessing errors collection in velocity

2004-01-21 Thread Hans Prueller
that also works for me, even if i have to do a $stack.findValue(actionErrors) before -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Jonas Eriksson Gesendet: Mittwoch, 21. Jänner 2004 09:53 An: [EMAIL PROTECTED] Betreff: Re: [OS-webwork]

Re: [OS-webwork] Xwork/WebWork2 under extreme load

2004-01-21 Thread Dag Liodden
Has anyone benchmarked this yet? Just curious. :) Francisco Hernandez wrote: excellent, ill give this a shot. Dag Liodden wrote: I think that using the taglib is slow due to the massive amount of template parsing that is associated with rendering of the tags. By default, Velocity does not

RE: [OS-webwork] example of using xwork with spring integration

2004-01-21 Thread Matt Raible
Google it: http://www.google.com/search?q=spring+xwork 3rd item... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Francisco Hernandez Sent: Tuesday, January 20, 2004 4:43 PM To: [EMAIL PROTECTED] Subject: [OS-webwork] example of using xwork

[OS-webwork] Multiple columns templates

2004-01-21 Thread Samuel Mota
Hi, I'm wondering how do you do multiple columns templates ? Respecting the idea of the original templates for top labels and error handling Ideas? Thanks + Samuel G. Mota + [EMAIL PROTECTED] + 55 (11) 4417 7093 + Business Application Dpt. + Netset Serviços em Tecnologia + a Hypercom Company +

[OS-webwork] Default float action property showing 0.0 when not defined?

2004-01-21 Thread Larsson, Jonas
I have a form with ww(1.x) textfields that are ultimately float datatypes in the action. When I redirect to the form as an INPUT view from doExecute() the input fields get populated with the zero float value 0.0 when the form is rendered. Is there any way to change this behaviour so they show up

Re: [OS-webwork] Webwork 1.4.1

2004-01-21 Thread Frank Febbraro
Sorry if this is a basic, dumb question. But how does one make a patch file to attach to a JIRA issue? Is this documented somewhere? - Original Message - From: Hani Suleiman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 20, 2004 9:57 PM Subject: Re: [OS-webwork] Webwork

Re: [OS-webwork] Default float action property showing 0.0 when not defined?

2004-01-21 Thread Samuel Mota
Default values are presented for primitive types, change your property type to Float object and empty will not be considered. + Samuel G. Mota + [EMAIL PROTECTED] + 55 (11) 4417 7093 + Business Application Dpt. + Netset Serviços em Tecnologia + a Hypercom Company + http://www.hypercom.com

Re: [OS-webwork] Webwork 1.4.1

2004-01-21 Thread Hani Suleiman
If it's a patch for a java source file, then run this: cvs -q diff -b -u -N -w [optional filename] patch.txt from the top project directory This will make a patch.txt file that you can then upload as an attachment to whatever jira issue. Frank Febbraro wrote: Sorry if this is a basic, dumb

RE: [OS-webwork] Multiple columns templates

2004-01-21 Thread Jason Carreira
Just lay your table out that way? -Original Message- From: Samuel Mota [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 21, 2004 9:37 AM To: [EMAIL PROTECTED] Subject: [OS-webwork] Multiple columns templates Hi, I'm wondering how do you do multiple columns templates ?

RE: [OS-webwork] Multiple columns templates

2004-01-21 Thread Samuel Mota
Just lay your table out that way? I believe it's not that easy since error messages and top aligned labels are very difficult to handle with multiple columns. On my approach It's necessary to every component to say if it is on a new line or not, on more complex layouts you must say even the

RE: [OS-webwork] Default float action property showing 0.0 when not defined?

2004-01-21 Thread Larsson, Jonas
That worked like a charm. Thanks! /Jonas -Original Message- From: Samuel Mota [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 21, 2004 4:38 PM To: [EMAIL PROTECTED] Subject: Re: [OS-webwork] Default float action property showing 0.0 when not defined? Default values are presented

[OS-webwork] templates/xhtml

2004-01-21 Thread Fernando Martins
why is it hardcoded in most of the tag templates #parse(/template/xhtml/controlheader.vm) if I use in webwork.properties some other webwork.ui.theme, it will simply not load it from my theme. is there allready a JIRA issue for this? ---

Re: [OS-webwork] example of using xwork with spring integration

2004-01-21 Thread Francisco Hernandez
this is actually for webwork 1.4.1 and higher, I need to do it with xwork 1.0 Matt Raible wrote: Google it: http://www.google.com/search?q=spring+xwork 3rd item... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Francisco Hernandez Sent: Tuesday,

Re: [OS-webwork] Webwork 1.4.1

2004-01-21 Thread Hani Suleiman
It's in 1.4 only, although it might need to be pulled back out to another jar, pending talks with Jason Pell to see how he feels about it all. On Jan 21, 2004, at 7:49 PM, Mark Woon wrote: Hani Suleiman wrote: On Jan 20, 2004, at 9:17 PM, Scott Farquhar wrote: On Tue, Jan 20, 2004 at

Re: [OS-webwork] Webwork 1.4.1

2004-01-21 Thread Mark Woon
Hani Suleiman wrote: Re: [OS-webwork] Webwork 1.4.1 On Jan 20, 2004, at 9:17 PM, Scott Farquhar wrote: On Tue, Jan 20, 2004 at 09:07:34PM -0500, Hani Suleiman wrote: Scott, what features do you need in 1.4.1 that aren't in 1.4.0? Mainly the Pell