That's default, not an issue. To turn off the behavior and make code clean, in your appmodule,
public static void contributeApplicationDefaults( MappedConfiguration<String, String> configuration) { configuration.add("tapestry.compress-whitespace", "false"); // turn off it } Thanks! DH ----- Original Message ----- From: "Christian P." <[EMAIL PROTECTED]> To: <users@tapestry.apache.org> Sent: Monday, November 24, 2008 5:46 PM Subject: T 5.0.16 : HTML code layout / format of generated files seemes to be wrong > > Hey, > > please excuse my bad English. I just started to try out Tapestry and have > one big problem I haven't found an answer for. The source code available in > the client's browsers seems to be really ugly. > All code from the tml-files (Layout.tml, Index.tml) is "squeezed" in one > single line. So the source code looks like: > > 1: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Stri...<head>... > </head><body>... (EVERYTHING ;) ) > 2: </div><script src="assets/5.0.16/scriptaculous/prototype.js" > type="text/javascript"></script><script ... (All Java Scripts) > 3: <!-- > 4: Tapestry.DEBUG_ENABLED = true; > 5: Tapestry.onDOMLoaded(function() { > 6: $('firstNumber').activate(); > 7: Tapestry.init(... > 8: }); > 9: // --> > 10: </script></body></html> > > > Is there something I missed to do / add or might it be an Eclipse problem? > > > Thanks in advance, > Christian > -- > View this message in context: > http://www.nabble.com/T-5.0.16-%3A-HTML-code-layout---format-of-generated-files-seemes-to-be-wrong-tp20657660p20657660.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >