taglib generation with xdoclet 2

2006-11-18 Thread Konstantin Priblouda
HI all, I just created an issue containing patch to pom.xml to enable tld-generation by xdoclet-2 ( WW-1512 ) feel free to ask questions. regards, [ Konstantin Pribluda http://www.pribluda.de ] Still using XDoclet 1.x? XDoclet 2 is released and of production quality. che

Re: [s2] XWork2 release plan

2006-11-18 Thread Musachy Barroso
Rainer this ant script works fine on ant 1.7: srcdir="C:/etc/struts/core/src/main/java/org/apache/struts2" destdir="bin" debug="on" compile="false" classpathref="classpath" factorypathref="factory-classpath"

Re: Value Stack Question

2006-11-18 Thread Ian Roughley
tag should list the stack. Remember that the local vars (from loops & tags) as well as the model will be on the stack first - so if the variable has the same name you will need to better specify its location. /Ian Mark Menard wrote: Is there a means of examining the value stack. I have a

Re: Value Stack Question

2006-11-18 Thread Mark Menard
On 11/18/06 12:02 PM, "Ian Roughley" <[EMAIL PROTECTED]> wrote: > tag should list the stack. Yea, I'm working with the DebuggingInterceptor at the moment. The issue with that is it tries to start traversing my whole data model. :( So, I've hacked on it a little and added a max depth to the seria

[s 1.3.6]: New label tag

2006-11-18 Thread Paul Benedict
I am about to commit a new label tag, but wanted opinions first. The label tag represents an HTML label, and the tag's primary usage is to allow a different style when the specified form element has an error. In the following example, this label will have an error style when the "firstName" fo

SVN ID

2006-11-18 Thread Paul Benedict
When I commit a new file, what kind of special marker do I put in the top of the copyright? Example: $Id: MockHttpServletRequest.java 471754 2006-11-06 14:55:09Z husted $ That's for an existing file. How about for a new file? Paul --

Re: SVN ID

2006-11-18 Thread Martin Cooper
On 11/18/06, Paul Benedict <[EMAIL PROTECTED]> wrote: When I commit a new file, what kind of special marker do I put in the top of the copyright? Example: $Id: MockHttpServletRequest.java 471754 2006-11-06 14:55:09Z husted $ That's for an existing file. How about for a new file? Just $Id$ i

Re: [s 1.3.6]: New label tag

2006-11-18 Thread Martin Cooper
On 11/18/06, Paul Benedict <[EMAIL PROTECTED]> wrote: I am about to commit a new label tag, but wanted opinions first. The label tag represents an HTML label, and the tag's primary usage is to allow a different style when the specified form element has an error. In the following example, this l

Re: [s 1.3.6]: New label tag

2006-11-18 Thread Paul Benedict
Martin, I guess I'm not quite getting how the various attributes would work. It seems to me that you really only need 'for' That currently exists as "forStyleId". My question was is that a good name? I was trying to make the attribute consistent with the "styleId" and "errorStyleId" naming conv

[s2] Plugin snapshots missing

2006-11-18 Thread Wendy Smoak
The new spring plugin isn't in the snapshot repo yet. How does this work, again? http://people.apache.org/repo/m2-snapshot-repository/org/apache/struts/ Whatever needs to be done for that one needs to be repeated for the new codebehind plugin. -- Wendy

Introducing the Codebehind Plugin

2006-11-18 Thread Don Brown
Inspired from a conversation Ted and I had at the last ApacheCon, I've finally got around to creating the Codebehind plugin. The Codebehind plugin brings elements of the "Page Controller" design to Struts 2 for the purposes of reducing the amount of mundane configuration through conventions.