Re: WW-1328 - Theme Inheritance

2006-10-03 Thread Don Brown
I'd love to see this feature implemented. Good luck! :) Don David H. DeWolf wrote: I'm in need of a resolution for this, so I'd like to take it up. My plan is to implement true inheritance so that even if a specific template does not exist for a given theme, it can be resolved from it's par

WW-1328 - Theme Inheritance

2006-10-03 Thread David H. DeWolf
I'm in need of a resolution for this, so I'd like to take it up. My plan is to implement true inheritance so that even if a specific template does not exist for a given theme, it can be resolved from it's parent. I think the comments in jira seem to imply that to be the desired solution as w

Re: Form label defaults (was Struts 2.0.1 release)

2006-10-03 Thread David H. DeWolf
I've taken a look through the strips documentation in regards to localization and it seems as though it's pretty close to what's been discussed already in this thread. The one thing stripes tries to do as well is translate keys that could not be found into something a little more user friendly

Re: Check a multibox dynamically

2006-10-03 Thread Wendy Smoak
On 10/3/06, grifoxx <[EMAIL PROTECTED]> wrote: I have a multibox tag that gets the labels and ... Please ask this type of question on the user list. This list is reserved for discussions about the development of the framework itself. Since your message footers indicate you're using Nabble, i

Check a multibox dynamically

2006-10-03 Thread grifoxx
Hi, I have a multibox tag that gets the labels and velues from the data base and I also have a bean that contains the data that the user choose. Now I want to check the boxes each time the user wants to update it's preferences. 1. I display the check boxes with the data comming from the data bas

Re: NoClassDefFoundError: ognl/OgnlException

2006-10-03 Thread Don Brown
I don't know exactly what the Struts policy is on that, but I will do everything possible to make it easy to use, and it will be available in _a_ repository at least. Don Matt Raible wrote: Do you plan on promoting 2.0.1 as an "official" release on ibiblio? I'm assuming I can build/install to

Re: Struts 2.0.1 release

2006-10-03 Thread Don Brown
Sounds good, I'll send you my cell number. Wendy, will you be online on Sunday at all? Don Ted Husted wrote: On 9/29/06, Don Brown <[EMAIL PROTECTED]> wrote: Really? Dang it, I'm flying in on Saturday night, as I thought it was Saturday and Sunday :/ Well, ok, I guess we'll roll 2.0.1 Monda

Re: NoClassDefFoundError: ognl/OgnlException

2006-10-03 Thread Matt Raible
Do you plan on promoting 2.0.1 as an "official" release on ibiblio? I'm assuming I can build/install to my own repo in the meantime. Matt On 10/3/06, Don Brown <[EMAIL PROTECTED]> wrote: Yeah, this error is what I was afraid might happen if you use the latest xwork code. It looks like you are

Re: NoClassDefFoundError: ognl/OgnlException

2006-10-03 Thread Don Brown
Yeah, this error is what I was afraid might happen if you use the latest xwork code. It looks like you are using the later xwork jar which includes the value stack changes. Don Matt Raible wrote: Looks like I spoke too soon. My out-of-container tests pass now, but when I try to run the app i

Re: [s2] replacing dojo with yui

2006-10-03 Thread Ian Roughley
yes - a new theme. The only gotcha's I can think of it that new attributes may need to be added into the UI components and model objects to support options for the JS libraries. By using a "yui" theme in the ww:head element (used to do the JS script includes) you can control that only the yui

[s2] replacing dojo with yui

2006-10-03 Thread David H. DeWolf
I need to utilize yui instead of dojo for ui/ajax. Am I correct in thinking that this is simply a matter of implementing a new theme? Any gotcha's I should be aware of -specifically in regards to making sure that I don't end up using both libraries? Thanks, David --

Re: [tiles2] Removal of controllerClass and controllerUrl

2006-10-03 Thread Antonio Petrelli
Greg Reddin ha scritto: On Oct 2, 2006, at 7:12 AM, Antonio Petrelli wrote: Hello everybody :-) In InsertTag the "controllerClass" and "controllerUrl" have been removed, I guess according to this JIRA issue: http://issues.apache.org/struts/browse/SB-21 I don't know if it's correct, because, a