Urgent : java.lang.IllegalArgumentException: No Bean specified, help me to resolve

2007-05-31 Thread Vijay KS
essor.java:254) org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482) org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) javax.servlet.http.HttpServlet.service(HttpServlet.java:810) root ca

Re: exception java.lang.IllegalArgumentException: No bean specified while using indexed properties

2006-08-25 Thread Puneet Lakhina
On 8/25/06, krishan rathi <[EMAIL PROTECTED]> wrote: Hi all I am getting following exception java.lang.IllegalArgumentException: No bean specified while using indexed properties in struts. MyForm Bean is public class ReportItemForm extends ActionForm { FormItem [] formIte

exception java.lang.IllegalArgumentException: No bean specified while using indexed properties

2006-08-25 Thread krishan rathi
Hi all I am getting following exception java.lang.IllegalArgumentException: No bean specified while using indexed properties in struts. MyForm Bean is public class ReportItemForm extends ActionForm { FormItem [] formItem=null; public void setItem(int index, FormItem formItem

Getiing java.lang.IllegalArgumentException: No bean specified while using indexed properties in struts

2006-08-23 Thread krishan rathi
Hi all i am getting following exception java.lang.IllegalArgumentException: No bean specified while using indexed properties in struts. MyForm Bean is public class ReportItemForm extends ActionForm { FormItem [] formItem=null; public void setItem(int index

Re: need help with "java.lang.IllegalArgumentException: No bean specified"

2005-10-02 Thread José Martínez Benavides
ption begins with: > > [2/10/05 14:09:20:953 CEST] 521a521a WebGroup E SRVE0026E: [Error > de servlet]-[BeanUtils.populate]: java.lang.IllegalArgumentException: > No bean specified > at java.lang.Throwable.(Throwab

need help with "java.lang.IllegalArgumentException: No bean specified"

2005-10-02 Thread José Martínez Benavides
f the tag. The trace of de exception begins with: [2/10/05 14:09:20:953 CEST] 521a521a WebGroup E SRVE0026E: [Error de servlet]-[BeanUtils.populate]: java.lang.IllegalArgumentException: No bean specified at java.lang.Throwable.(Throwable.java) at java.lang.Throwable.(Throwable

java.lang.IllegalArgumentException: No bean specified , when I submit using nested:tags

2005-06-22 Thread Kothari, Rahul
Each CpExternalCreditRating object has another object inside it which I access from the front end using nested:tags as follows... The display works fine but I get the exception when I try to submit the page. Here is my struts

Re: java.lang.IllegalArgumentException: No bean specified

2004-05-17 Thread Paraman
gt; Sent: Tuesday, May 18, 2004 1:07 PM Subject: R: java.lang.IllegalArgumentException: No bean specified Hi Paraman These are the two actions you're talkin' about: Now I see that the first one forwards a processAreasForm to the second, which in turn accepts evalu

R: java.lang.IllegalArgumentException: No bean specified

2004-05-17 Thread Andrea M
y any bean in the first action -Messaggio originale- Da: Paraman [mailto:[EMAIL PROTECTED] Inviato: martedì 18 maggio 2004 3.15 A: Struts Users Mailing List Oggetto: Re: java.lang.IllegalArgumentException: No bean specified Richard, Firstly I should apologize for disturbing you. I have

Re: java.lang.IllegalArgumentException: No bean specified

2004-05-17 Thread Paraman
rs." Is it necessary to set it every time I submit a form to an action, in addition to the 'name' attribute? Regards, Paraman - Original Message - From: "Richard Yee" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>

Re: java.lang.IllegalArgumentException: No bean specified

2004-05-17 Thread Richard Yee
on" > validate="false"> > path="/listProcessAreas.jsp"/> > > name="evaluationForm" > type="cmmieval.web.struts.actions.SaveEvaluationAction" > scope="request" validate="false"> >

Re: java.lang.IllegalArgumentException: No bean specified

2004-05-16 Thread Paraman
// Regards, Paraman - Original Message - From: "Richard Yee" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Sunday, May 16, 2004 10:57 PM Subject: Re: java.lang.IllegalArgumentException: No bean spec

Re: java.lang.IllegalArgumentException: No bean specified

2004-05-16 Thread Richard Yee
it on Tomcat, I got the following exception: java.lang.IllegalArgumentException: No bean specified org.apache.commons.beanutils.PropertyUtils.getPropertyDescriptor(PropertyUtils.java:837) org.apache.commons.beanutils.BeanUtils.setProperty(BeanUtils.java:934

java.lang.IllegalArgumentException: No bean specified

2004-05-16 Thread 束建荣
Hi, I am writing a web application based on Struts and encountered a problem. When I ran it on Tomcat, I got the following exception: java.lang.IllegalArgumentException: No bean specified org.apache.commons.beanutils.PropertyUtils.getPropertyDescriptor(PropertyUtils.java:837