Re: ApacheCon Roll Call

2007-09-23 Thread Martin Cooper
On 9/22/07, Ted Husted <[EMAIL PROTECTED]> wrote: > > I was just wondering who was planning on attending ApacheCon this year. I'm expecting to be there, although I'm not yet signed up. -- Martin Cooper I know Don has a talk on the 15th, and Mark and I have tutorials > scheduled earlier in the

Re: editing wiki docs

2007-09-23 Thread Adam Hardy
Ted Husted on 21/09/07 22:34, wrote: On 9/21/07, Wes Wannemacher <[EMAIL PROTECTED]> wrote: Hello, I recently volunteered to help update some of the struts2 docs. I started poking around on the wiki and I am a bit nervous about mucking things up. I am going to give you my understanding and I w

Re: editing wiki docs

2007-09-23 Thread Martin Cooper
On 9/23/07, Adam Hardy <[EMAIL PROTECTED]> wrote: > > Ted Husted on 21/09/07 22:34, wrote: > > On 9/21/07, Wes Wannemacher <[EMAIL PROTECTED]> wrote: > >> Hello, > >> > >> I recently volunteered to help update some of the struts2 docs. I > >> started poking around on the wiki and I am a bit nervous

Re: editing wiki docs

2007-09-23 Thread Musachy Barroso
> Also, I am trying to keep up with the latest trunk from SVN. It > appears that the recent refactoring has broken a few of the wiki pages > since they appear to link to javadocs that have moved. One example is > this page - > > http://struts.apache.org/2.x/docs/tabbedpanel.html > > fixed thanks

Re: editing wiki docs

2007-09-23 Thread Dave Newton
Is there a "link checker" thingie run at any point? I think we've run across this issue before. d. --- Musachy Barroso <[EMAIL PROTECTED]> wrote: > > Also, I am trying to keep up with the latest trunk > from SVN. It > > appears that the recent refactoring has broken a > few of the wiki pages > >

null actionerror causes freemarker error

2007-09-23 Thread Adam Hardy
I stumbled across a nasty glitch by coding this seemingly harmless error handling in my action: this.addActionError(exception.getMessage()); which in the ActionErrorTag's freemarker template causes this: Expression error is undefined on line 4, column 50 in template/simple/actionerror.ftl. T

Re: editing wiki docs

2007-09-23 Thread Don Brown
In the space administration area, there is a link called Snippet Errors, which lists all errors from snippets not resolving. Don On 9/24/07, Dave Newton <[EMAIL PROTECTED]> wrote: > Is there a "link checker" thingie run at any point? I > think we've run across this issue before. > > d. > > --- Mu