Re: Binding selection boxes to beans in cocoon forms?

2006-01-21 Thread Andre Cesta
Jason, No problem putting this solution on the Wiki, except that I do not know how I could possibly edit the wiki. I think we could add 8 lines or so to the following page: http://wiki.apache.org/cocoon/WoodyDatatypeReference?highlight=%28selection-list%29 Also, please have a look at the

Re: Binding selection boxes to beans in cocoon forms?

2006-01-21 Thread Jason Johnston
Andre Cesta wrote: Jason, No problem putting this solution on the Wiki, except that I do not know how I could possibly edit the wiki. Just like everyone else-- create an account and start editing. Start at http://wiki.apache.org/cocoon/About I think we could add 8 lines or so to the

Re: Binding selection boxes to beans in cocoon forms?

2006-01-15 Thread Andre Cesta
Hi All, After receiving zero help from the list on a question posted 6 days ago, I decided to post myself the solution I found for it: http://geocities.com/aacesta/hibernateandcforms.html The problem is integrating hibernate beans with cocoon forms containing selection lists. There were

Re: Binding selection boxes to beans in cocoon forms?

2006-01-15 Thread Jason Johnston
Andre Cesta wrote: Hi All, After receiving zero help from the list on a question posted 6 days ago, I decided to post myself the solution I found for it: http://geocities.com/aacesta/hibernateandcforms.html The problem is integrating hibernate beans with cocoon forms containing selection

Re: Binding selection boxes to beans in cocoon forms?

2006-01-14 Thread Andre Cesta
Hi, Managed to solve one of the problems so that the selection list now shows, but it shows empty. Still debugging why it shows empty when there is DB data loaded on the bean to display. To get the selection list to show: Hibernate required the method: public void setRoomType(RoomType

Re: Binding selection boxes to beans in cocoon forms?

2006-01-13 Thread Andre Cesta
Can anybody answer this? Perhaps send me an email with working selection box - bean binding classes/pipeline/forms example? --- Andre Cesta [EMAIL PROTECTED] wrote: Hi, I wonder if you can help me bind selection boxes to beans. (other properties on this very same form are binding just

Binding selection boxes to beans in cocoon forms.

2006-01-11 Thread Andre Cesta
Hi, I wonder if you can help me bind selection boxes to beans. (other properties on this very same form are binding just fine) Code snippets and exception for my attempt are shown below. I've searched the list archives and web without luck for solutions. The cocoon samples (car, country