Struts Master pom release

2006-12-07 Thread Niall Pemberton
I'd like to release the struts master pom - struts1 is currently depending on 4-SNAPSHOT which is a blocker to any possible release. Niall - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

XDoclet 2: Generating TLD's with inheritance

2006-12-07 Thread Asgaut Mjølne
Hi, I am trying to use XDoclet 2 to generate TLD files from my java source files. I downloaded xdoclet-plugins-1.0.3 and tried out the example sample-web which worked fine. Only problem is that the sample application doesn't demonstrate how to use inheritance with XDoclet 2. Here is what I

Re: [VOTE] Tiles TLP

2006-12-07 Thread Ted Husted
Any member can subscribe to the board list, and unsubscribed posting are suppose to be moderated, in case an outsider wants to contact the board. But, submitting a agenda item that way is problematic since the unsubscribed poster would not see any replies, and we are not suppose to forward

[VOTE] Release the struts-master pom v4

2006-12-07 Thread Niall Pemberton
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: http://people.apache.org/builds/struts/STRUTS_MASTER_4/ This is the master pom from which

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

2006-12-07 Thread David H. DeWolf
+1 Niall Pemberton 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: http://people.apache.org/builds/struts/STRUTS_MASTER_4/ This is the

Re: XDoclet 2: Generating TLD's with inheritance

2006-12-07 Thread Asgaut Mjølne
Hi, Found out that this part @jsp.tag name=testsubclasstag * display-name=TestSubclassTag * body-content=JSP * description=Tag is testing xdoclet ..of course has to be written in the subclass and not the superclass. Asgaut

Re: [S2] Struts 2.0.2 Build - ON HOLD

2006-12-07 Thread Musachy Barroso
The submit tag has the same problem, I logged WW-1547 just to make sure we don't forget it. regards musachy Musachy Barroso wrote: I did missed that one :) I'm not sure about the ajaxHref, because it means the same as href, IMO it is going to be confusing. What if we don't build the url

Re: [S2] Struts 2.0.2 Build - ON HOLD

2006-12-07 Thread Rainer Hermanns
Yep, I'll look into this later at home... Already seen your comment :) thanks, Rainer The submit tag has the same problem, I logged WW-1547 just to make sure we don't forget it. regards musachy Musachy Barroso wrote: I did missed that one :) I'm not sure about the ajaxHref, because it

Re: [S2] Struts 2.0.2 Build - ON HOLD

2006-12-07 Thread Musachy Barroso
Sorry for being a PITA :), but I have to log everything or I forget it. thanks musachy Rainer Hermanns wrote: Yep, I'll look into this later at home... Already seen your comment :) thanks, Rainer The submit tag has the same problem, I logged WW-1547 just to make sure we don't forget it.

[S2] Parameters Interceptor and Dojo

2006-12-07 Thread Musachy Barroso
To prevent browser caching, Dojo adds a parameter dojo.preventCache with a random value to the request, this results in an exception like: 2006-12-07 09:54:07,916 ERROR (com.opensymphony.xwork2.interceptor.ParametersInterceptor:191) - ParametersInterceptor - [setParameters]: Unexpected

select tag

2006-12-07 Thread vinod
hi all i want to display state in select tag in my action class one method is there getStateList it return type is List this list contain StateList class object Class StateList{ int id; string name; } i write this way ww:select name=statelist list=stateList listKey=statelist.id

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

2006-12-07 Thread Martin Cooper
+1 -- Martin Cooper 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: [VOTE] Release the struts-master pom v4

2006-12-07 Thread Rainer Hermanns
+1 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: http://people.apache.org/builds/struts/STRUTS_MASTER_4/ This is the master pom from which

Re: XDoclet 2: Generating TLD's with inheritance

2006-12-07 Thread Konstantin Pribluda
As commiter of XD2 I would recommend to use 1.0.4-SNAPSHOT ( http://dist.codehaus.org/ ) Examples are contained in unit tests ( http://www.sourceforge,net/projects/xdoclet-plugins/ ) - Posted via Jive Forums

spring experience

2006-12-07 Thread Musachy Barroso
Is any of you guys going to Spring Experience this weekend in Miami, FL? musachy

Re: [s2] Nightly Builds

2006-12-07 Thread Wendy Smoak
On 11/28/06, Ted Husted [EMAIL PROTECTED] wrote: So, should we even have a struts-all JAR then? I haven't worked much with plugins, but I don't see how an -all jar can work given that each plugin has a struts-plugin.xml file in the root of the jar. Don? -- Wendy

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

2006-12-07 Thread Paul Benedict
Ted (et all), I believe 1.3.6 is finished with development. It contains everything that all volunteers wanted to address in the immediate present, and any outstanding issues will go into the next release. You mentioned that if the release notes were updated, you would take up getting the

Re: [S2] Struts 2.0.2 Build - ON HOLD

2006-12-07 Thread Ted Husted
We're making progress. There were already problems with the 2.0.1 Showcase, a few of which we fixed, but we've also added several new problems, namely Continuation - continuations/guess.action * pause doesn't pause and the example runs through all the guesses on the first execution Prefix

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

2006-12-07 Thread Ted Husted
Yes, I'm tied up until Monday, but I could look at it then. -Ted. On 12/7/06, Paul Benedict [EMAIL PROTECTED] wrote: Ted (et all), I believe 1.3.6 is finished with development. It contains everything that all volunteers wanted to address in the immediate present, and any outstanding issues

Re: [S2] Parameters Interceptor and Dojo

2006-12-07 Thread Martin Cooper
On 12/7/06, Musachy Barroso [EMAIL PROTECTED] wrote: To prevent browser caching, Dojo adds a parameter dojo.preventCache with a random value to the request, this results in an exception like: 2006-12-07 09:54:07,916 ERROR (com.opensymphony.xwork2.interceptor.ParametersInterceptor:191) -

Re: [S2] Continuations - Does support continue?

2006-12-07 Thread Don Brown
Personally, I think we should rip it out, then figure out how to put it into a plugin. Keeping it in core is deceptive as it insinuates that it is fully tested and operational, which I don't believe it is. Don Ted Husted wrote: Are we still supporting continuations, or did we drop that

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

2006-12-07 Thread Don Brown
+1 Niall Pemberton 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: http://people.apache.org/builds/struts/STRUTS_MASTER_4/ This is the

Re: [s2] Nightly Builds

2006-12-07 Thread Don Brown
The only way we could do it is if we had a custom maven 2 plugin that combined all the xml, and even then, we'd have to build in conflict resolution capability. No, I think we should get rid of struts-all. Don Wendy Smoak wrote: On 11/28/06, Ted Husted [EMAIL PROTECTED] wrote: So, should

Re: [S2] Parameters Interceptor and Dojo

2006-12-07 Thread Don Brown
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 create one, or add a parameter to the ParametersInterceptor that takes a list of request parameters to