Re: D2WList behaviour in custom page
Re: D2WList behaviour in custom page
- Subject: Re: D2WList behaviour in custom page
- From: Jonathan Meijer <email@hidden>
- Date: Thu, 09 Sep 2004 12:16:06 -0400
My page indeed has a WOForm with multiple sumbits activated, and I have
no
nested forms (I just have one custom form, and the separate D2WList is
outside my form). But when looked at closely, the actual list in D2W
isn't
even a form (there is no WOForm), since the browser doesn't need to
send any
data when the user clicks "edit" or "delete".
This is really confusing and frustrating, especially considering the
lack of
documentation.
Jonathan
On 9/9/04 2:14 AM, "Wolfram Stebel" <email@hidden> wrote:
> Hi,
>
> i encountered similar problems short before.
> 1. Take care that you have multiple submit in the forms activated
> 2. Take care that you have no nested forms
> - make local forms for submit buttons
> - dont put custom forms into <FORM>s
>
> Hope it helps. Please let me know.
>
> Wolfram Stebel
>
> On 08.09.2004, at 23:46, Jonathan Meijer wrote:
>
>> I have a custom page (extends WOComponent) which is called by
clicking
>> on a link on a menu on the left. This WOComponent lets the user
>> select options (WOPopUpButtons with onchange="submit()" in a WOForm
>> with action returning null). If the necessary options from the
popups
>> are selected, a WOConditional lets a D2WList show up at the bottom of
>> the page. The D2WList displays the correct data, but neither the
edit
>> nor the delete buttons work (when clicked, both of them return the
>> same page (the same custom page) and therefore I can neither edit nor
>> delete any object I created).
>>
>> I use the wonder frameworks.
>>
>> Any ideas as to what can cause such behaviour? I have googled
D2WList
>> but I only see about 10 results and none talk about the problem I
>> have.
>>
>> Jonathan Meijer
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.