Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JspException Non-matching extension tags

Status
Not open for further replies.

akull

Programmer
Aug 16, 2004
1
DE
Hello,
i try to port a struts application from a tomcat to a wls 8.1 and i get a weblogic.servlet.jsp.JspException: (line 59): Non-matching extension tags //[ null; Line: 59] Exception.
The code of the page which throw this Exception looks like

<tiles:insert definition="MainLayout" flush="true" >

<tiles:put name="title" value="Login" />

<tiles:put name="body" type="string">

<logic:empty name="LoginForm" property="user" >

<html:form action="/LoginAction" style="display:inline" >

<html:hidden property="Action" value="Login" />

[ ... snip ... ]

</tiles:put>

</tiles:insert>

Has anybody a idea for a solution ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top