Access bound bean itself on CForms - also hibernate reattach object to hibernate session on view.

2006-03-10 Thread Andre Cesta
How do I access the BEAN itself that is bound on CFORMS with bean binding framework? To be more specific, how to I access/reference the bean from: 1.Inside the cform template file and 2 . Inside the cform binding file? I was trying to do the following from the form template: jx:set

Re: Binding selection boxes to beans in cocoon forms?

2006-01-21 Thread Andre Cesta
at the Binding Framework documentation. Search for setSelectionList on it. Did anybody manage to build a concrete example using that technique? Would you be able to post some more snippets of it? How are you setting the selected value from the list? Best regards, Andre' Cesta --- Jason Johnston [EMAIL

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-14 Thread Andre Cesta
' --- Andre Cesta [EMAIL PROTECTED] wrote: 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

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