• 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
wo:AjaxTabbedPanel call everything 3 times….
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

wo:AjaxTabbedPanel call everything 3 times….


  • Subject: wo:AjaxTabbedPanel call everything 3 times….
  • From: Louis Demers <email@hidden>
  • Date: Tue, 02 Jul 2013 16:54:13 -0400

Hi,
I have a page component setup as followed.  It displays correctly (but funny because I removed everything superfluous)  but everything in the div is called three times. ! If I remove the 4 Ajax lines, it is called only once.

Any clue ? Is that normal Ajax processing ? ....


<wo:PageWrapper title = "Period Report">
  <wo:PageHeader left = "" center = "Period Report" right = "" />
  <wo:ERXStyleSheet filename = "css/Tabs.css" />
  <wo:form name = "Form" multipleSubmit = "true">
    <div class = "ActionHeader">
      <wo:WOImageButton action = "$reload" filename = "1Pixel.gif" />
      <div class = "Actions"> </div>

  

    </div>
    <div>
      <wo:AjaxTabbedPanel id = "toto">
        <wo:AjaxTabbedPanelTab name = "BreakDown">
          <div>
            <wo:repetition list = "$projectTypes" item = "$aProjectType">

                <wo:string value = "$aProjectType.name" />

            </wo:repetition>

          </div>
        </wo:AjaxTabbedPanelTab>
      </wo:AjaxTabbedPanel>
    </div>
  </wo:form>

 

</wo:PageWrapper>



Louis Demers eng.
www.obzerv.com


 _______________________________________________
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: wo:AjaxTabbedPanel call everything 3 times….
      • From: Chuck Hill <email@hidden>
  • Prev by Date: Re: Your request produced an error.
  • Next by Date: Re: Unexplained WOSessionStore or NSProperties ClassNotFound Exceptions
  • Previous by thread: Re: maven repositories not quite right?
  • Next by thread: Re: wo:AjaxTabbedPanel call everything 3 times….
  • Index(es):
    • Date
    • Thread