I m trying for Edit functionality, I have passed id in to the action and got the value object from DB and I can print the value object in action class. but the values are not getting displayed in JSP.
I want to know my object is present in Value Stack. Can anyone help me, how to confirm this
2. I m passing value as querystring and I have the parameter name as variable(with set and get) in my action class. It is not populating the value. Dont know why? So i have used ServeletRequestAware Interface(with get and set), request object is null. So I used ServerActionContext.getRequest(), I m getting the request object.
you'll notice several "CRUD" applications that all deal with the same concept of updating mock Employee information (CRUD refers to the typical application's dealing with create, retrieve, update, and delete actions.) in below link follow learn technology topic