Hi,

There is a Java implementation. You can write a class that extends
org.apache.cocoon.forms.datatype.AbstractJavaSelectionList and then add
something like this to your <fd:field>:

<fd:selection-list type="java"
  class="my.cocoon.MySelectionList"

I use it myself to create a list from some database resources.

HTH,
Bart.

> -----Oorspronkelijk bericht-----
> Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Verzonden: donderdag 2 juni 2005 14:15
> Aan: cocoon user mailing list
> Onderwerp: Selection-List CocoonForms
> 
> Hello.
> Is there no other possibility for dynamic selection lists than
> -flow-jxpath implementation
> -enum implementation
> ??
> 
> I want to load the data for my selection list from database and like
the
> JSF idea with backing beans load my bean into my form.
> So the selection list should be able to read the collection of items,
> display them and I must save the selection in my bean to save the data
> to database.
> 
> Thx for any idea.
> 
> Dennis
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to