Don't forget you need an XML Doctype declared at the start of the .tml
for it to be valid XML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>

http://tapestry.apache.org/component-templates.html

then <t:outputraw value="literal: &lt;&lt; "/> will have no problems.

Steve.

On 3 September 2011 22:46, Ken in Nashua <kcola...@live.com> wrote:
>
> Hi All,
>
> I went with the symbols &lt;&lt; but tap5 is not holding water for some 
> reason.
>
> location
>
>    classpath:org/tynamo/examples/hibernatesecurity/components/Gallery.tml, 
> line 50
>
> ...
>    </td>
> </tr>
> <tr>
>    <td align="left" NOWRAP="nowrap" colspan="2">
>        <div style="font-size:10pt; text-align: center;">
>            <a> <t:eventLink t:id="FirstPage"/> <t:outputraw value=" &lt;&lt; 
> "/> </a>
> ...
>
> last line is the culprit
> Could not convert ' << ' into a component parameter binding:
>    Error parsing property expression ' << ': Unable to parse input at 
> character position 2.
>
> Why would tapestry think &lt;&lt; is a parameter binding ?
>
> thanks in advance

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to