how to add edit/add/delete functionality

2006-11-14 Thread santas
Hi all i am new to struts can anybody give me any idea for addind add/edit/delete functionality in a struts application it will be great if i can get the flow thank you -- View this message in context: http://www.nabble.com/how-to-add-edit-add-delete-functionality-tf2629040.html#a7336292 S

Re: Problem while using

2006-11-13 Thread santas
new ArrayList(); > //populate list something like uservoList.add(new Uservo()); > request.setAttribute("listvo",uservoList); > > Thats it. Im all set to use an ArrayList i set in request scope. > > > > > > Regards, >> >> -- >> Eider >> >> >&g

RE: Problem while using

2006-11-13 Thread santas
n that list but the problem is not solved Sunita Ramchandra Shukla wrote: > > > 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

RE: Problem while using

2006-11-13 Thread santas
> Hi, > Try this . > > Here name attribute should be what you have set the key in request and > specify 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]

Problem while using

2006-11-13 Thread santas
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 object of a class "uservo" in which there are some pro