Re: JXTG and size() method

2004-06-30 Thread Antonio Gallardo
Upayavira dijo: > Just to throw this into the pot: > > I remember this question coming up on either dev or user list in the > past. Probably around nov/dec last year. Christopher Oliver gave a > sensible answer which explained how to get around this. But in my brief > search I haven't found his mes

Re: JXTG and size() method

2004-06-30 Thread Upayavira
Leszek Gawron wrote: Antonio Gallardo wrote: Leszek Gawron dijo: Antonio Gallardo wrote: Leszek Gawron dijo: Stephan Coboos wrote: Why not using ${mySet.size()} ? Doesn't it work? It does not .. it looks like some kind of reserved keyword. AFAIK it must work. Why do you think this is a reserve

Re: JXTG and size() method

2004-06-30 Thread Leszek Gawron
Antonio Gallardo wrote: Leszek Gawron dijo: Antonio Gallardo wrote: Leszek Gawron dijo: Stephan Coboos wrote: Why not using ${mySet.size()} ? Doesn't it work? It does not .. it looks like some kind of reserved keyword. AFAIK it must work. Why do you think this is a reserved word? at least it is

Re: JXTG and size() method

2004-06-29 Thread Antonio Gallardo
Leszek Gawron dijo: > Antonio Gallardo wrote: > >> Leszek Gawron dijo: >> >>>Stephan Coboos wrote: >>> Why not using ${mySet.size()} ? Doesn't it work? >>> >>>It does not .. it looks like some kind of reserved keyword. >> >> >> AFAIK it must work. Why do you think this is a reserved word? > at

Re: JXTG and size() method

2004-06-29 Thread Leszek Gawron
Antonio Gallardo wrote: Leszek Gawron dijo: Stephan Coboos wrote: Why not using ${mySet.size()} ? Doesn't it work? It does not .. it looks like some kind of reserved keyword. AFAIK it must work. Why do you think this is a reserved word? at least it is treated specially. Try to invoke a size method

Re: JXTG and size() method

2004-06-28 Thread Antonio Gallardo
Leszek Gawron dijo: > Stephan Coboos wrote: >> Why not using ${mySet.size()} ? Doesn't it work? > It does not .. it looks like some kind of reserved keyword. AFAIK it must work. Why do you think this is a reserved word? Best Regards, Antonio Gallardo ---

Re: JXTG and size() method

2004-06-28 Thread Leszek Gawron
Stephan Coboos wrote: Leszek Gawron wrote: Conal Tuohy wrote: Leszek Gawron wrote: as size is a keyword in jexl, how can I issue a size() method on a java.util.Set? Can you use the xpath function "count()"? No I can't. It looks like the hibernate lazy collection is not initialized in the firs

Re: JXTG and size() method

2004-06-27 Thread Stephan Coboos
Leszek Gawron wrote: Conal Tuohy wrote: Leszek Gawron wrote: as size is a keyword in jexl, how can I issue a size() method on a java.util.Set? Can you use the xpath function "count()"? No I can't. It looks like the hibernate lazy collection is not initialized in the first place and I get 0 ever

Re: JXTG and size() method

2004-06-27 Thread Leszek Gawron
Conal Tuohy wrote: Leszek Gawron wrote: as size is a keyword in jexl, how can I issue a size() method on a java.util.Set? Can you use the xpath function "count()"? No I can't. It looks like the hibernate lazy collection is not initialized in the first place and I get 0 every time I do it. I kn

RE: JXTG and size() method

2004-06-27 Thread Conal Tuohy
Leszek Gawron wrote: > as size is a keyword in jexl, how can I issue a size() method on a > java.util.Set? Can you use the xpath function "count()"? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

JXTG and size() method

2004-06-27 Thread Leszek Gawron
as size is a keyword in jexl, how can I issue a size() method on a java.util.Set? -- Leszek Gawron [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai