Hi,
I have deployed my application in Websphere 7.0.
Its throwing the following error message.

servlet E com.ibm.ws.webcontainer.servlet.ServletWrapper service SRVE0068E:
Uncaught exception created in one of the service methods of the servlet
/jsp/List.jsp in application Sundaram. Exception created :
com.ibm.websphere.servlet.error.ServletErrorReport:
javax.servlet.jsp.JspException: Cannot create rewrite URL:
java.net.MalformedURLException: You must specify exactly one of "forward",
"href", "page" or "action"
at
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:695)

This is my List.jsp
<cwf:resource defaultValue="Resource Error" op="GET"
category="ShunmugaMapping" name="specification" property="shunmugaType"
id="detailShunmugaMapping" type="string"/>
<td class="<xd:valueOf name="rowStyle"/>">
<html:link page="<%=detailShunmugaMapping%>" paramName="specification"
paramProperty="routerId" paramId="routerId">Details</html:link>
</td>

Kindly help me to resolve this.
Is there any specifications for the html for WSAS 7.0?
If so, can you provide, because the same jsp is working WSAS 6.0.

Thanks,
Shunmuga 
 



--
View this message in context: 
http://struts.1045723.n5.nabble.com/Websphere-7-0-throwing-Cannot-create-rewrite-URL-tp4405120p4405120.html
Sent from the Struts - Dev mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to