Re: taglib generation with xdoclet 2

2006-11-22 Thread Rene Gielen
Don, good point! This would be much cleaner, yes. Btw, I must admit I still have to learn about the new possibilities of the modularized build system :) The question is if we want to push out the whole stuff under oas2.annotations or just the apt subpackage, which is clearly used only

Re: Releasing Tiles (was: Re: [s2] 2.0.2 release this weekend)

2006-11-22 Thread Antonio Petrelli
Antonio Petrelli ha scritto: ...not to mention a strange effect that I had last week under Linux (this evening I will check it, I have Linux only at home) that made the Selenium tests fail. I did not open the issue simply because I was not sure about it. Ok false alarm :-) just tested

RE: Problems checking out the source

2006-11-22 Thread Tarek Nabil
Thanks Alexandru and Ted for your support. Actually, it turned out I had to configure the proxy in the SVN client's configuration files. It was the first time I use SVN with a public repository, and I thought that it was smart enough to detect the proxy settings from IE; my bad. Actually, I

[OT] Re: svn commit: r478158 - in /struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles/context/servlet: ServletHeaderMap.java ServletInitParamMap.java ServletParamMap.java ServletPara

2006-11-22 Thread Antonio Petrelli
[EMAIL PROTECTED] ha scritto: * pPrivate implementation of codeMap/code for servlet request * name-value./p * - * @author Craig R. McClanahan * @version $Revision$ $Date$ */ Poor Craig :-) - To unsubscribe,

RemoteCallUIBean can be removed

2006-11-22 Thread Musachy Barroso
Rainer, RemoteCallUIBean is not used anymore, I'm not sure if I didn't remove it on my patch(likely), or you didn't delete it. regards musachy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Struts Validator - Generating Illegal HTML

