Hi.
At first a lot of thanks to Derek for these interesting alternatives. Didn`t thought of it this way (using Sitemap, XML and XSL) although thats the cocoony way of doing it isn`t it? (Cocoon - xml publishing framework). Thx alot.

Second: that is the solution I am looking for. Thx Bart.
But how do I give my SelectionList Class to the Form? Will I put the Instance in a viewData Array and give it to the pipeline?
Do you set rebuild on usage on true or false in your SelectionList Class?

Dennis


Bart Molenkamp wrote:
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