RE: Can a Woody selection-list relationship be not set?

2004-03-17 Thread Uchenna Igwebuike
I use the FlowJXPathSelectionList to populate my selection lists from bean collections. You can use an extension of that model to insert a prompt message into the selection lists. The prompt message should be located in a message bundle that you refer to in the form definition. You also have to ins

RE: [forms] Populate selection list from flow

2004-03-17 Thread Uchenna Igwebuike
See thread " Can a Woody selection-list relationship be not set?" -Original Message- From: Ugo Cei [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 17, 2004 5:21 AM To: [EMAIL PROTECTED] Subject: Re: [forms] Populate selection list from flow Mark Lundquist wrote: > 1) I don't see a way

How to bind a multivaluefield in woody/cforms

2004-03-29 Thread Uchenna Igwebuike
How do I bind a multivaluefield widget to a collections object in a bean? The form widget is: Material Facility Extension The bean looks like: private Collection facilityList; public void getFacilityList(Collection list) { this.facilityLi

Help with I18nTransformer use with a tag

2004-04-03 Thread Uchenna Igwebuike
I am using cforms/woody for the presentation layer of an app. The business logic is all contained within session beans which sends message keys and parameters through an exception when a method is called within the tag. I am using widgets to display the messages. Is there a way I can leverag

Cform - Help with redisplaying form after submission

2004-04-06 Thread Uchenna Igwebuike
I have a form that after validation by cocoon, the transaction could still fail for some other reasons. I want to redisplay the form with some messages after it has been submitted. I cannot seem to use the widget for this as it does not perform validation. ---

RE: Cform - Help with redisplaying form after submission

2004-04-06 Thread Uchenna Igwebuike
ith the transaction messages form.showForm("material-type-display-pipeline", data); -Original Message- From: Mark Lundquist [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 9:31 AM To: [EMAIL PROTECTED] Subject: Re: Cform - Help with redisplaying form after sub

RE: Cform - Help with redisplaying form after submission

2004-04-06 Thread Uchenna Igwebuike
", data); //redisplay form -Original Message- From: Mark Lundquist [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 10:25 AM To: [EMAIL PROTECTED] Subject: Re: Cform - Help with redisplaying form after submission On Apr 6, 2004, at 9:52 AM, Uchenna Igwebuike wrote: > Thanks mark

RE: Cform - Help with redisplaying form after submission

2004-04-06 Thread Uchenna Igwebuike
, at 11:05 AM, Uchenna Igwebuike wrote: > Below is a snapshot of the flow I might be able to help if you include the whole flowscript function instead of just an excerpt. For instance, I can't see the loop in what you sent

RE: Cform - Help with redisplaying form after submission

2004-04-09 Thread Uchenna Igwebuike
, at 1:05 PM, Uchenna Igwebuike wrote: > Mark, > > Attached is the sitemap, flow script and the form model. > OK — well, maybe I am misunderstanding your problem, but... what I've been trying to say is, why aren't you doing this?

Help with binding - CFORMS

2004-04-11 Thread Uchenna Igwebuike
Does anyone have an example on how to bind data from and to a bean using an ArrayList field to store multivalue data from a form      

RE: Help with binding - CFORMS

2004-04-12 Thread Uchenna Igwebuike
PROTECTED] Subject: Re: Help with binding - CFORMS Uchenna Igwebuike wrote: > Does anyone have an example on how to bind data from and to a bean using > an ArrayList field to store multivalue data from a form > not yet (that I know of) what have you tried? and what doesn'

RE: CForms(woody) ad hibernate design advice needed

2004-04-12 Thread Uchenna Igwebuike
Title: CForms(woody) ad hibernate design advice needed I do the same thing with Entity Beans, by doing a net change ie update all records contained in the repeater, insert any new ones and delete(or deactivate) the missing ones. This way I don’t loose the object identity (surrogate key) ge

Resend -- RE: Help with binding - CFORMS

2004-04-13 Thread Uchenna Igwebuike
Could someone let me know if the widget can be bound in both directions to a bean and how to do it. Thanks in advance. -Original Message- From: Uchenna Igwebuike [mailto:[EMAIL PROTECTED] Sent: Monday, April 12, 2004 7:15 AM To: '[EMAIL PROTECTED]' Subject: RE: Help wit

CFORM Flow script global variable

2004-04-14 Thread Uchenna Igwebuike
I want to define a javascript variable within a flow script that I want to use within my form event handlers. The only way I can seem to do this is by making them global variables within the flowscript. Is there an alternative to this approach as it looks like these global variables are shared acro

RE: Help with binding - CFORMS

2004-04-15 Thread Uchenna Igwebuike
esign-thought... Joerg Heinicke wrote: > On 12.04.2004 16:14, Uchenna Igwebuike wrote: > >> When I bind a form without selecting any data to the bean, I don't get >> any errors, but when it contains some selections I get the following >> error >> >> uncau

RE: Help with binding - CFORMS

2004-04-16 Thread Uchenna Igwebuike
: [EMAIL PROTECTED] Subject: Re: Help with binding - CFORMS Uchenna Igwebuike wrote: > Hello Mark, > > I tried out your suggestions and it works for binding the selected > values from the form to the bean but when I call form.load(bean) ie > binding from bean to form, it doesn

RE: Cocoon FlowScript + woody : change styling via javascript

2004-04-27 Thread Uchenna Igwebuike
You should use a message widget that is embedded within a css style that highlights the message if it contains anything. When you want to add a message use: form.getWidget("message").addMessage("My Message"); Define the widget in the form model: In your template: In your

RE: Dynamically changing labels, was Re: Woody + FlowScript :documentation on model

2004-04-27 Thread Uchenna Igwebuike
I am a big user of that widget and it should absolutely stay with the product - Brilliant widget. -Original Message- From: Bruno Dumon [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 27, 2004 9:50 AM To: [EMAIL PROTECTED] Subject: Re: Dynamically changing labels, was Re: Woody + FlowScrip

RE: CFORM Flow script global variable

2004-05-05 Thread Uchenna Igwebuike
ce -Original Message- From: Mark Lundquist [mailto:[EMAIL PROTECTED] Sent: Friday, April 16, 2004 9:40 PM To: [EMAIL PROTECTED] Subject: Re: CFORM Flow script global variable On Apr 14, 2004, at 8:22 AM, Uchenna Igwebuike wrote: > I want to define a javascript variable within a flow script th