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 week.
>
> Is anyone else going to drop by this year?
>
> How about the Monday/Tuesday Hackathon?
>
> -Ted.
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


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 would like
for someone to either verify it, or let me
know I am way off. First off, it looks like there are two versions of
the main wiki, one is what is publicly viewable - the main link right
off the struts.apache.org site. If I click edit, it takes me to
another site which appears to be where pages are edited. Will
(approved) changes to the other site make their way over to the main
site during the next release?


Yes, but we "approve" the changes after the fact (Commit-Then-Review).
Confluence sends out a daily alert so that the PMC can review any
changes. Confluence also has a built in version-control system so that
we can rollback any changes, if need be.

The live wiki documentation is here:

 * http://cwiki.apache.org/confluence/display/WW/Home


I would be happy to tweak wiki documentation as well, as I am currently going 
over the docs quite alot while picking up S2. However it seems I need more 
permissions because I can only add comments at the moment. Is this something you 
only give after a successful period of providing patches?


Regards
Adam

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 about mucking
> >> things up.  I am going to give you my understanding and I would like
> >> for someone to either verify it, or let me
> >> know I am way off. First off, it looks like there are two versions of
> >> the main wiki, one is what is publicly viewable - the main link right
> >> off the struts.apache.org site. If I click edit, it takes me to
> >> another site which appears to be where pages are edited. Will
> >> (approved) changes to the other site make their way over to the main
> >> site during the next release?
> >
> > Yes, but we "approve" the changes after the fact (Commit-Then-Review).
> > Confluence sends out a daily alert so that the PMC can review any
> > changes. Confluence also has a built in version-control system so that
> > we can rollback any changes, if need be.
> >
> > The live wiki documentation is here:
> >
> >  * http://cwiki.apache.org/confluence/display/WW/Home
>
> I would be happy to tweak wiki documentation as well, as I am currently
> going
> over the docs quite alot while picking up S2. However it seems I need more
> permissions because I can only add comments at the moment. Is this
> something you
> only give after a successful period of providing patches?


Please see:

http://struts.apache.org/helping.html#documentation

Depending on how you'd like to help, you may want to file a CLA.

--
Martin Cooper


Regards
> Adam
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


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
musachy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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
> > 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
> musachy
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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.

The problematic instruction:
--
==> ${error} [on line 4, column 48 in template/simple/actionerror.ftl]

The problem arises when it's a NullPointerException. There's a related Jira 
issue (marked as fixed) for Field Errors:


https://issues.apache.org/struts/browse/WW-1208

Shall I reopen this or is it considered a developer error?


regards
Adam

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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.
>
> --- 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
> > > 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
> > musachy
> >
> >
> -
> > To unsubscribe, e-mail:
> > [EMAIL PROTECTED]
> > For additional commands, e-mail:
> > [EMAIL PROTECTED]
> >
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]