• 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: Johann Werner <email@hidden>
  • Date: Sun, 7 Dec 2008 15:24:48 +0100

Hi Francesco,

Am 07.12.2008 um 14:54 schrieb Francesco Romano:

I can't modify it..

This is the code: (inside a form)

<wo:form>
<fieldset>
<wo:if condition = "$isTableLuogo">

<wo:loop list = "$ipnDisplayGroup.displayedObjects" item = "$aLuogo">
<p><wo:textfield value = "$aLuogo.nome"></wo:textfield></p>
</wo:loop>

</wo:if>
<p><wo:link action="$addItem"> aggiungiElemento</wo:link></p>
<p> <wo:link action = "$applyChanges">Applica</wo:link>
<wo:link action = "$cancelChanges">Annulla</wo:link>
<wo:link action = "$saveChanges">Salva</wo:link></p>
</fieldset>
</wo:form>


If I try to edit the field, and press "Apply" the record is not updated...
What is wrong?


(This is the code for applyChanges)

	public WOActionResults applyChanges() {
		session().defaultEditingContext().saveChanges();
		return null;
	}


First let me note that using the defaultEditingContext for modifying and saving objects is A Bad Thing™. Looking at your page code it should work but... the problems that could cause your page not function as you expect are:

1. when you submit the changes is it possible that your condition isTableLuogo changes during the takeValuesFromRequest phase?

2. what is the editingContext of your ipnDisplayGroup? If it is not using the default editing context of course you wont do anything by calling saveChanges on the defaultEditingContext.

Another little tip you should return context().page() instead of null. What is the difference of your applyChanges() and saveChanges()?

jw

Attachment: smime.p7s
Description: S/MIME cryptographic signature

 _______________________________________________
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: Francesco Romano <email@hidden>
    • Re: How to use WODisplayGroup
      • From: Francesco Romano <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>)

  • Prev by Date: Re: Criticism of Java Persistence Frameworks Blog Post
  • Next by Date: Re: ERXGoogleSpell issue : The entity name must immediately follow the '&' in the entity reference.
  • Previous by thread: Re: How to use WODisplayGroup
  • Next by thread: Re: How to use WODisplayGroup
  • Index(es):
    • Date
    • Thread