Hi,
If you want to see the banner in the Dukes web app
you have got to code the banner.jsp as follows,
| <center>
| <img src="/bank/template/banner.gif" alt="Duke's Bank">
| </center>
|
and change the web.xml as follows,
| <jsp-config>
| <jsp-property-group>
| <display-name>bank</display-name>
| <url-pattern>/bank/*</url-pattern>
| <el-enabled>true</el-enabled>
| <scripting-enabled>true</scripting-enabled>
| <include-prelude>/template/prelude.jspf</include-prelude>
| </jsp-property-group>
| </jsp-config>
|
Regards,
Jose Alvarez de Lara
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210102#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...