ProgressiveDisplay

Michał Więckowski <[email protected]>
Newsgroups gmane.comp.java.tapestry.user
Message-ID <CAPQvC-ocCSbYTe8sPy0h11DRYW_SOvJQD4puZnLMrMtkK2w_Wg@mail.gmail.com>
Hi Tapestry Users,

I've got a question regarding ProgressiveDisplay component. I try to use it
combined with form element but each time it is complaining that there is no
form (*Component must be enclosed by a Form component*).

I want to use *progressivedisplay *because data for my select are loading
long.


Example page:

*Tml page:*

<form t:type="form" t:id="myForm">
            <div>
<t:label for="data1">Data 1</t:label>
<t:textfield t:id="data1" value="...." />
              </div>
              <div>
          <t:label for="data2">Data2</t:label>
  <t:progressivedisplay t:id="showSelect">
        <t:select t:id="data2" t:model="myModel" t:value="......"/>
                    </t:progressivedisplay>
</div>
</t:form>


Any ideas how this can get working will be appreciated :)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.