JSF2.0 + Jonas 5.1.2
Patrick Reignier <[email protected]>
| Newsgroups | gmane.comp.java.objectweb.jonas |
|---|---|
| Message-ID | <[email protected]> |
Hello I could not succeed using Jonas 5.1.2 with JSF 2.0 (mojarra) I have made a minimal example. This example starts directly using mvn tomcat: run When deployed on Jonas, the first concern is that the tomcat on jonas considers that the default page language description is jsp (JSF 1.2 behavior and not JSF2.0). By adding the lines <context-param> <param-name> javax.faces.DEFAULT_SUFFIX </ param-name> <param-value>. xhtml </ param-value> </ Context-param> in the web.xml, this fixes the problem but then nothing happens: index.jsf page is loaded but is left intact by the JSF servlet (a "view source" in the browser shows all the JSF tags still in the page). The example is here http://www-prima.inrialpes.fr/reignier/test.tar.gz Thank you
Patrick_Reignier.vcf
(text/x-vcard, 268 B)
begin:vcard fn:Patrick Reignier n:Reignier;Patrick org:LIG ;PRIMA adr:;;655 Avenue de l'Europe;Montbonnot;;;France email;internet:[email protected] title:Associate Professor tel;work:+33 476 615 411 url:http://www-prima.inrialpes.fr version:2.1 end:vcard