Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for 
change notification.

The following page has been changed by superoverdrive:
http://wiki.apache.org/tapestry/Tapestry5AvoidingDifferentObjectWithSameIDExceptions

------------------------------------------------------------------------------
  
  EditDomains.tml
  
- {{{!#HTML
+ {{{#!html
+ 
  
  <t:grid source="domains" row="domain" model="domainsGridModel">
  
@@ -26, +27 @@

  
  EditDomains.java
  
- {{{!#JAVA
+ {{{#!java
+ 
  
  @InjectPage
  private EditDomain editDomain;
@@ -43, +45 @@

  
  EditDomain.tml
  
- {{{!#HTML
+ {{{#!html
+ 
  
  <table class="datainput">
                          <form t:type="Form">
@@ -60, +63 @@

  
  EditDomain.java
  
- {{{!#JAVA
+ {{{#!java
+ 
  
  private void onSelectedFromAddDomain() {
  
@@ -69, +73 @@

  
  }}}
  
+ 
+ {{{#!
+ org.apache.tapestry5.runtime.ComponentEventException
+ a different object with the same identifier value was already associated with 
the session: [tm.framework.entities.Domain#6]
+ }}}
+ 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to