You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by VTR Ravi Kumar <vt...@bhelhwr.co.in> on 2005/02/08 05:00:24 UTC

predlude coda

I am not able to use this .
I have the following in my web.xml

- <#> <jsp-config>
- <#> <jsp-property-group>
  <description>Special property group for JSP Configuration JSP 
example.</description>
  <display-name>JSPConfiguration</display-name>
  <url-pattern>/login.jsp</url-pattern>
  <el-ignored>true</el-ignored>
  <page-encoding>ISO-8859-1</page-encoding>
  <scripting-invalid>true</scripting-invalid>
  <include-prelude>prelude.jspf</include-prelude>
  <include-coda>coda.jspf</include-coda>
  </jsp-property-group>
  </jsp-config>

and have copied the prelude.jspf and coda.jspf

I get to see nothing in the login.jsp

Any help in this regard will be greatly welcomed...


VTR Ravi Kumar



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org