[jboss-user] [JBoss Seam] - Re: JSP insted XHTMLS (DVD store example)

baz do-not-reply at jboss.com
Thu Aug 24 07:59:33 EDT 2006


Hello,
anonymous wrote : 1) the nwFile.jsp I am trying to view is just a simple JSP file why does it try to parse it?
This is because you are using https://facelets.dev.java.net/. This stiuff is parsing your pages and complains about well formdness.
>From your exception:
  | ...must be well-formed.
  | 	com.sun.facelets.compiler.SAXCompiler.doCompile(SAXCompiler.java:234)
  | 
You have 2 Options: 
1. delete facelets from your project
2. Use well formed jspx files.That is an jsp format that is compatibel with xml.

This has nothing to do with seam. seam supports xhtml as jsp as jspx.

anonymous wrote : 2) why in some examples they used jsp(registreations,issues) and in some other(dvd) they used xhtml? what is better?

This is to show that seam supports it all. But the answer to the question: What is better? is up to you.:-)
Ciao,
Carsten



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967206#3967206

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3967206



More information about the jboss-user mailing list