Re: ProcessAction and RESULT attribute

2003-11-19 Thread Caoilte O'Connor
no no no. by RESULT i think it must mean the processResult object. what happens is :- ProcessAction will try a getName() on your ProcessResult object and to and set an attribute in the request (or session if you specify) with that name. if getName() returns null it will try and use the attribu

ProcessAction and RESULT attribute

2003-11-18 Thread Felipe Nascimento
Hi, I really needed to know how ProcessAction acts. Struts In Action says "The ProcessAction will than just save the ResultList collection in request scope, using the default RESULT attribute name, and forward control to success.". The problem is that i am not getting a RESULT attribute in my js