Re: changing assembly while confluence issues are sorted out

2009-06-17 Thread Rainer Hermanns
Wes, really a good suggestion :) I'm +1 for it... We need to get 2.1.7 out of the door... cheers, Rainer > Hey all, > > I've been waiting around to see if the autoexport and snippet > weirdness would go away, but it seems to persist. I have found though > that you can do a manual export from cwi

Re: changing assembly while confluence issues are sorted out

2009-06-17 Thread Musachy Barroso
I am +1 for that On Wed, Jun 17, 2009 at 12:48 PM, Wes Wannemacher wrote: > Hey all, > > I've been waiting around to see if the autoexport and snippet > weirdness would go away, but it seems to persist. I have found though > that you can do a manual export from cwiki and get a decent copy of > the

changing assembly while confluence issues are sorted out

2009-06-17 Thread Wes Wannemacher
Hey all, I've been waiting around to see if the autoexport and snippet weirdness would go away, but it seems to persist. I have found though that you can do a manual export from cwiki and get a decent copy of the docs. Does anyone have a problem with me changing the build and release process to in

Re: STRUT2

2009-06-17 Thread Ralf Fischer
Hi, please ask this question to the struts-user maililng list. This List is for the development of struts itself. See [1]. Cheers, -Ralf [1] http://struts.apache.org/mail.html On Wed, Jun 17, 2009 at 5:05 PM, cmoreno wrote: > > Hi > I have a problem with tag. How can I use into this tag 's val

STRUT2

2009-06-17 Thread cmoreno
Hi I have a problem with tag. How can I use into this tag 's value special characters like \r\n. I tried with escape attribute, but it isn't work. I tried to change \r\n with tag, but isn't work. If I look up into the source code the value is ok (with line return) How can I resolve this? Than