RE: Accessing repeater in xsp Using V2 woody

2004-04-29 Thread Bruno Dumon
On Thu, 2004-04-29 at 00:44, JD Daniels wrote: > hmmm... i am confused again.. > > > Form form = (Form)request.getAttribute("woody-form"); > Field field = (Field)form.getWidget("customerId"); > > > The field customerId is there and has a value.. but it gives me > java.la

RE: Accessing repeater in xsp Using V2 woody

2004-04-28 Thread JD Daniels
-- From: Bruno Dumon [mailto:[EMAIL PROTECTED] Sent: April 28, 2004 10:53 AM To: [EMAIL PROTECTED] Subject: RE: Accessing repeater in xsp Using V2 woody On Wed, 2004-04-28 at 21:42, JD Daniels wrote: > I am using 2.1.4 (pre cocoon forms) > > CocoonFormsInstance result sin a null pointe

RE: Accessing repeater in xsp Using V2 woody

2004-04-28 Thread JD Daniels
nk with v2 I have to change how I get a handle on the widgets... any help? JD -Original Message- From: Bruno Dumon [mailto:[EMAIL PROTECTED] Sent: April 28, 2004 10:53 AM To: [EMAIL PROTECTED] Subject: RE: Accessing repeater in xsp Using V2 woody On Wed, 2004-04-28 at 21:42, JD Daniels

RE: Accessing repeater in xsp Using V2 woody

2004-04-28 Thread JD Daniels
oh crud nevermind... I was accessing the repeater incorrectly.. i have a handle on the form now. -Original Message- From: Bruno Dumon [mailto:[EMAIL PROTECTED] Sent: April 28, 2004 10:53 AM To: [EMAIL PROTECTED] Subject: RE: Accessing repeater in xsp Using V2 woody On Wed, 2004-04

RE: Accessing repeater in xsp Using V2 woody

2004-04-28 Thread JD Daniels
a way in xsp to get all the define request attributes? JD -Original Message- From: Bruno Dumon [mailto:[EMAIL PROTECTED] Sent: April 28, 2004 10:53 AM To: [EMAIL PROTECTED] Subject: RE: Accessing repeater in xsp Using V2 woody On Wed, 2004-04-28 at 21:42, JD Daniels wrote: > I a

RE: Accessing repeater in xsp Using V2 woody

2004-04-28 Thread Bruno Dumon
On Wed, 2004-04-28 at 21:42, JD Daniels wrote: > I am using 2.1.4 (pre cocoon forms) > > CocoonFormsInstance result sin a null pointer exception... > > What would the woody version be? "woody-form" -- Bruno Dumon http://outerthought.org/ Outerthought - Open Source,

RE: Accessing repeater in xsp Using V2 woody

2004-04-28 Thread JD Daniels
I am using 2.1.4 (pre cocoon forms) CocoonFormsInstance result sin a null pointer exception... What would the woody version be? -Original Message- From: Bruno Dumon [mailto:[EMAIL PROTECTED] Sent: April 28, 2004 10:39 AM To: [EMAIL PROTECTED] Subject: Re: Accessing repeater in xsp Using

Re: Accessing repeater in xsp Using V2 woody

2004-04-28 Thread Bruno Dumon
On Wed, 2004-04-28 at 21:14, JD Daniels wrote: > Hi all, > > I want do soemthing like this from the samples: > > Flow: > > // also store the form as a request attribute as the XSP isn't > flow-aware > cocoon.request.setAttribute("form_model_gui", form.getWidget()); > cocoon.sendPage(

RE: Accessing repeater in xsp Using V2 woody

2004-04-28 Thread JD Daniels
I am using 2.1.4 - sorry -Original Message- From: JD Daniels [mailto:[EMAIL PROTECTED] Sent: April 28, 2004 11:14 AM To: [EMAIL PROTECTED] Subject: Accessing repeater in xsp Using V2 woody Hi all, I want do soemthing like this from the samples: Flow: // also store the form as a

Accessing repeater in xsp Using V2 woody

2004-04-28 Thread JD Daniels
Hi all, I want do soemthing like this from the samples: Flow: // also store the form as a request attribute as the XSP isn't flow-aware cocoon.request.setAttribute("form_model_gui", form.getWidget()); cocoon.sendPage("form_model_gui-success-pipeline.xsp"); XSP: org.apache.co