> -----Original Message-----
> From: Nelson, Laird [mailto:[EMAIL PROTECTED]]
> My mistake; I'm using struts 1.0.2 and its copy of Digester.

Solved the problem (of course; which is why I usually post to this list; the
minute the email goes out I find the answer...).

I had a file like:

    <a>
      <b/>
    </a>

My rule patterns were like:

    "*/a/b"

...which of course don't match anything.  They should have been:

    "*/b"

...for my purposes.

Cheers,
Laird

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

Reply via email to