Can you please email me the jar along with installation instructions? I would
like to test the UEL plugin with my project. Thanks.
Musachy Barroso wrote:
>
> not really, but I can mail you the jar if you want.
>
> On Mon, Nov 16, 2009 at 1:27 PM, Chris Pratt
> wrote:
>> Is it available outsid
I have found some pretty RESTful approaches to map actions. I think Struts 2
must borrowed these ideas.
>From V|Raptor:
http://vraptor.caelum.com.br/documentation/vraptor3-ten-minutes-guide/
public class ProductsController {
//...
@Get
@Path("/products")
public List list() {.
That would work, thanks.
(*Chris*)
On Mon, Nov 16, 2009 at 1:36 PM, Musachy Barroso wrote:
> not really, but I can mail you the jar if you want.
>
> On Mon, Nov 16, 2009 at 1:27 PM, Chris Pratt
> wrote:
> > Is it available outside of maven? I still prefer the simplicity of Ant,
> but
> > I'd
not really, but I can mail you the jar if you want.
On Mon, Nov 16, 2009 at 1:27 PM, Chris Pratt wrote:
> Is it available outside of maven? I still prefer the simplicity of Ant, but
> I'd love to give it a spin.
> (*Chris*)
>
> On Mon, Nov 16, 2009 at 11:39 AM, Musachy Barroso wrote:
>
>> Is a
Is it available outside of maven? I still prefer the simplicity of Ant, but
I'd love to give it a spin.
(*Chris*)
On Mon, Nov 16, 2009 at 11:39 AM, Musachy Barroso wrote:
> Is anyone interested in trying/beta testing the UEL plugin? Beta
> testers get Gold Support from our on call team :)
>
>
nm..i installed this pom to
.m2/repository/org/apache/struts/struts2-plugins/struts2-plugins-2.1.8.pom and
the "failed to resolve artifact error" went away
http://maven.apache.org/POM/4.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/
in theory xwork tickets should go to the xwork jira, but you can
create a ticket in the struts jira and attach the patch there until
this is resolved...I think.
musachy
On Mon, Nov 16, 2009 at 12:57 PM, Haroon Rafique
wrote:
> On Today at 12:30pm, MB=>Musachy Barroso wrote:
>
> MB> just to conf
i'll be *one* of the guinea pigs..
whereabouts is struts2-plugins???
Project ID: org.apache.struts:struts2-uel-plugin:jar:1.0.0-SNAPSHOT
Reason: Cannot find parent: org.apache.struts:struts2-plugins for project:
org.apache.struts:struts2-uel-plugin:jar:1.0.0-SNAPSHOT for project
org.apache.st
On Today at 12:30pm, MB=>Musachy Barroso wrote:
MB> just to confirm..it seems like the "attach" option is not available in
MB> the xwork jira anymore.
MB>
MB> musachy
Hi,
I can confirm that. I tried to attach a patch (while logged in) to XW-737
and didn't see any option to attach.
OT, do xwo
Ok, changes committed to trunk
Regards
--
Lukasz
http://www.lenart.org.pl/
-
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org
just to confirm..it seems like the "attach" option is not available in
the xwork jira anymore.
musachy
On Mon, Nov 16, 2009 at 12:23 PM, Musachy Barroso wrote:
> these lists don't accept attachments. you probably can't attach in
> jira because you are not logged in. If what you want is some peer
these lists don't accept attachments. you probably can't attach in
jira because you are not logged in. If what you want is some peer
review, use crucible, it is nicer for human beings thnt diff output :)
musachy
On Mon, Nov 16, 2009 at 12:16 PM, Lukasz Lenart
wrote:
> I made some changes to Acti
I made some changes to ActionSupport but I can't attach a patch :-( I
don't know if I'm missing something?
I know it isn't good idea, but I attached the patch here.
Regards
--
Lukasz
http://www.lenart.org.pl/
-
To unsubscribe,
Is anyone interested in trying/beta testing the UEL plugin? Beta
testers get Gold Support from our on call team :)
regards
musachy
-
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h
Wow, that was fast!
The problem you mention that you have to set escape to false to be able use
escapeXml, is already a problem in 2.1.8.1 with escapeJavascript I guess? The
string is first html-escaped and then javascript-escaped.
Could be fixed by guarding 'escape' with the other attributes:
I created a new space to work on reorganizing the docs:
http://cwiki.apache.org/confluence/display/S2NewDocDraft/Home
On Mon, Nov 16, 2009 at 10:48 AM, Martin Cooper wrote:
> On Mon, Nov 16, 2009 at 10:05 AM, Musachy Barroso wrote:
>> I have given the "asf-cla" the same rights in the draft docs,
I agree, but you know we are obsessed about backward compatibility :),
that change would break a lot of stuff.
On Mon, Nov 16, 2009 at 10:43 AM, Matt Raible wrote:
> I would advocate that "escape" means escape everything (Csv, Xml and HTML).
> No need to differentiate IMO.
>
> On Mon, Nov 16, 200
On Mon, Nov 16, 2009 at 10:05 AM, Musachy Barroso wrote:
> I have given the "asf-cla" the same rights in the draft docs, so
> anyone with a CLA should have the same rights.
I'm not sure I understand. AFAIK, I had already set that up. Which
space are we talking about?
--
Martin Cooper
> thanks
I would advocate that "escape" means escape everything (Csv, Xml and HTML).
No need to differentiate IMO.
On Mon, Nov 16, 2009 at 1:37 PM, Musachy Barroso wrote:
> it is in trunk now. Please note that "escape" is true by default, so
> to escape some xml you should do:
>
>
>
> hum, I wonder if w
it is in trunk now. Please note that "escape" is true by default, so
to escape some xml you should do:
hum, I wonder if we should deprecate "escape" and add a new "escapeHtml"?
musachy
On Mon, Nov 16, 2009 at 10:15 AM, Musachy Barroso wrote:
> working on it, it will be in trunk soon.
>
> On M
working on it, it will be in trunk soon.
On Mon, Nov 16, 2009 at 10:11 AM, Ronny Løvtangen wrote:
> Thanks for creating the jira issue. An escapeXml property would be really
> useful.
> Agree that "htmlEncode" was a misleading name.
>
> Ronny
>
> On Nov 16, 2009, at 6:48 PM, Musachy Barroso wrot
Thanks for creating the jira issue. An escapeXml property would be really
useful.
Agree that "htmlEncode" was a misleading name.
Ronny
On Nov 16, 2009, at 6:48 PM, Musachy Barroso wrote:
> hum, that's interesting. This move was to remove custom code by code
> in commons. The misleading part is
I have given the "asf-cla" the same rights in the draft docs, so
anyone with a CLA should have the same rights.
thanks
musachy
On Mon, Nov 16, 2009 at 9:57 AM, Martin Cooper wrote:
> On Mon, Nov 16, 2009 at 9:50 AM, Musachy Barroso wrote:
>> Martin, please check the CLA and grant Bruce rights t
On Mon, Nov 16, 2009 at 9:50 AM, Musachy Barroso wrote:
> Martin, please check the CLA and grant Bruce rights to the wiki and
> let us know, so I can give him rights to the draft space.
Yep, I saw it, and I saw the iCLA recorded just now. Bruce now has
access to the docs space.
--
Martin Cooper
Martin, please check the CLA and grant Bruce rights to the wiki and
let us know, so I can give him rights to the draft space.
thanks
musachy
On Mon, Nov 16, 2009 at 6:35 AM, phillips1021 wrote:
>
> I fax'd my CLA to Apache Foundation this morning.
>
> Bruce Phillips
>
>
hum, that's interesting. This move was to remove custom code by code
in commons. The misleading part is that the method was called
"htmlEncode". We should add an attribute to to the "property" tag
"escapeXml" that calls
org.apache.commons.lang.xwork.StringEscapeUtils.escapeXml(..), and
while we are
I fax'd my CLA to Apache Foundation this morning.
Bruce Phillips
Musachy Barroso wrote:
...when you fax the CLA, send an email to the dev@ list asking for rights to
the wiki, and Martin Cooper will give you karma...
--
View this message in context:
http://old.nabble.co
When using escape="true" (which is default) on I can see
that 2.1.6 and 2.1.8.1 behaves differently.
E.g. the norwegian letter ø is escaped as ø in 2.1.6, but now in 2.1.8.1
it is escaped as ø
I looked at the source. The change is that
org.apache.struts2.components.Property now do a
org.apac
28 matches
Mail list logo