Re: Problem while using

2006-11-13 Thread santas
again i got same error >> > is there any other solution to this >> > >> > >> > >> > >> > >> > Sunita Ramchandra Shukla wrote: >> > > >> > > >> > > Hi, >> > > Try this . >

RE: Problem while using

2006-11-13 Thread santas
action class. > -Original Message- > From: santas [mailto:[EMAIL PROTECTED] > > Sent: Monday, November 13, 2006 5:33 PM > To: user@struts.apache.org > Subject: RE: Problem while using > > > HI > > i

Re: Problem while using

2006-11-13 Thread Martin Gainty
, 2006 7:30 AM Subject: RE: Problem while using Debug your code. Make sure that your "listvo" should exist. Use scriplet and use println to verify the object status using in logic iterate. The problem lies with code written in action class. -Original Message- From: santas [mailto:[EMA

RE: Problem while using

2006-11-13 Thread Sunita Ramchandra Shukla
use to fetch it. 6. AtLast debug if any problem using scriplet. Try it. -Original Message- From: Eider Iturbe [mailto:[EMAIL PROTECTED] Sent: Monday, November 13, 2006 6:21 PM To: Struts Users Mailing List Subject: Re: Problem while using Hi again, Instead of using ArrayList uservoList

Re: Problem while using

2006-11-13 Thread Eider Iturbe
> > > > > > > > Sunita Ramchandra Shukla wrote: > > > > > > > > > Hi, > > > Try this . > > > > > > Here name attribute should be what you have set the key in request and > > > specify the location of your class i

Re: Problem while using

2006-11-13 Thread Puneet Lakhina
of your class in type w.r.t web application. > > Rest is fine. > > It should work. > > > > > > -Original Message- > > From: santas [mailto: [EMAIL PROTECTED] > > > > Sent: Monday, November 13, 2006 4:07 PM > > To: user@struts.apache.org > &g

RE: Problem while using

2006-11-13 Thread Sunita Ramchandra Shukla
2006 5:33 PM To: user@struts.apache.org Subject: RE: Problem while using HI i tried what u said but stil the same error is shown to me i have set the list with key "users" then i first check and again i got same error is there any ot

Re: Problem while using

2006-11-13 Thread Eider Iturbe
pecify the location of your class in type w.r.t web application. > Rest is fine. > It should work. > > > -Original Message- > From: santas [mailto: [EMAIL PROTECTED] > > Sent: Monday, November 13, 2006 4:07 PM > To: user@struts.apache.org > Subject: Problem while u

Re: Problem while using

2006-11-13 Thread Nuwan Chandrasoma
try to use the scope attribute of the iterator tag and see, eg: scope="request"> scope="session"> Thanks, Nuwan. - Original Message - From: "santas" <[EMAIL PROTECTED]> To: Sent: Monday, November 13, 2006 12:03 PM Subject: RE: Proble

RE: Problem while using

2006-11-13 Thread santas
> > Sent: Monday, November 13, 2006 4:07 PM > To: user@struts.apache.org > Subject: Problem while using > > > hi, > > I am having one problem while trying to use tag inmy jsp > > i am using it as follows:- > > > > &

RE: Problem while using

2006-11-13 Thread Sunita Ramchandra Shukla
: user@struts.apache.org Subject: Problem while using hi, I am having one problem while trying to use tag inmy jsp i am using it as follows:- what i am doing is setting one ArrayList in request scope and in that arraylist i am adding one

Problem while using

2006-11-13 Thread santas
e are some properties like:-firstname,lastname etc of user what i am getting error is that:-- org.apache.jasper.JasperException: Cannot find bean: "listvo" in any scope Please give me any possible solutions thank you. -- View this message in context: http://www.nabble.com/Problem-