1) Yes, the "new" form (actually old) is here to stay.
2) This is a known issue and has been logged against XWork and will be
fixed ASAP.
3) use fieldValue -- except I recall that's not checked in to CVS :P
Please open a bug for this
4) In the old 1.3 EL, you could use ".." to refer to the previous item.
Currently we don't have something for that, though we could add it, such
as "prev". But that does mean that your actions/beans can't have a
getPrev() method, just like it can't have getTop()

-Pat

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Grzegorz Mucha
Sent: Tuesday, November 11, 2003 1:23 AM
To: [EMAIL PROTECTED]
Subject: [OS-webwork] Conversion, UI tags etc.

Hi all!

A couple of quick questions:

1. Is the current notation for label/name tag attrbutes here to stay? 
(ie. do I have to quote the literal values for those attributes)?

2. I've a problem with integer conversion - a dropdown select has a list

of values, most of them are integers save for the headerKey (it's an 
empty string). When I don't select anything in the dropdown and submit 
the form, I get an exception in the CompoundRootAccessor class). Isn't 
the conversion supposed to convert null/empty string/meaningles data 
simply to zero?

3. Could you give an example of using checkbox tag? From what I've 
observed, there's no way of changing the value attribute of the HTML tag

(or simply I've found none).

4. I believe at some time there was a hack in ActionChainResult that 
copied the properties from one action to another - the current code only

  pushes the preceding action to the VS (and in case I want to use the 
customerId property from the previous action, I've to use something like

  valueStack.findValue("[1].customerId") - is there any shortcut for
that?

TIA,
Greg



-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork



-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to