Re: wb:delete-bean?

2004-05-05 Thread Marc Portier
Mark Lundquist wrote: On May 4, 2004, at 10:54 AM, Joel McConaughy wrote: I'm using hibernate/cforms to build simple CRUD pages. Have you seen the alternative acronymn?: Create/Read/Amend/Purge :-) These take the results from a query and create an ArrayList of beans, display a page worth of

Re: wb:delete-bean?

2004-05-04 Thread Mark Lundquist
On May 4, 2004, at 10:54 AM, Joel McConaughy wrote: I'm using hibernate/cforms to build simple CRUD pages. Have you seen the alternative acronymn?: Create/Read/Amend/Purge :-) These take the results from a query and create an ArrayList of beans, display a page worth of rows in a repeater, allow

RE: wb:delete-bean?

2004-05-04 Thread Joel McConaughy
800 Fifth Ave., #101-316 Seattle, WA 98104-3191 206-300-4732 Direct 206-382-2188 Fax [EMAIL PROTECTED] -Original Message- From: Marc Portier [mailto:[EMAIL PROTECTED] Sent: Monday, May 03, 2004 3:46 PM To: [EMAIL PROTECTED] Subject: Re: wb:delete-bean? Joel McConaughy wrote: > Is th

Re: wb:delete-bean?

2004-05-03 Thread Marc Portier
Joel McConaughy wrote: Is there a delete equivalent to ? I'd like to pick up wb:delete-node works for beans and xml files the delete event and do some app-specific processing on the row before what do you mean with 'pickup the delete event?' execution of the binding (load/save) is not trigger

Re: wb:delete-bean?

2004-05-03 Thread Joerg Heinicke
On 04.05.2004 00:45, Marc Portier wrote: Is there a delete equivalent to ? I'd like to pick up wb:delete-node works for beans and xml files it is removed from the repeater with but don't know how to access the row. Thanks. maybe you can explain a bit more off what you try to achieve I guess

wb:delete-bean?

2004-05-03 Thread Joel McConaughy
Is there a delete equivalent to ? I'd like to pick up the delete event and do some app-specific processing on the row before it is removed from the repeater with but don't know how to access the row. Thanks. - To unsubscribe