What happened to the date picker?

2006-12-08 Thread Don Brown
When we moved from OpenSymphony to Apache, one great piece of software, the date picker, had to be dropped in favor of the inferior yet legal-friendly Dojo component. Unfortunately, the Dojo one didn't support the date picker as a popup calendar next to a text field, like the original one.

Re: [VOTE] Release the struts-master pom v4

2006-12-08 Thread Ted Husted
+1 On 12/7/06, Niall Pemberton [EMAIL PROTECTED] wrote: I'd like to release version 4 of the struts-master pom. The repository has been tagged: http://svn.apache.org/viewvc/struts/maven/tags/STRUTS_MASTER_4/ Pom version 4 available for review here:

Re: spring experience

2006-12-08 Thread Ted Husted
I wish ... we just got our first real snowfall, and we have to drive 20 miles toward the lake to a wrestling meet tonight. B. On 12/7/06, Musachy Barroso [EMAIL PROTECTED] wrote: Is any of you guys going to Spring Experience this weekend in Miami, FL? musachy

Re: What happened to the date picker?

2006-12-08 Thread Musachy Barroso
Don, Dojo now supports both, that's why we have DatePicker, TimePicker and a DropDownDateTimePicker(which has a type attribute that can be either date or time), check the examples under: showcase/src/main/webapp/ajax/dropdowntimepicker showcase/src/main/webapp/ajax/dropdowndatepicker

Re: [S2] Parameters Interceptor and Dojo

2006-12-08 Thread Musachy Barroso
It would be nice to have a filter taking regular expressions. I logged it: WW-1551 musachy Don Brown wrote: Well, we wouldn't want to simply hard-code the removal of that parameter...Isn't there a filter that you can configure it to pull out certain parameters? If not, we should either

Re: [s2] Nightly Builds

2006-12-08 Thread Mitchell James
We might get around this by enabling wild-carded configPaths. Then scan for struts-plugin-*.xml in addition to what we already do. What do you think? -- James Mitchell 678.910.8017 On Dec 7, 2006, at 11:23 PM, Don Brown wrote: The only way we could do it is if we had a custom maven 2

Re: [S2] Struts 2.0.2 Build - ON HOLD

2006-12-08 Thread Musachy Barroso
The tokens examples are failing because the doInput is never being called in TokenAction, instead input is being called on ActionSupport, that's why the values are not on the session, hence the NullPointerException. How does this doX method discovery work? I can't find it on the docs.

Re: [S2] Struts 2.0.2 Build - ON HOLD

2006-12-08 Thread Ted Husted
We should change the example to not use the do methods anymore. On 12/8/06, Musachy Barroso [EMAIL PROTECTED] wrote: The tokens examples are failing because the doInput is never being called in TokenAction, instead input is being called on ActionSupport, that's why the values are not on the

Re: [s2] Nightly Builds

2006-12-08 Thread Don Brown
Yeah, we could adapt the classloader scanning tool we use for the zeroconf stuff to look for xml files at the root. Still, this would involve custom maven 2 work, and even then, the jar wouldn't work in a predictable manner. The problem is that a plugin can tell struts 2 it wants to override

Re: What happened to the date picker?

2006-12-08 Thread Don Brown
That's fine, but the tag should still work as before. The idea of the ajax theme is that you get a certain behavior, no matter how it is implemented. Therefore, if we change the impl underneath, the end result should still be the same. Don Musachy Barroso wrote: Don, Dojo now supports

Re: [s2] Nightly Builds

2006-12-08 Thread Ted Husted
Is there a way we could just post post the lib.zip distribution as our nightly build, since that contains all the plugins and the various dependencies? If someone isn't building the framework from a source code checkout, but wants to follow the dev discussions, then the lib binaries is all he or

Re: What happened to the date picker?

2006-12-08 Thread Musachy Barroso
The thing is that they are a little bit different, for example the current dropdown versions have the same properties for both the timepicker and the datepicker, that's why we have only one tag for them. We have two separate tags for the static ones (always visible). We can still have

Re: What happened to the date picker?

2006-12-08 Thread Don Brown
Ok, but as I said, the tag should work as it did before. We should have: - DatePicker: the current dropdowndatepicker that lets you pick dates as before from a dropdown icon. Furthermore, there should still be a text field tied to the component. - PanelDatePicker: the current datepicker that

Re: [s1.3.6] Let's put a fork in it?

2006-12-08 Thread Paul Benedict
Ted, I have created a release notes page: http://wiki.apache.org/struts/StrutsRelease136 I accomplished the beginning until Play test applications. However, everything is still labeled as -SNAPSHOT. The instructions are not clear when that should be removed so people can play with the

Re: What happened to the date picker?

2006-12-08 Thread Musachy Barroso
Don Brown wrote: Ok, but as I said, the tag should work as it did before. We should have: - DatePicker: the current dropdowndatepicker that lets you pick dates as before from a dropdown icon. Ok, will we have a TimePicker also (same attributes as DatePicker)? Furthermore, there should

Re: What happened to the date picker?

2006-12-08 Thread Don Brown
Cool. If we could add an attribute and allow time selection for the same tag, that'd be great. In fact, I believe that is how the old WebWork one worked. If you could create a patch, it would be very helpful. I'm trying to clean up the showcase examples and get the continuations stuff

Re: What happened to the date picker?

2006-12-08 Thread Musachy Barroso
I logged WW-1555 to track these changes. The attribute type in DatePicker can be date or time (this was there before). Don, can you rename these folders under apps/showcase/src/main/webapp/ajax: datepicker - paneldatepicker timepicker - paneltimepicker dropdowndatepicker - datepicker

struts2 tiles

2006-12-08 Thread ravikumar
hai all how to configure the tiles in strus2, and what is the procedure , where we have to place, and how to write the code in give me the example application Thanks Ravi kumar - Posted via Jive Forums

Re: struts2 tiles

2006-12-08 Thread Martin Cooper
So that we can learn how to improve our documentation, please tell us: * Which documentation did you check before posting your question? * Which wiki pages did you check before posting your question? * Which mailing list or forum archives did you check before posting your question? * Which code