After some reading & thinking, I have the same doubts - the maven plugin we
need is already there, it's the tobago apt plugin. For the classes, we just
need a simple library module on which core will have a dependency.
Regards,
Rene
> Guys I'm new to maven also, but I don't think we need
> a pl
This is how lazy I'm :) , I'd rather type "struts svn access" in google,
that going to struts and click around:
http://www.google.com/search?hl=en&lr=&safe=off&q=struts+svn+access&btnG=Search
musachy
Ted Husted wrote:
On 11/22/06, Musachy Barroso <[EMAIL PROTECTED]> wrote:
By the way the lin
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 easy
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.
---
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
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*. The
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 11/2
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:
>
>
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 stru
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]> wr
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
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 releas
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
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 ta
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
>
> ---
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
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 pri
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
---
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 comm
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 s
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 javascript is part of Commons Validator - not Struts. If you
create an issue ticket against Commons Validator I'll take the the
html markup out of the javascript comments.
http://jakarta.apache.org/commons/validator/issue-tracking.html
Niall
On 11/22/06, Neil Sherman/Trapsoft Inc <[EMAIL PR
Because, in my opinion, we shouldn't let implementation details leak
through the framework. Users and applications expect urls to be a
certain way, and if we change that just to get rid of a few lines of
framework code, I don't think that is an acceptable tradeoff. On the
other side, going ou
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 fol
+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 below.
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. On
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.
Don
Ted Husted wrote:
Speaking of ClasspathConfigurationPr
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
http://people.apache.org/~dblevins
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 validat
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
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 act
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 m
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... mayb
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
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 p
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 s
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 thi
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 com
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
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
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 tiles
On 11/21/06, Paul Benedict <[EMAIL PROTECTED]> wrote:
Martin,
Are you looking for a 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. So no, t
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 $ $Dat
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: [EMAI
[EMAIL PROTECTED] ha scritto:
* Private implementation of Map for servlet request
* name-value.
*
- * @author Craig R. McClanahan
* @version $Revision$ $Date$
*/
Poor Craig :-)
-
To unsubscribe, e-mail: [EMAIL PR
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 neede
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 yesterd
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
during
48 matches
Mail list logo