Re: Cannot find bean "XXX" in any scope - error

2003-08-14 Thread arindam . samanta
thanks..it is working... BTW..what's his name? Thanks, Arindam "Nagendra

Cannot find bean "XXX" in any scope - error

2003-08-14 Thread arindam . samanta
Guys, Any help is appreciated in this regard - In struts-config.xml, I have an action mapping as below - and definition for form bean is as below - ShowAllOpenFailuresAction class, sets a property in the form bean, ((TayloringForm)form).setOpenFailures(open

Re: Cannot find bean "XXX" in any scope - error

2003-08-06 Thread arindam . samanta
Thanks Nagi..the error for Form bean is gone...but now the error is displayed for the descriptor class..".Cannot find bean OpenFailureDescriptor in scope request" Property openFailures in tayloringForm is a List which holds OpenFailureDescriptor objects. i have tried changing the logic:iterate

How to check a default in Radio button

2003-08-05 Thread arindam . samanta
Hi, I have a radio button group in my form as - By default I want to select the first radio button. Since my values are dynamic (got from database and set into the value object) , I cannot give any default value in the form bean, so that by default it gets selected. There is no checked attr