Hi,
I found a message that says I might be missing a getter/setter field. Here
is an excerpt from the page
<html-el:form name="deployCustomForm"
type="com.zilliant.management.ui.struts.deploy.CustomDeployForm"
action="/deploy/confirmDeployCustom.do" />">
<table>
<c:forEach
items="${testCaseDataBean[0].chosenRecDetails.decisionVars}"
var="decisionVar">
<tr height="30">
<td class="greyText"><c:out
value="${decisionVar.key.name}"/>: </td>
<td>
<html-el:text property="value(decisionVar.key.name)"
size="10"/>
where CustomDeployForm is a mapped backed form based on the form in the FAQ
that has this example as the access code:
<html:text property="value(name)"/>
is the way that I am using the form wrong <html-el:text
property="value(decisionVar.key.name)" size="10"/>? I would really
appreciate it if someone could provide me with some insight. Thanks.
Chuck
-----Original Message-----
From: Canning, Chuck [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 24, 2003 6:38 PM
To: 'Struts Users Mailing List'
Subject: Problem with struts-el
Hey,
I am using the html-el tags, but I am getting this error. Does anyone know
what might be causing this?
Thanks,
Chuck
javax.servlet.jsp.JspException: Cannot find bean
org.apache.struts.taglib.html.BEAN in any scope
at org.apache.struts.util.RequestUtils.lookup(RequestUtils.java:839)
at
org.apache.struts.taglib.html.BaseFieldTag.doStartTag(BaseFieldTag.java:176)
at
org.apache.strutsel.taglib.html.ELTextTag.doStartTag(ELTextTag.java:580)
at
org.apache.jsp.createDeployCustom$jsp._jspService(createDeployCustom$jsp.jav
a:163)
at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.ja
va:201)
at
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:381)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:473)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:360)
at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandl
er.java:294)
at
org.mortbay.jetty.servlet.Dispatcher.dispatch(Dispatcher.java:192)
at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:129)
at
org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:10
58)
at
org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProces
sor.java:451)
at
org.apache.struts.action.RequestProcessor.processActionForward(RequestProces
sor.java:401)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1420)
at
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:502)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:360)
at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandl
er.java:294)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:558)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1714)
at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext
.java:507)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1664)
at org.mortbay.http.HttpServer.service(HttpServer.java:863)
at org.jboss.jetty.Jetty.service(Jetty.java:460)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:775)
at
org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:939)
at org.mortbay.http.HttpConnection.handle(HttpConnection.java:792)
at
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:201)
at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:289)
at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:455)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]