is it possible to generate valid XHTML in tapestry 4.1.x ?
i specifically need the shell to generate the proper XHTML headers and can work around the actual body content – ie only use specific components that render valid tags/structure.
thx.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Using the @Shell component,
1.change the doctype:
2.disable dojo script inclusions as the links are not valid XHTML (they include & instead of & in the urls)