Send the template as attachment then ;)

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

Argh! Feel free to take me out back and shoot me in the head about that
one
However that's still not it :( Same issue..

-----Original Message-----
From: Andrea Chiumenti [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 15, 2007 4:27 PM
To: Tapestry users
Subject: Re: Autocompleter probs

try to change

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

to

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

See the space before listener.
Also validate your html as a well formed xml.

On 3/15/07, Yiannis Mavroukakis <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
>
>
> I have the following html snippet
>
>
>
> <form jwcid="[EMAIL PROTECTED]"
>
updateComponents="ognl:{'clientUpdate','shipperUpdate','consigneeUpdate'
> }">
>
>                                                             <div
> jwcid="[EMAIL PROTECTED]">
>
>
> <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>
>
> </form>
>
>
>
> This, in an admittedly convoluted way, presents a link which when
> clicked becomes an autocompleter. So far so good, however
>
> when the clientUpdate component is refreshed and the autocompleter
field
> appears, when I type into it I get the following error.
>
>
>
> DEBUG: [SyntaxError: syntax error, file:
>
http://localhost:8080/cybertraxv3/app?service=asset&path=%2Fdojo%2Fdojo.
> js, line: 15]
>
> DEBUG:
>
>
>
> Any ideas what this might be?
>
>
>
>
>
> Thank you for your time,
>
>
>
> Yiannis
>
>
>
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