Re: [jelly] outputing unescaped xml

2003-04-02 Thread Mark Dimon
Hi , Attached is a tag I created for this purpose sometime ago (pre execption handling change), so may or may not work with latest CVS but may be of some use .. Don't ask why it's called elephant :) j:jelly xmlns:e=jelly:org.apache.commons.jelly.tags.elephant.ElephantTagLibrary e:xmlOutput

Re: [Jelly] jelly(tags) do not build with maven b7

2003-01-17 Thread Mark Dimon
- Original Message - From: [EMAIL PROTECTED] To: Jakarta Commons Developers List [EMAIL PROTECTED] Sent: Friday, January 17, 2003 3:47 PM Subject: Re: [Jelly] jelly(tags) do not build with maven b7 This one is a compile error I fixed today. Update the code and try again :) Great XML

Re: [Jelly] jelly(tags) do not build with maven b7

2003-01-17 Thread Mark Dimon
However :) jeez does not build: Jeez is no longer part of Jelly. It's moved back into Maven. Where are you trying to build it from? The taglib in /jelly-tags/jeez is this now redundant ? , no problem I don't know what it is :) Mark. -- To unsubscribe, e-mail: mailto:[EMAIL

Re: [Jelly] jelly(tags) do not build with maven b7

2003-01-17 Thread Mark Dimon
The taglib in /jelly-tags/jeez What an Idiot i am , there are no file's in there ! applogies for wasting everyones time ! Mark. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

[Jelly] bug's in gridBagDemo.jelly

2002-11-11 Thread Mark Dimon
Hi , The way combo's are set up in gridBagDemo does not apear to work , a cut down example: j:jelly xmlns:j=jelly:core xmlns=jelly:swing frame title=Combo Test var=frame size=400,200 panel comboBox name=c var=c ${c.addItem(this is combo 1)}