Re: struts2-scope-plugin

2007-01-08 Thread Don Brown
There is now: http://issues.apache.org/struts/browse/WW-1612 Don Ted Husted wrote: Is there a ticket for this yet? On 12/31/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Author: mrdon Date: Sat Dec 30 21:02:02 2006 New Revision: 491386 URL: http://svn.apache.org/viewvc?view=rev&rev=491386

Re: Datepicker and Timepicker examples

2007-01-08 Thread Musachy Barroso
We need to remove : dojo.require("struts.widget.DatePicker"); dojo.require("struts.widget.TimePicker"); from dojoRequire.js musachy Don Brown wrote: I'm not following - the simple theme's implementation of the head tag loads Dojo. This will definitely change when we move Dojo out of core, a

Re: Datepicker and Timepicker examples

2007-01-08 Thread Don Brown
I'm not following - the simple theme's implementation of the head tag loads Dojo. This will definitely change when we move Dojo out of core, as IMO, the simple theme shouldn't require any Javascript unless you use attributes that use it. Don Ted Husted wrote: I expect that we would address

Re: Struts 2.0.3 status

2007-01-08 Thread Musachy Barroso
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) { s

Re: Struts 2.0.3 status

2007-01-08 Thread Musachy Barroso
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 m

Re: Struts 2.0.3 status

2007-01-08 Thread Ted Husted
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

Re: Datepicker and Timepicker examples

2007-01-08 Thread Ted Husted
I expect that we would address this in WW-1607, but if all the head tag does is load dojo, then should it be implemented by the simple theme? * http://cwiki.apache.org/WW/simple-head-template.html -Ted. On 1/8/07, Don Brown <[EMAIL PROTECTED]> wrote: They needed the tag, and the date picker n

Re: Struts 2.0.3 status

2007-01-08 Thread Ted Husted
I brought up the experimental section from the 2.0.2 notes, added the Ajax theme to the list, and labeled the relevant pages "experimental" in the documentation. -Ted. On 1/8/07, Don Brown <[EMAIL PROTECTED]> wrote: Could there be a place in the release notes where we can declare certain plugin

struts2-scope-plugin

2007-01-08 Thread Ted Husted
Is there a ticket for this yet? On 12/31/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Author: mrdon Date: Sat Dec 30 21:02:02 2006 New Revision: 491386 URL: http://svn.apache.org/viewvc?view=rev&rev=491386 Log: Initial version of scope plugin that mimics JBoss Seam-style of scoped bijection