RE: Bean tag help

2003-08-14 Thread Vance Heredia
- From: Rohit Aeron [mailto:[EMAIL PROTECTED] Sent: Thursday, 7 August 2003 6:36 PM To: Struts Users Mailing List Subject: RE: Bean tag help Just cross check that you are importing 1. taglib 2. bean 3. correctly specified bean name type in struts-config. Regards Rohit

Re: Bean tag help

2003-08-14 Thread Kwok Peng Tuck
/ -Original Message- From: Steve Armstrong [mailto:[EMAIL PROTECTED] Sent: Friday, 8 August 2003 1:01 PM To: Struts Users Mailing List Subject: RE: Bean tag help Howdy, There are a number of things that are incorrect in your example: 1. Concerning your definition

RE: Bean tag help

2003-08-14 Thread Rohit Aeron
Do you have your struts*.tld files in place Regards Rohit -Original Message- From: Vance Heredia [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 5:42 AM To: '[EMAIL PROTECTED]' Subject: Bean tag help Hey People Ay ideas on how to fix my bean proble? Every time I try to

RE: Bean tag help

2003-08-14 Thread Steve Armstrong
and has nothing to do with the task you're trying to accomplish (I believe). Cheers, -Steve -Original Message- From: Vance Heredia [mailto:[EMAIL PROTECTED] Sent: Thursday, August 07, 2003 8:33 PM To: 'Struts Users Mailing List' Subject: RE: Bean tag help Hm Why do I need a bean name

Re: Bean tag help

2003-08-14 Thread Adam Hardy
Hi Vance, that's not really enough info to pinpoint your error. You need to show us the JSP snippet at least I think. Adam Vance Heredia wrote: Hey People Ay ideas on how to fix my bean proble? Every time I try to uyse the bean:* tag in struts I get a java.lang.ClassCastException at

RE: Bean tag help

2003-08-14 Thread Vance Heredia
] Sent: Friday, 8 August 2003 1:01 PM To: Struts Users Mailing List Subject: RE: Bean tag help Howdy, There are a number of things that are incorrect in your example: 1. Concerning your definition: bean:define id=processName name=filesForm property=processName value = filesForm type

RE: Bean tag help

2003-08-14 Thread Rohit Aeron
Just cross check that you are importing 1. taglib 2. bean 3. correctly specified bean name type in struts-config. Regards Rohit Hey People Ay ideas on how to fix my bean proble? Every time I try to uyse the bean:* tag in struts I get a java.lang.ClassCastException at

RE: Bean tag help

2003-08-09 Thread Steve Armstrong
? -Steve -Original Message- From: Vance Heredia [mailto:[EMAIL PROTECTED] Sent: Friday, August 08, 2003 12:01 AM To: 'Struts Users Mailing List' Subject: RE: Bean tag help Huh Sorry but you've lost me completely ... Maybe I should have explained that I've never programmed struts