• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to use WODisplayGroup
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to use WODisplayGroup


  • Subject: Re: How to use WODisplayGroup
  • From: Francesco Romano <email@hidden>
  • Date: Wed, 10 Dec 2008 08:56:32 +0100

I've some problems with the Insert() method of WODisplayGroup.

It adds another row, but if I edit that row and I don't commit the EditingContext, if I insert another row the previous is been cleared.

Another thing...
I inserted a WOBatchNavigationBar.
I use it in this way:

<wo name = "BatchNavigationBar"/>
<table>
<tr><th> Merceologia </th> <th>Descrizione</th> <th>Prezzo</th></tr>
<wo:loop list = "$prodottiDisplayGroup.displayedObjects" item = "$aProdotto">
<tr>
<td><wo:WOPopUpButton list = "$merceologia" item = "$aMerceologia" selection = "$aProdotto.merceologia" displayString = "$merceologiaCompoundString"/></td>
<td><wo:textfield value = "$aProdotto.descrizione" /></td>
<td><wo:textfield value = "$aProdotto.prezzo" numberformat = "#,##0.00" /></td>
<td><wo:link action = "$showProductDetails">Mostra Dettagli</wo:link></td>
<td><wo:link action = "$deleteProdotto">Elimina</wo:link></td>
</tr>
</wo:loop>
</table>

Is this correct? Because when I've more than one batch this appeared on the debug:

Dec 10 08:45:13 iPN[5100] (ERXWOForm.java:435) WARN  er.extensions.components._private.ERXWOForm  - This form is embedded inside another form, so the inner form with these bindings is being omitted: <er.extensions.components._private.ERXWOForm name: null id: null action: null actionClass: null directActionName: null href: null multipleSubmit: <com.webobjects.appserver._private.WOConstantValueAssociation: value=true> queryDictionary: null otherQueryAssociations: null >
Dec 10 08:45:13 iPN[5100] (ERXWOForm.java:436) WARN  er.extensions.components._private.ERXWOForm  -     page: <com.ipn.components.EditProduct name: com.ipn.components.EditProduct subcomponents: null >
Dec 10 08:45:13 iPN[5100] (ERXWOForm.java:437) WARN  er.extensions.components._private.ERXWOForm  -     component: <com.webobjects.woextensions.WOBatchNavigationBar name: com.webobjects.woextensions.WOBatchNavigationBar subcomponents: null >

Francesco

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: How to use WODisplayGroup
      • From: David Holt <email@hidden>
References: 
 >How to use WODisplayGroup (From: Francesco Romano <email@hidden>)
 >Re: How to use WODisplayGroup (From: Johann Werner <email@hidden>)
 >Re: How to use WODisplayGroup (From: Francesco Romano <email@hidden>)
 >Re: How to use WODisplayGroup (From: Ramsey Lee Gurley <email@hidden>)
 >Re: How to use WODisplayGroup (From: Francesco Romano <email@hidden>)
 >Re: How to use WODisplayGroup (From: Johann Werner <email@hidden>)
 >Re: How to use WODisplayGroup (From: Francesco Romano <email@hidden>)
 >Re: How to use WODisplayGroup (From: Johann Werner <email@hidden>)
 >Re: How to use WODisplayGroup (From: Francesco Romano <email@hidden>)
 >Re: How to use WODisplayGroup (From: David LeBer <email@hidden>)

  • Prev by Date: Wonder: Attempting to lock editing context that was previously locked error
  • Next by Date: ClassCastException trying to show WOStats
  • Previous by thread: Re: How to use WODisplayGroup
  • Next by thread: Re: How to use WODisplayGroup
  • Index(es):
    • Date
    • Thread