Re: [Developers] taglib question

2007-09-26 Thread Michiel Meeuwissen
2007/9/26, Ernst Bunders <[EMAIL PROTECTED]>: > hello > > I have a question about the taglib. > I have created a java bean for my jsp that does some stuff to create a > specific list of nodes. > > I use this bean in my page with > > > I want to iterate over all the nodes like > > > then i someho

Re: [Developers] RE: [MMBASE CVS] applications/largeobjects - New directory

2007-09-26 Thread Nico Klasens
Well it is an overkill at the moment, but it is actually one config file, one java file and one dependency to postgreslq driver. I did not want the core to be dependent on the postgresql driver so I thought an optional project is a nice thing to do. Pierre van Rooden wrote: Any reason why th

Re: [Developers] taglib question

2007-09-26 Thread Ernst Bunders
Peter Maas schreef: Hmmm Seems to be incorrect to me, shouldn't it be: Hey, you may be right. At first i thought it was something else, but i tried again, and it seems to work! thanks. On Sep 26, 2007, at 3:00 PM, Ernst Bunders wrote: hello I have a question about the taglib.

Re: [Developers] taglib question

2007-09-26 Thread Peter Maas
Hmmm Seems to be incorrect to me, shouldn't it be: On Sep 26, 2007, at 3:00 PM, Ernst Bunders wrote: hello I have a question about the taglib. I have created a java bean for my jsp that does some stuff to create a specific list of nodes. I use this bean in my page with I want to

[Developers] taglib question

2007-09-26 Thread Ernst Bunders
hello I have a question about the taglib. I have created a java bean for my jsp that does some stuff to create a specific list of nodes. I use this bean in my page with I want to iterate over all the nodes like then i somehow would like to pick up this node with the mmbase taglib, so i can