2006-11-22 Thread Neil Sherman/Trapsoft Inc
Hi All, I am currently using the struts validator (Struts 1.2.9) to create some client side validation code for one of my JSP pages. The problem I have is that some of the JavaScript it creates includes some JavaDoc comments such as: /*$RCSfile: validateMaxLength.js,v $ $Rev: 376673 $

Re: [s 1.3.6]: New label tag

2006-11-22 Thread Martin Cooper
On 11/21/06, Paul Benedict [EMAIL PROTECTED] wrote: Martin, Are you looking for a html:any tag that simply passes through all parameters, and you name the element to be created? You must be new around here. ;-) That is actually something that I have been in ardent opposition to for years.

[tiles2] tiles-documentation/showcase app

2006-11-22 Thread David H. DeWolf
What is our goal with the tiles2 documentation webapp? I began moving it to Maven2 but quickly realized that it actually has several struts1 dependencies and is fairly closely tied to it. What's interesting is that several of the jsps me Does everyone agree we should migrate it over to

Re: [tiles2] tiles-documentation/showcase app

2006-11-22 Thread Wendy Smoak
On 11/22/06, David H. DeWolf [EMAIL PROTECTED] wrote: What is our goal with the tiles2 documentation webapp? I began moving it to Maven2 but quickly realized that it actually has several struts1 dependencies and is fairly closely tied to it. What's interesting is that several of the jsps me

Re: Releasing Tiles (was: Re: [s2] 2.0.2 release this weekend)

2006-11-22 Thread David H. DeWolf
Martin Cooper wrote: On 11/21/06, David H. DeWolf [EMAIL PROTECTED] wrote: Is it possible for tiles2 to 'graduate' into a full struts project (sibling of struts1 and struts2) until it gains a little more momentum? I actually think this would make a great deal of sense as an interim step

Re: [tiles2] tiles-documentation/showcase app

2006-11-22 Thread Greg Reddin
On Nov 22, 2006, at 11:48 AM, David H. DeWolf wrote: What is our goal with the tiles2 documentation webapp? To remove it :-) I began the process of extracting the main points from the doc and moved them into the Tiles 1.x doc that is currently published. I never was convinced that I

Re: Releasing Tiles (was: Re: [s2] 2.0.2 release this weekend)

2006-11-22 Thread Greg Reddin
On Nov 22, 2006, at 11:55 AM, David H. DeWolf wrote: Ok, so what should I do to drive this to a decision? If we have any sort of consensus, I'd like try to get it done before the struts 2.0.2 release so that we can have the tiles plugin use an alpha release. That may not be doable at

Re: [tiles2] tiles-documentation/showcase app

2006-11-22 Thread David H. DeWolf
Wendy Smoak wrote: On 11/22/06, David H. DeWolf [EMAIL PROTECTED] wrote: What is our goal with the tiles2 documentation webapp? I began moving it to Maven2 but quickly realized that it actually has several struts1 dependencies and is fairly closely tied to it. What's interesting is that

Re: Releasing Tiles (was: Re: [s2] 2.0.2 release this weekend)

2006-11-22 Thread Wendy Smoak
On 11/22/06, David H. DeWolf [EMAIL PROTECTED] wrote: Ok, so what should I do to drive this to a decision? If we have any sort of consensus, I'd like try to get it done before the struts 2.0.2 release so that we can have the tiles plugin use an alpha release. That may not be doable at this

Re: [tiles2] tiles-documentation/showcase app

2006-11-22 Thread David H. DeWolf
Greg Reddin wrote: On Nov 22, 2006, at 11:48 AM, David H. DeWolf wrote: What is our goal with the tiles2 documentation webapp? To remove it :-) I began the process of extracting the main points from the doc and moved them into the Tiles 1.x doc that is currently published. I never was

Re: [tiles2] tiles-documentation/showcase app

2006-11-22 Thread Wendy Smoak
On 11/22/06, David H. DeWolf [EMAIL PROTECTED] wrote: I actually agree, though there was discussion about making it a showcase. My preference would be to let the selenium test webapp be our showcase. No reason to have 2 instances. Fine with me, but let's rename it from tiles-test... maybe

Re: Releasing Tiles (was: Re: [s2] 2.0.2 release this weekend)

2006-11-22 Thread Greg Reddin
On Nov 22, 2006, at 12:07 PM, Wendy Smoak wrote: Personally, I don't think it's a good idea for either _project_ (for Struts to be an umbrella project, or for Tiles 2 to be so closely associated with Struts.) However, it seems to be the best choice right now for the people involved. That's

Re: Releasing Tiles (was: Re: [s2] 2.0.2 release this weekend)

2006-11-22 Thread Martin Cooper
On 11/22/06, David H. DeWolf [EMAIL PROTECTED] wrote: Martin Cooper wrote: On 11/21/06, David H. DeWolf [EMAIL PROTECTED] wrote: Is it possible for tiles2 to 'graduate' into a full struts project (sibling of struts1 and struts2) until it gains a little more momentum? I actually think

Re: [s 1.3.6]: New label tag

2006-11-22 Thread Ted Husted
Why not just have html:div and html:span tags then, to stay in line with the spec? On 11/22/06, Martin Cooper [EMAIL PROTECTED] wrote: What I was thinking of was a tag that you could wrap around other content to provide an error style, instead of applying the style to arbitrary other tags such

Re: [s 1.3.6]: New label tag

2006-11-22 Thread Martin Cooper
On 11/22/06, Ted Husted [EMAIL PROTECTED] wrote: Why not just have html:div and html:span tags then, to stay in line with the spec? That would work too, although it might seem a little peculiar that they exist solely for the purpose to providing an alternate CSS class in the face of

Re: Jira reports?

2006-11-22 Thread Ted Husted
I like the weekly opened and closed reports. On 11/21/06, David Blevins [EMAIL PROTECTED] wrote: To give a better idea, I took some of the standard templates I've got and ran them against Struts2. http://people.apache.org/~dblevins/tmp/struts-attachments.txt

[PROPOSAL] Graduate Tiles2 From the Sandbox (was Re: Releasing Tiles)

2006-11-22 Thread David H. DeWolf
Please find the Tiles2 graduation proposal draft below. I look forward to your feedback . . . http://cwiki.apache.org/confluence/display/S2WIKI/Tiles2+Graduation+Proposal David Martin Cooper wrote: Just write up a brief proposal that we can discuss, maybe on the wiki, as Wendy suggested.

Re: [PROPOSAL] Graduate Tiles2 From the Sandbox (was Re: Releasing Tiles)

2006-11-22 Thread Don Brown
+0 with the caveat that its temporary nature is very clearly marked on the Struts site. We just finished fighting off the impression we are a generic umbrella project, and I'd like to not go through that again. Don David H. DeWolf wrote: Please find the Tiles2 graduation proposal draft

Re: Showcase and zero xml config

2006-11-22 Thread Ted Husted
On 11/22/06, Don Brown [EMAIL PROTECTED] wrote: The goal is to map the com.company.actions.member.ViewAction to http://company.com/member/view.action To do this, we need to process the ViewAction class name by extracting the part before Action and lowercasing the first character. Why not

RE: [s 1.3.6]: New label tag

2006-11-22 Thread Dave Newton
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of On 11/22/06, Ted Husted [EMAIL PROTECTED] wrote: Why not just have html:div and html:span tags then, to stay in line with the spec? That would work too, although it might seem a little peculiar that they exist solely for the

Re: [PROPOSAL] Graduate Tiles2 From the Sandbox (was Re: Releasing Tiles)

2006-11-22 Thread Greg Reddin
On Nov 22, 2006, at 12:51 PM, David H. DeWolf wrote: Please find the Tiles2 graduation proposal draft below. I look forward to your feedback . . . http://cwiki.apache.org/confluence/display/S2WIKI/Tiles2+Graduation +Proposal +1 with one clarification. I think the Community Involvement

Re: taglib generation with xdoclet 2

2006-11-22 Thread Don Brown
I think we should follow the general rule, If in doubt, leave it out. We can always add it back in if we discover a need sometime in the future, but if it is now, we'll have to keep it in for all future versions. I want to keep core as simple as possible, to encourage both new Struts 2

[ajaxtags] Tree and Autocompleter

2006-11-22 Thread Musachy Barroso
It seems like the ajax tree is working fine with Dojo 0.4(with old Tree not TreeV3), any particular reason why it isn't in showcase? I want to make an autocomplete tag that wraps Dojo's, would now be a good time for this or should I wait till you guys make the release? regards musachy

Re: svn commit: r478316 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/config/ClasspathConfigurationProvider.java

2006-11-22 Thread Don Brown
Aren't we going to keep the settings defined in StrutsConstants? Also, you need to define a setter with an @Inject annotation for it to be populated. Don't use the Settings object, as it shouldn't be used anymore. In fact, it should even be viewable from that package as I made it package

Re: [ajaxtags] Tree and Autocompleter

2006-11-22 Thread Rainer Hermanns
Musachy, this would be a great addition. If you find the time to add these features before the 2.0.2 alpha|beta release, I am all for implementing these. regards, Rainer It seems like the ajax tree is working fine with Dojo 0.4(with old Tree not TreeV3), any particular reason why it isn't in

Re: RemoteCallUIBean can be removed

2006-11-22 Thread Rainer Hermanns
Thanks for the info. I'll look into this tomorrow after work. cheers, Rainer Rainer, RemoteCallUIBean is not used anymore, I'm not sure if I didn't remove it on my patch(likely), or you didn't delete it. regards musachy

Re: [s1.3.6]: New label tag

2006-11-22 Thread Paul Benedict
Martin Cooper wrote: What I was thinking of was a tag that you could wrap around other content to provide an error style, instead of applying the style to arbitrary other tags such as a label tag. I don't have a great name for such a tag, but here's the rough idea: Okay. So does this mean the

Re: taglib generation with xdoclet 2

2006-11-22 Thread Rene Gielen
Don, I agree. As my m2 skills could be titled basic at most, would you (or someone else more experienced than me) mind taking the task of creating plugin for the annotation stuff? I'll continue converting component sources to use annotarions then. Regards, Rene I think we should follow the

Re: taglib generation with xdoclet 2

2006-11-22 Thread Don Brown
This tutorial shows it to be pretty easy, although I haven't done one myself: http://maven.apache.org/plugin-developers/index.html If you don't have time to make it a proper plugin, please at least move it to be its own artifact under struts/maven so that the code isn't included in our

Re: taglib generation with xdoclet 2

2006-11-22 Thread Rene Gielen
Ok, I'll give the plugin a try. Moving out the code is no problem in either case, will be done before release. Regards, Rene This tutorial shows it to be pretty easy, although I haven't done one myself: http://maven.apache.org/plugin-developers/index.html If you don't have time to

Re: svn commit: r478316 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/config/ClasspathConfigurationProvider.java

2006-11-22 Thread Ted Husted
Thanks. To get started, I just copied what was already there. I'll come back to it when the other settings are refactored. Next, I wanted to look into generating action mappings for eligible methods, so that we can fix the dynamic invocation syntax. On 11/22/06, Don Brown [EMAIL PROTECTED]

Re: struts 2.0.1 sample portlet app

2006-11-22 Thread Tracy12
Is there any html docs/help on deployments instructions? Don Brown-2 wrote: Honestly, I don't think that example was tested before release. Nils is the guy who wrote it, and perhaps he can helpNils? Don tom tom wrote: Hi, We downloaded struts 2.0.1, there is a

Re: struts 2.0.1 sample portlet app

2006-11-22 Thread Niall Pemberton
Can you ask user questions on the user list please, this list is for discussion about the development of Struts: http://struts.apache.org/mail.html thanks Niall On 11/23/06, Tracy12 [EMAIL PROTECTED] wrote: Is there any html docs/help on deployments instructions? Don Brown-2 wrote:

Re: taglib generation with xdoclet 2

2006-11-22 Thread Musachy Barroso
Guys I'm new to maven also, but I don't think we need a plugin, something like the dependency between core and api. I will check it out also. By the way the link to the online svnrepository is broken in this page: http://struts.apache.org/2.x/struts2-core/source-repository.html musachy On

[s2] Automagical ActionConfigs for potential action!methods (was Showcase and zero xml config)

2006-11-22 Thread Ted Husted
On 11/21/06, Ted Husted wrote: Dynamic method calling isn't evil. Essentially, the framework framework defaults a dynamic method call to execute, when no other is specified. Wildcards utilize dynamic method calling too. The problem is how the original dynamic method calling is *implemented*.

Re: [s1.3.6]: New label tag

2006-11-22 Thread Martin Cooper
On 11/22/06, Paul Benedict [EMAIL PROTECTED] wrote: Martin Cooper wrote: What I was thinking of was a tag that you could wrap around other content to provide an error style, instead of applying the style to arbitrary other tags such as a label tag. I don't have a great name for such a tag,

Re: taglib generation with xdoclet 2

2006-11-22 Thread Ted Husted
On 11/22/06, Musachy Barroso [EMAIL PROTECTED] wrote: By the way the link to the online svnrepository is broken in this page: http://struts.apache.org/2.x/struts2-core/source-repository.html Hmmm, that page is obsolete and shouldn't even be there. How did you come across it? -Ted.

Re: taglib generation with xdoclet 2

2006-11-22 Thread James Mitchell
Let me know if you would like some help. -- James Mitchell 678.910.8017 On Nov 22, 2006, at 6:12 PM, Rene Gielen wrote: Ok, I'll give the plugin a try. Moving out the code is no problem in either case, will be done before release. Regards, Rene This tutorial shows it to be pretty