The header is always the same.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
| <html
xmlns="http://www.w3.org/1999/xhtml"
|
xmlns:ui="http://java.sun.com/jsf/facelets"
|
xmlns:h="http://java.sun.com/jsf/html"
|
xmlns:c="http://java.sun.com/jstl/core"
|
xmlns:f="http://java.sun.com/jsf/core"
|
xmlns:a4j="https://ajax4jsf.dev.java.net/ajax"
|
xmlns:s="http://jboss.com/products/seam/taglib">
| <head>
| <meta http-equiv="Content-Type" content="text/html;
charset=UTF-8"
|
| />
| ...
I work with a seam-gen app.
As I mentioned, the app works on two other computers with no problems.
Only with my new notebook there are troubles.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068467#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...