In my .tml file I have a line:

<td nowrap>Individual ID</td>

Tapestry fails to parse this:

Unexpected character '>' (code 62) expected '=' at [row,col
{unknown-source}]: [17,17]

I think it is expecting nowrap="something" ... is this to be expected?

Also, if I try to use a non-breakable space:

<td>Individual&nbsp;ID</td>

I get a different parsing error:

Undeclared general entity "nbsp" at [row,col {unknown-source}]: [17,26]

Thoughts?  (I know ... use CSS ...)

Thanks,

mrg

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

Reply via email to