RE: own attribute

2007-05-29 Thread Martijn C. Vos
Jasha Joachimsthal wrote: > Martijn C. Vos wrote: > > Amon wrote: > > > > > > Is there are way to add my own attribute to the fd:item > > element, let > > > say selected="selected" , which i can use in my xslt? > > > > I don't think you can do this in the form model (the file > > whe

RE: own attribute

2007-05-29 Thread Jasha Joachimsthal
> -Original Message- > From: Martijn C. Vos > Sent: dinsdag 29 mei 2007 12:34 > To: users@cocoon.apache.org > Subject: RE: own attribute > > Amon wrote: > > > > Is there are way to add my own attribute to the fd:item > element, let > > sa

RE: own attribute

2007-05-29 Thread Martijn C. Vos
Amon wrote: > > Is there are way to add my own attribute to the fd:item element, let > say selected="selected" , which i can use in my xslt? I don't think you can do this in the form model (the file where everything has the fd: prefix), but you can pass anything you like in fi:styling in the tem

Re: own attribute

2007-05-11 Thread Jeroen Reijn
Hi Amon, I'm not really sure what you are trying to achieve here, but if you want cocoon forms to select an initial value, it's best to load that value in to the form object. That should do the trick. Kind regards, Jeroen Reijn Amon wrote: Best users, Is there are way to add my own