Re: [s2] Current snapshot for 2.0.1 broken in the repository

2007-02-09 Thread Djordje Trifunovic
I just noticed an error in the Subject - I meant to say "... for 2.1.0...", not 2.0.1. Sorry. Dj. On 2/9/07, Djordje Trifunovic <[EMAIL PROTECTED]> wrote: Hi, Current snapshot for Struts 2.1.0 in the repository seams to be broken. In struts2-core.jar, struts-tags.tld is missi

[s2] Current snapshot for 2.0.1 broken in the repository

2007-02-09 Thread Djordje Trifunovic
work, but the one downloaded from repository by my pom.xml has the issues mentioned above. Btw, I am sorry if this is not the right place to report this kind of issues. Still, it may save some users from ghost-chasing until the issues are resolved. Thanks, Djordje Trifunovic

RE: One tile-conf.xml per namespace

2007-02-04 Thread Djordje Trifunovic
> (BTW, right > now don't matter how I write it tiles configuration is assumed to be > in WEB-INF/tiles.xml, what do I need to put in my web.xml?) Gonçalo, Did you try this: definitions-config /WEB-INF/some-other-filename.xml Regards, Dj. -Original Message- Fr

RE: [S2] issue

2007-02-04 Thread Djordje Trifunovic
ist Subject: RE: [S2] issue --- Djordje Trifunovic <[EMAIL PROTECTED]> wrote: > because unlike in and some other > tags, in %{...} cannot be omitted. Just as a clarification; the reason it can't be omitted in *your* case is because you needed to evaluate an expression to be used

RE: [S2] issue

2007-02-04 Thread Djordje Trifunovic
t make the post too big :) Regards, Dj. -Original Message- From: Djordje Trifunovic [mailto:[EMAIL PROTECTED] Sent: Friday, February 02, 2007 10:34 PM To: 'Struts Users Mailing List' Subject: RE: [S2] issue Wesley - yes, that's it. Thanks for both clarifying my question a

RE: Use tiles:getAsString to return a key to s:text

2007-02-04 Thread Djordje Trifunovic
Hi Gonçalo, Nesting tag as an attribute of another tag is not supported. To accomplish this particular task of passing key through tiles, try this instead: Regards, Dj. -Original Message- From: Gonçalo Luiz [mailto:[EMAIL PROTECTED] Sent: Saturday, February 03, 2007 7:53 PM To: D

RE: [S2] issue

2007-02-02 Thread Djordje Trifunovic
> > > > > /Ian > > -- > From Down & Around, Inc. > Innovative IT Solutions > Software Architecture * Design * Development > ~~~~~ > web: www.fdar.com > email [EMAIL PROTECTED] > phone:617.821.

[S2] issue

2007-02-02 Thread Djordje Trifunovic
everything is ok in the value stack, I tried: And that returns "some.resource.key", as expected. Am I missing something here? Thanks, Djordje Trifunovic PS. I am sorry if the issue was already discussed. I didn't find it quickly searching through archive.