[tiles2] Removal of controllerClass and controllerUrl

2006-10-02 Thread Antonio Petrelli
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, as it is said in taglibs docs, the class or the URL is called immediately before

Re: Form label defaults (was Struts 2.0.1 release)

2006-10-02 Thread David H. DeWolf
Fair enough. So if I understand correctly, before we commit something in this regard, you'd like to consider and come to consensus on the correct approach for standardizing the lookup of label names when the 'key' shortcut is used within the tags. With this in mind, I've taken a look at able

Re: [tiles2] Removal of controllerClass and controllerUrl

2006-10-02 Thread Antonio Petrelli
Antonio Petrelli ha scritto: I think that controllerUrl can be replaced by specifying the URL itself in the value attribute of tiles:put (or put). I have to correct myself, read: I think that controllerUrl can be replaced by specifying the URL itself in the template attribute of tiles:insert

Re: [tiles2] Removal of controllerClass and controllerUrl

2006-10-02 Thread Antonio Petrelli
Antonio Petrelli ha scritto: tiles:insert (or insert). Err... only tiles:insert please don't mind all those mistakes :-P - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Struts plugins

2006-10-02 Thread Philip Luppens
On 9/29/06, Don Brown [EMAIL PROTECTED] wrote: While Struts 2 requires Java 5 to build, we are using Retrotranslator to produce a Java 1.4-compatible jar and in addition, all annotations are and will be optional. Don Well, pardon my ignorance, and apologies for going (slightly) off topic

http://www.skillipedia.com

2006-10-02 Thread faisal abdallah
For ages I 've begging to be removed from this mailing list. Now that you like my presence so much - it' s time for propaganda : Skillipedia is a one-stop resource for all professionals: recruitment ,accommodation, training , professional services, best resume builder on line,

Re: http://www.skillipedia.com

2006-10-02 Thread Antonio Petrelli
faisal abdallah ha scritto: For ages I 've begging to be removed from this mailing list. Now that you like my presence so much - it' s time for propaganda Well at least you could not hijack my thread... - To unsubscribe,

Re: [tiles2] Removal of controllerClass and controllerUrl

2006-10-02 Thread Greg Reddin
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, as it is said in taglibs

Re: [tiles2] Removal of controllerClass and controllerUrl

2006-10-02 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, as

Re: Form label defaults (was Struts 2.0.1 release)

2006-10-02 Thread Patrick Lightbody
This is really good stuff, keep working to flesh it out fully. Take a look at the Stripes i18n/validation scopes for an example of a well-done implementation. Also, one thing I'd note: we do default the value attribute to the evaluation of the name attribute already, so the question is all

unsuscribe

2006-10-02 Thread gabriel eduardo oliveros valencia
unsuscribe From: [EMAIL PROTECTED] Reply-To: dev@struts.apache.org To: commits@struts.apache.org Subject: svn commit: r451724 - /struts/struts2/trunk/core/src/test/java/org/apache/struts2/views/freemarker/FreemarkerTest.java Date: Sun, 01 Oct 2006 08:39:40 - Author: tmjee Date: Sun Oct

Re: Form label defaults (was Struts 2.0.1 release)

2006-10-02 Thread Ted Husted
From https://issues.apache.org/struts/browse/WW-1458 @s.textfield name=user.userName value=%{user.userName} label=%{getText('user.userName')}/ As discussed on the mailing list, the value is already defaulted to the name, so the (very common) idiom in question is @s.textfield

Where does Able live?

2006-10-02 Thread Ted Husted
On 9/30/06, Don Brown [EMAIL PROTECTED] wrote: I'd like to see how the Able project will handle this one, as they are looking to work over Struts using a comprehensive convention-based approach. Is there a link to more about Able? -Ted.

Re: Where does Able live?

2006-10-02 Thread David H. DeWolf
Here you go, svn: https://svn.opensymphony.com/svn/sandbox/able info: http://blogs.opensymphony.com/plightbo/2006/08/project_able_a_complete_java_w.html David Ted Husted wrote: On 9/30/06, Don Brown [EMAIL PROTECTED] wrote: I'd like to see how the Able project will handle this one, as they

NoClassDefFoundError: ognl/OgnlException

2006-10-02 Thread Matt Raible
I'm getting the following error (again) after trying to upgrade to the latest Struts 2.0.0 release. I removed ~/.m2/repository/org/apache/struts and ~/.m2/repository/opensympony/xwork (which worked last time) to no avail. Any ideas? Thanks, Matt Tests run: 6, Failures: 0, Errors: 6, Skipped:

Re: NoClassDefFoundError: ognl/OgnlException

2006-10-02 Thread Don Brown
Hmm...why would you be missing ognl? There could be a problem because we tag Struts 2.0.0, but didn't tag XWork 2.0, and there were certain changes lately in XWork that wouldn't work with Struts 2.0.0. We plan to roll Struts 2.0.1 next weekend. In the meantime, try running with the xwork

Re: NoClassDefFoundError: ognl/OgnlException

2006-10-02 Thread Matt Raible
On 10/2/06, Don Brown [EMAIL PROTECTED] wrote: Hmm...why would you be missing ognl? There could be a problem because we tag Struts 2.0.0, but didn't tag XWork 2.0, and there were certain changes lately in XWork that wouldn't work with Struts 2.0.0. We plan to roll Struts 2.0.1 next weekend.

Re: NoClassDefFoundError: ognl/OgnlException

2006-10-02 Thread Matt Raible
Looks like I spoke too soon. My out-of-container tests pass now, but when I try to run the app in-container, I get the following error: java.lang.NoSuchMethodError: com.opensymphony.xwork2.ActionContext.getValueStack()Lcom/opensymphony/xwork2/util/OgnlValueStack; at