Jesse,
it seems the same problem I've encoutered during the JFlyEditTable
development.
Yiannis' page should work even is he writes another widget component inside
the form.

Infact the problem should solve also whit this code inside the form.

.page
<property name="fooValue"/>
<component id="widgetComp" type="TextField">
       <binding name="value" value="ognl:fooValue"/>
       <binding name="id" value="widget"/>
   </component>

.html
<input jwcid="widgetComp" style="display:none;"/>

.script
tapestry.widget.synchronizeWidgetState("${widgetComp.clientId}", "Textbox",
[], null);

And this problem seems to be present also in the latest SNAPSHOT.

I hope this can help,
kiuma

On 3/19/07, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:

Are you using the latest version - 4.1.2-SNAPSHOT ?

There was an issue found previously by someone else with nesting
widgets within widgets. If you want a good starting point the
timetracker has two autocompleters on one page, the normal one people
are used to seeing and the second one nested within the dialog popup:

http://opencomponentry.com:8080/timetracker/app

Without anything else to go on I might need a sample maven2 jetty:run
type of project to test against to be able to see what is happening /
figure out how to report problems better in the future. .

On 3/18/07, Yiannis Mavroukakis <[EMAIL PROTECTED]> wrote:
>
> Yep another autocomp outside the flow (but still inside the @Form) works
> fine.
> -----Original Message-----
> From: Andrea Chiumenti [mailto:[EMAIL PROTECTED]
> Sent: 18 March 2007 08:29
> To: Tapestry users
> Subject: Re: Autocompleter probs
>
> ahhhhh ok.
> Try (an experiment), to put another autocompleter outside and before the
> conditonal flow (I know that it's not what you are looking for but I
> have to
> know if it works).
>
>
>
> Note:__________________________________________________________________
> This message is for the named person's use only. It may contain
> confidential, proprietary or legally privileged information. No
> confidentiality or privilege is waived or lost by any mistransmission.
> If you receive this message in error, please immediately delete it and
> all copies of it from your system, destroy any hard copies of it and
> notify the sender. You must not, directly or indirectly, use, disclose,
> distribute, print, or copy any part of this message if you are not the
> intended recipient. Jaguar Freight Services and any of its subsidiaries
> each reserve the right to monitor all e-mail communications through its
> networks.
> Any views expressed in this message are those of the individual sender,
> except where the message states otherwise and the sender is authorized
> to state them to be the views of any such entity.
> ________________________________________________________________________
> This e-mail has been scanned for all known viruses.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to