Re: T5.1 Parsing Errors

2009-08-10 Thread Christian Köberl
Use See also: http://www.w3schools.com/Xhtml/xhtml_syntax.asp -- Chris -- View this message in context: http://n2.nabble.com/T5.1-Parsing-Errors-tp3417841p3418509.html Sent from the Tapestry Users mailing list archive at Nabble.com. --

Re: T5.1 Parsing Errors

2009-08-10 Thread Lance Java
should work 2009/8/10 Michael Gentry > Thanks Thiago. I was trying to do something quick and dirty, but I > guess I'll do it the right way. :-) > > mrg > > > On Mon, Aug 10, 2009 at 11:39 AM, Thiago H. de Paula > Figueiredo wrote: > > Em Mon, 10 Aug 2009 12:23:24 -0300, Michael Gentry < > mge

Re: T5.1 Parsing Errors

2009-08-10 Thread Michael Gentry
Thanks Thiago. I was trying to do something quick and dirty, but I guess I'll do it the right way. :-) mrg On Mon, Aug 10, 2009 at 11:39 AM, Thiago H. de Paula Figueiredo wrote: > Em Mon, 10 Aug 2009 12:23:24 -0300, Michael Gentry > escreveu: > >> In my .tml file I have a line: >> Individual

Re: T5.1 Parsing Errors

2009-08-10 Thread Thiago H. de Paula Figueiredo
Em Mon, 10 Aug 2009 12:23:24 -0300, Michael Gentry escreveu: In my .tml file I have a line: Individual ID 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?