Correct - everything. And it works here... I don't get it.

It might be possible that your browser can't find ../css/demo.css depending on your path layout but that would make it just look different. The suggest list should still be rendered if you enter something into the input field. I can't see why it works for me but not for you.
Do you have any entries in your info log? Mine is full of entries like
listSource was called
List contains 3 items, filter is 'de'


Uli

Andy Pahne schrieb:
Ulrich Stärk schrieb:
 > Almost no is not none :)
 >
 > Your code is absolutely correct and works perfectly. Please make sure
 > that you have a Shell and a Body component on your page. In your case
 > those would be included with your DemoBorder component, so have a look
 > at that template. Also make sure that you don't include some css or
 > javascript somewhere that might interfere with the suggest component. If
 > you do include something try leaving it out.
 >
 > Uli




my Border:

<html jwcid="@Shell"
      title="literal:Hello"
      browserLogLevel="DEBUG"
      consoleEnabled="true"
      debugEnabled="false" >

<link jwcid="@Relation" href="../css/demo.css" media="all" />
<body jwcid="@Body">

<div id="header" >
    <span class="headertxt">AJAX-Demos</span>
</div>


<div id="content">
<span jwcid="@RenderBody" />
</div>
</body>

</html>



It's copied from the TimeTracker demo. Only the header section is modified. I even use the same CSS, as demo.css is just a copy of timetracker.css.

A.

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



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

Reply via email to