I logged WW-1610 (remote forms) and WW-1611 (autocompleter's list attribute) with patches.

musachy

Musachy Barroso wrote:
For the autocompleter tag we need to add this method:

@StrutsTagAttribute(description="Iteratable source to populate from.")
   public void setList(String list) {
       super.setList(list);
   }

the problem is that "list" is required (required=true) on the base. Conversion problem.

regards
musachy

Ted Husted wrote:
If we discount the Ajax examples as "experimental", then we are down
to just a very Showcase examples to fix. I didn't have time to look
farther into these this morning, so I don't know if these are problems
with the example code or the framework code.

* https://issues.apache.org/struts/browse/WW-1538

Conversion
* conversion/enterAddressesInfo.action
** Submitting an address returns a blank page
* conversion/submitOperationEnumInfo.action
** Select an operation returns: Invalid field value for field
"selectedOperations".
** Selecting no operation returns a blank page.

File Download
* The example presents the Struts logo, but doesn't offer to save it locally.

Person Manager
* The Other Skills combobox doesn't accept the selected item, and
there is a bogus entry at the bottom of the list.

Tags / UI Tags / Tree / Static | Dynamic
* Debug messages from Dojo are printing: FATAL exception raised: Could
not load 'struts.widget.DatePicker'; last tried '__package__.js'
** The DatePicker pages don't have this message.

Tags / UI Tags / TimePicker
* Is there a way to specify now? "Today" sets the value to midnight.
* The DE and NL versions do not seem to be internationalized in any way.

Validation / JavaScript
* The JavaScript validation does not seem to be working at all.
* The String Length validator field sees an empty string as a value
and can prompt even when empty (the usage on Field Validator doesn't
seem to have this problem).

-Ted.

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




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




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

Reply via email to