• 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
Strange Ajax Update Inconsistency
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Strange Ajax Update Inconsistency


  • Subject: Strange Ajax Update Inconsistency
  • From: James Cicenia <email@hidden>
  • Date: Sat, 29 May 2010 18:19:19 -0500

Hello -

I have the following AJAX component that seems to work only part of the time.
When it doesn't work, the container disappears. When I refresh the screen, it
usually works the first time and then maybe the second or third.. it gives me the
blank screen of death.

Is my UpdateContainer enclosing the proper code?

Thanks


<webobject name = "RatingsUpdateContainer">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tr>
        <th colspan="3" scope="col">
        Ratings
        <div class="edit">
        <webobject name = "AddRatingsOpener" >Add</webobject>
        </div>
        </th>
    </tr>
<webobject name = "RepetitionRatings">
    <tr>
        <td class="icon"><webobject name = "DeleteRatingRow"><img src="/images/cancel-red.png" alt="delete rating" width="12" height="12" border="0" /></webobject></td>
        <td class="icon"><webobject name = "EditRatingsOpener" ><img src="/images/edit.png" alt="demote rating" width="12" height="12" border="0" /></webobject></td>
        <td class="description"><webobject name = "RatingName" /></td>
    </tr>
</webobject name = "RepetitionRatings">
</table>
</webobject  name = "RatingsUpdateContainer">

<webobject name="RatingAddActionBox"> 
<webobject name="AddRatingForm">
<webobject name = "RatingsNameField" />
<webobject name = "RatingsSubmitButton" />
</webobject>
</webobject>

       

<webobject name="RatingEditActionBox"> 
<webobject name="RatingForm">
<webobject name = "RatingsEditNameField" />
<webobject name = "RatingsEditSubmitButton" />
</webobject>
</webobject>
<webobject name="RatingConfirmDeleteBox"> 
<webobject name="RatingDeleteForm">
<webobject name = "RatingsShowNameField" />
<webobject name = "RatingsDeleteSubmitButton" />
</webobject>
</webobject>

 _______________________________________________
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

  • Prev by Date: Re: Ajax List Filtering
  • Next by Date: Re: Ajax List Filtering
  • Previous by thread: Re: JavaScript Problems with AjaxSubmitButton
  • Next by thread: Snow Leopard questions
  • Index(es):
    • Date
    • Thread