:-)

did i.

I took example from here:
http://jumpstart.doublenegative.com.au/jumpstart/examples/ajax/select1

And copied it 1:1 into my page, as result the error message you see.

>> "The ... component must be enclosed by a Form component."

It looks like this:

.....
<t:fom .......>

  <t:select id="FIRST_SELECT".... t:zone="zoneA" />


  <t:zone t:id="zoneA">
      <t:select id="SECOND_SELECT" ...... t:zone="zoneB" />
  </t:zone>

  <t:zone t:id="zoneB">
      <t:select id="THIRD_SELECT" ...... />
  </t:zone>

</t:form.......>

Following should work:
 user changes value of  FIRST_SELECT  - SECOND_SELECT "reloads" with new
values

BUT IT DIDN'T!
:-(


greetings,
resign




Thiago H de Paula Figueiredo wrote
> On Thu, 24 Jan 2013 10:21:33 -0200, resign &lt;

> sergejberg@

> &gt; wrote:
> 
>> Hi Geoff,
>>
>> how i wrote, i got an error:
>>
>>> "The ... component must be enclosed by a Form component."
>>
>> Ideas?
> 
> Put a Form wrapping the component? ;)
> 
> -- 
> Thiago H. de Paula Figueiredo
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: 

> users-unsubscribe@.apache

> For additional commands, e-mail: 

> users-help@.apache





--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/T5-2-6-AJAX-Select-with-3-select-lists-tp5719413p5719487.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to