¡@

Home 

java Programming Glossary: java.sun.com

How to avoid Java Code in JSP-Files?

http://stackoverflow.com/questions/3177733/how-to-avoid-java-code-in-jsp-files

E.g. displaying List Product in a table @ taglib uri http java.sun.com jsp jstl core prefix c ... table c forEach items products var.. is useful to prevent XSS attacks . @ taglib uri http java.sun.com jsp jstl functions prefix fn ... input type text name foo value..

Migrating from JSF 1.2 to JSF 2.0

http://stackoverflow.com/questions/4441713/migrating-from-jsf-1-2-to-jsf-2-0

config.xml to comply JSF 2.0 spec. faces config xmlns http java.sun.com xml ns javaee xmlns xsi http www.w3.org 2001 XMLSchema instance.. www.w3.org 2001 XMLSchema instance xsi schemaLocation http java.sun.com xml ns javaee http java.sun.com xml ns javaee web facesconfig_2_0.xsd.. xsi schemaLocation http java.sun.com xml ns javaee http java.sun.com xml ns javaee web facesconfig_2_0.xsd version 2.0 Ensure that..