Re: jcr taglib: setting node attribute with object doesn't work

2006-12-06 Thread Edgar Poce
On 12/6/06, Torgeir Veimo <[EMAIL PROTECTED]> wrote: On Wed, 2006-12-06 at 16:31 -0300, Edgar Poce wrote: > > Maybe we should update the taglib to work with jsp 2.0. That would be easier, since I use EL extensively in my pages. I'm not sure how to instruct the page compiler that the tag wants to

Re: jcr taglib: setting node attribute with object doesn't work

2006-12-06 Thread Torgeir Veimo
On Wed, 2006-12-06 at 16:31 -0300, Edgar Poce wrote: > > Maybe we should update the taglib to work with jsp 2.0. That would be easier, since I use EL extensively in my pages. I'm not sure how to instruct the page compiler that the tag wants to evaluate the attribute value itself. -- Torgeir

Re: jcr taglib: setting node attribute with object doesn't work

2006-12-06 Thread Edgar Poce
On 12/6/06, Torgeir Veimo <[EMAIL PROTECTED]> wrote: On Wed, 2006-12-06 at 18:30 +, Torgeir Veimo wrote: > If I use the properties tag and et a node attribue with a java object, > it doesn't work, since the setNode() method in PropertyTag.java takes a > string as an argument. Hmm, it seems i

Re: jcr taglib: setting node attribute with object doesn't work

2006-12-06 Thread Torgeir Veimo
On Wed, 2006-12-06 at 18:30 +, Torgeir Veimo wrote: > If I use the properties tag and et a node attribue with a java object, > it doesn't work, since the setNode() method in PropertyTag.java takes a > string as an argument. Hmm, it seems it's because the way I call the tag, where currentn

jcr taglib: setting node attribute with object doesn't work

2006-12-06 Thread Torgeir Veimo
If I use the properties tag and et a node attribue with a java object, it doesn't work, since the setNode() method in PropertyTag.java takes a string as an argument. There's no category for the jcr taglib in jira? -- Torgeir Veimo <[EMAIL PROTECTED]>