To: "Jakarta Commons Users List" <[EMAIL PROTECTED]>
> Hi James, some other ideas for you to consider...
>
> "James Strachan" <[EMAIL PROTECTED]> wrote on 07/06/2002 02:02:13
> PM:
>
> > From: <[EMAIL PROTECTED]>
> > > Is there a debug flag for jelly that will dump out tags etc as they
> are
> > > being processed, or additions/removals from the context?
> >
> > Not right now but it sounds like a good idea; using commons-logging so
> its
> > easy to turn on/off.  Most of the tag magic takes place in the
> *.jelly.impl
> > package in the TagScript classes, if that helps.
> Yep...If I feel adventurous, do you mind me committing the changes?

Go for it dIon!

> Also, I would like to do a 'dump context' tag for debugging purposes

That's be cool.

You could do it in Jelly script if you like...

<j:forEach var="entry" items="${context.variables.entrySet()}">
  ${entry.key} = ${entry.value}
</j:forEach>

James


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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

Reply via email to