Re: Jelly and a new beta release

2004-09-09 Thread S Schrem
for the next beta or release. On Wed, 8 Sep 2004 03:10:31 +1000, Dion Gillard [EMAIL PROTECTED] wrote: On Tue, 7 Sep 2004 09:29:29 -0700 (PDT), S Schrem [EMAIL PROTECTED] wrote: [x] -1 - No, don't release! Here's why I've been developing with Jelly b3 (in isolation) for a while

Re: Jelly and a new beta release

2004-09-07 Thread S Schrem
[x] -1 - No, don't release! Here's why I've been developing with Jelly b3 (in isolation) for a while and have encountered and fixed various problems. These problems occur in the core implementation, core tags, Swing Tags, etc. I admit that I have not checked to see if these have been resolved

Re: [Jelly] (Swing) Roadmap?

2004-01-06 Thread S Schrem
Twan, In response to your first message, only a fraction of JellySwing's tags are documented in the JavaDocs. Most of the JComponent-based tags are implemented by delegating to factory objects defined within the SwingTagLibrary class. Look at the source for

Re: [JELLY] Initializing a list

2003-11-14 Thread S Schrem
. Thanks, Serge --- Paul Libbrecht [EMAIL PROTECTED] wrote: How about util:tokenize items=listfirst second third/util:tokenize ?? (note, syntax unchecked, please check taglibs) Paul S Schrem wrote: I'm trying to create a list within a jelly script to be used by the tablemodel