I get the following exception when using the textfield tag:

org.apache.jasper.JasperException: Fatal exception caught in 
com.opensymphony.webwork.views.jsp.ui.TextFieldTag tag class, doEndTag
        at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:254)
        at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
        at 
com.opensymphony.webwork.lifecycle.RequestLifecycleFilter.doFilter(RequestLifecycleFilter.java:62)
...

My JSP looks like this:

<%@ page language="java" %>
<%@ taglib uri="/WEB-INF/webwork.tld" prefix="ww" %>
<html>
<head>
<title>Role</title>
</head>
<body bgcolor="#FFFFFF">
<table>
        <form action="addRole.action">
                <ww:textfield label="'Role ID'" name="'id'" />
        <tr><td colspan="2">
                <input type="submit" value="Add role">
        </tr></td>  
        </form>
</table>
</body>
</html>

can anyone figure this out?

TIA,
Jeff





-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to