You're using an output widget, that just writes text, you need the "wd:field" widget to be able to use the selection list.
Kind Regards, Jan ----- Original Message ----- From: "Vasyl Stashuk" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 03, 2004 12:51 PM Subject: wd:output and wd:selection-list > Hi all! > > I'm trying to use wd:selection-list inside of wd:output: > > <wd:output id="state"> > <wd:label>state</wd:label> > <wd:datatype base="long"/> > <wd:selection-list> > <wd:item value="1"> > <wd:label>Finished</wd:label> > </wd:item> > <wd:item value="2"> > <wd:label>Running</wd:label> > </wd:item> > <wd:item value="3"> > <wd:label>Paused</wd:label> > </wd:item> > <wd:item value="3"> > <wd:label>Not runned</wd:label> > </wd:item> > </wd:selection-list> > </wd:output> > > but in output i see only values and not labels. > > What am i doing wrong? > > regards, > vasyas > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
