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).

On 3/18/07, Yiannis Mavroukakis <[EMAIL PROTECTED]> wrote:

Hmm nope..I still get
DEBUG: [SyntaxError: syntax error, file:
http://localhost:8080/test3/app?service=asset&path=%2Fdojo%2Fdojo.js,
line: 15]

Perhaps worth mentioning is that if I alter the decision flow so that
the autocompleters load first, then everything works fine...

Y


-----Original Message-----
From: Andrea Chiumenti [mailto:[EMAIL PROTECTED]
Sent: 17 March 2007 07:42
To: Tapestry users
Subject: Re: Autocompleter probs

Hi
try to change

<form jwcid="[EMAIL PROTECTED]"
updateComponents="ognl:{'clientUpdate'}">

to

<form jwcid="[EMAIL PROTECTED]"
updateComponents="ognl:{'clientUpdate'}" async="ognl:true">

ciao,
kiuma


On 3/16/07, Yiannis Mavroukakis <[EMAIL PROTECTED]> wrote:
>
> My apologies my stupid counter is increasing exponentially...
> Here is what I should have sent instead
>
> <html jwcid="@Shell" ajaxEnabled="true" browserLogLevel="DEBUG"
> title="Edit Shipment">
> <body jwcid="@Body">
>         <span jwcid="pageCss"/>
>         <span jwcid="tabsScript"/>
>         <div id="shipmentTabContainer">
>         <div id="ccs">
>                         <form jwcid="[EMAIL PROTECTED]"
> updateComponents="ognl:{'clientUpdate'}">
>                                         <div jwcid="[EMAIL PROTECTED]"
id
> ="clientUpdate">
>                                                 <div
> class="titleText">Client</div>
>                                                 <span jwcid="@If"
> condition="ognl:shipment.client!=null">
>                                                         <span
jwcid="@If"
> condition="ognl:!clientClicked">
>                                                                 <a
jwcid="
> [EMAIL PROTECTED]"
> updateComponents="ognl:{'clientUpdate'}"
> listener="listener:clientClick">
>
<span
> jwcid="client">Client</span>
>                                                                 </a>
>                                                         </span>
>                                                         <span
> jwcid="@Else">
>                                                                 <span
> class="auto_complete" jwcid="clientAutoCompleter"/>
>                                                         </span>
>                                                 </span>
>                                                 <span jwcid="@Else">
>                                                         <span
> class="auto_complete" jwcid="nullClientAutoCompleter"/>
>                                                 </span>
>                                         </div>
>                                 <input type="submit" jwcid="@Submit"
> action="listener:doEditClientShipperCons" async="ognl:true"
value="Save
> Changes"/>
>                         </form>
>         </div>
>    </div>
> </body>
> </html>
>
>
>
> On Fri, 2007-03-16 at 13:12 +0100, Andrea Chiumenti wrote:
>
> > updateComponents="ognl:{'clientArea'}" ?????
> > did you mean
> > updateComponents="ognl:{'clientUpdate'}"?  if so
>
>
>
>
>
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.


________________________________________________________________________
This e-mail has been scanned for all known viruses.


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]


Reply via email to