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]

Reply via email to