RE: javax.servlet.ServletException: BeanUtils.populate

2003-09-28 Thread krishnamohan
Hi Gaurav, It's me. Are you working on Struts? Thanks, Krishna -Original Message- From: Gaurav Gupta [mailto:[EMAIL PROTECTED] Sent: Saturday, September 27, 2003 4:18 PM To: 'Struts Users Mailing List' Subject: RE: javax.servlet.ServletException: BeanUtils.populate Is it Krishna

javax.servlet.ServletException: BeanUtils.populate

2003-09-27 Thread krishnamohan
I submit the page, I am getting the error- javax.servlet.ServletException: BeanUtils.populate Root cause: java.lang.IllegalArgumentException: No bean specified. Pl. help me understand what went wrong. The following is the jsp page %@ page language=java session=true% !-- Imports-- %@ taglib uri

RE: javax.servlet.ServletException: BeanUtils.populate

2003-09-27 Thread Gaurav Gupta
Is it Krishna Mohan , previously with MTC India ?? sorry for botheration -Original Message- From: krishnamohan [mailto:[EMAIL PROTECTED] Sent: Saturday, September 27, 2003 3:56 PM To: [EMAIL PROTECTED] Subject: javax.servlet.ServletException: BeanUtils.populate Hi, I am writing

javax.servlet.ServletException: BeanUtils.populate

2003-08-01 Thread Yan, Charlene
. But when I click on look up button on the page. It throws the exception --javax.servlet.ServletException: BeanUtils.populate. My action and struts-config are attached below. THANKS FOR ANY INSIGHT ON THIS... Charlene action path=/ssoXref parameter=operation type

javax.servlet.ServletException: BeanUtils.populate

2003-06-19 Thread Julie CARDON
property=quantiteRecue indexed=true size=3 maxlength=3 //font /TD ... /TR /logic:iterate This is ok. But if i remove the size attribute of form-property I have a javax.servlet.ServletException: BeanUtils.populate caused by an java.lang.ArrayIndexOutOfBoundsException could

URGENT: javax.servlet.ServletException: BeanUtils.populate

2003-05-30 Thread Mick Knutson
:55,504 INFO [SecurityContextFilter] processing request /alert.do 11:00:55,544 ERROR [SecurityContextFilter] Exception javax.servlet.ServletException: BeanUtils.populate at org.apache.struts.util.RequestUtils.populate(RequestUtils.java:1098

Re: URGENT: javax.servlet.ServletException: BeanUtils.populate

2003-05-30 Thread James Mitchell
: javax.servlet.ServletException: BeanUtils.populate I have an error that I have been working on for 3 solid days. i have searched the archives, but can't find my issue resolved anywhere. I have an array of objects (ContactDto[]) that I need to display. I actually have the full list I send in (userContacts

Re: URGENT: javax.servlet.ServletException: BeanUtils.populate

2003-05-30 Thread David Graham
='org.apache.struts.taglib.html.LocalStrings', returnNull=true 11:00:55,504 INFO [SecurityContextFilter] processing request /alert.do 11:00:55,544 ERROR [SecurityContextFilter] Exception javax.servlet.ServletException: BeanUtils.populate at org.apache.struts.util.RequestUtils.populate(RequestUtils.java:1098

Re: javax.servlet.ServletException: BeanUtils.populate

2003-05-30 Thread Mick Knutson
from the form, like the multi-select, but that did not seem to help. From: David Graham [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: URGENT: javax.servlet.ServletException: BeanUtils.populate Date: Thu, 29 May 2003 12:34:23 -0600 FYI

Re: URGENT: javax.servlet.ServletException: BeanUtils.populate

2003-05-30 Thread Mick Knutson
Add Record From: James Mitchell [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: URGENT: javax.servlet.ServletException: BeanUtils.populate Date: Thu, 29 May 2003 14:31:27 -0400 What is the value of button.add

Re: URGENT: javax.servlet.ServletException: BeanUtils.populate

2003-05-30 Thread James Mitchell
: Thursday, May 29, 2003 2:26 PM Subject: URGENT: javax.servlet.ServletException: BeanUtils.populate I have an error that I have been working on for 3 solid days. i have searched the archives, but can't find my issue resolved anywhere. I have an array of objects (ContactDto[]) that I need

Re: URGENT: javax.servlet.ServletException: BeanUtils.populate

2003-05-30 Thread Denis Avdic
I see that you are returning a value of userId in user contacts property in your JSP. Now, I am not familiar with DynaForms, but you have the field defined as ContactDto type. Could this be the problem? Since you are returning a string and it is expecting a ContactDto type? Can anyone

Re: javax.servlet.ServletException: BeanUtils.populate

2003-05-30 Thread David Graham
, I have started to remove items from the form, like the multi-select, but that did not seem to help. From: David Graham [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: URGENT: javax.servlet.ServletException: BeanUtils.populate Date: Thu

Re: javax.servlet.ServletException: BeanUtils.populate

2003-05-30 Thread Mick Knutson
: javax.servlet.ServletException: BeanUtils.populate Date: Thu, 29 May 2003 14:43:08 -0400 One other thing I noticed, you've got a potential circular reference in /alert by specifying the input as /alert.do. -- James Mitchell Software Developer/Struts Evangelist http://www.open-tools.org - Original Message

Re: URGENT: javax.servlet.ServletException: BeanUtils.populate

2003-05-30 Thread Mick Knutson
: javax.servlet.ServletException: BeanUtils.populate Date: Thu, 29 May 2003 14:52:57 -0400 I see that you are returning a value of userId in user contacts property in your JSP. Now, I am not familiar with DynaForms, but you have the field defined as ContactDto type. Could this be the problem

Re: javax.servlet.ServletException: BeanUtils.populate

2003-05-30 Thread Mick Knutson
, and I also tried using alertContacts as well as the name. From: David Graham [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: javax.servlet.ServletException: BeanUtils.populate Date: Thu, 29 May 2003 12:57:32 -0600 I couldn't find any HTML

RE: URGENT: javax.servlet.ServletException: BeanUtils.populate

2003-05-30 Thread Steve Raeburn
I think it's your dates that might be the problem. BeanUtils does not have a supplied converter for java.util.Date. Try using java.sql.Date You may need a helper method on your form that returns a correctly formatted SQL date (-mm-dd). Steve

RE: javax.servlet.ServletException: BeanUtils.populate

2003-05-30 Thread Mick Knutson
, but does on 15 others? --- Thanks... Mick Knutson --- From: Steve Raeburn [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: RE: URGENT: javax.servlet.ServletException: BeanUtils.populate Date: Thu, 29 May 2003 12:20:56 -0700 I think it's

RE: URGENT: javax.servlet.ServletException: BeanUtils.populate

2003-05-30 Thread Steve Raeburn
: javax.servlet.ServletException: BeanUtils.populate Do you mean change m dynaForm to java.sql.Date types, then use a DateUtil in my Action Class to convert them? (to what then?) From: Steve Raeburn [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: RE

URGENT: javax.servlet.ServletException: BeanUtils.populate

2003-05-29 Thread Mick Knutson
:55,504 INFO [SecurityContextFilter] processing request /alert.do 11:00:55,544 ERROR [SecurityContextFilter] Exception javax.servlet.ServletException: BeanUtils.populate at org.apache.struts.util.RequestUtils.populate(RequestUtils.java:1098

RE: again ArrayList and javax.servlet.ServletException: BeanUtils.populate exception

2002-09-27 Thread thorsten_soebirk
; } public void setFolders(ArrayList folders) { this.folders = folders; } } the values from the bean are shown, but when I click Submit, I get this exception: javax.servlet.ServletException: BeanUtils.populate

Re: again ArrayList and javax.servlet.ServletException: BeanUtils.populate exception

2002-09-27 Thread Martin Grebac
: javax.servlet.ServletException: BeanUtils.populate at org.apache.struts.util.RequestUtils.populate(RequestUtils.java:774) at org.apache.struts.action.ActionServlet.processPopulate(ActionS ervlet.java:2061) at org.apache.struts.action.ActionServlet.process(ActionServlet.j ava:1563

Re: again ArrayList and javax.servlet.ServletException: BeanUtils.populate exception

2002-09-27 Thread Eddie Bush
It will be examined and addressed in due time. If you have time to get hacking on it (wrt the source that is) and happen to be able to fix it, you should attach a diff -u of your changes to the bug so that it can be easily patched by a committer. Martin Grebac wrote: Hi, so here is the

javax.servlet.ServletException: BeanUtils.populate

2001-11-02 Thread Sudha
: BeanUtils.populate 2001-11-02 18:34:42,865 533678 [Thread-4] ERROR (gui.framework.ExceptionHandler) - Stacktrace: javax.servlet.ServletException: BeanUtils.populate at org.apache.struts.util.RequestUtils.populate(RequestUtils.java:486

javax.servlet.ServletException: BeanUtils.populate

2001-09-11 Thread Govindaraj, Suresh
this request 2001-09-11 11:11:09 - Ctx( /topaz ): Exception in: R( /topaz + /claimReview/patientVisitInfo.do + null) - javax.servlet.ServletException: BeanUtils.populate at org.apache.struts.util.RequestUtils.populate(RequestUtils.java:774) at org.apache.struts.action.ActionServlet.processPopulate