• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

problem with templetes

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i try to create � simple JSP test.jsp using templete :
<%@ taglib uri='/WEB-INF/tld/struts-template.tld' prefix='template' %>
<template:insert template='generale.jsp'>
<template ut name='titre' content='Templates' direct='true'/>
<template ut name='entete' content='ddddd' direct='true'/>
<template ut name='menu' content='ccccc' direct='true'/>
<template ut name='corps' content='bbbbb' direct='true'/>
<template ut name='piedDePage' content='aaaa' direct='true'/>
</template:insert>
but when i execute it, it returns a error :
javax.servlet.jsp.JspException
java.lang.String org.apache.struts.util.RequestUtils.message(javax.servlet.jsp.PageContext, java.lang.String, java.lang.String, java.lang.String, java.lang.Object[])
int org.apache.struts.taglib.bean.MessageTag.doStartTag()
void _generale._jspService(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
[/generale.jsp]
......
Any idea ??? !!!
Sanae
 
Destroy anything that stands in your way. Except this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic