RE: Populate action

2006-02-07 Thread George.Dinwiddie
als); // fill the list from the dao return results; } > -Original Message- > From: Joel Alejandro Espinosa Carra > [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 07, 2006 5:22 PM > To: user@struts.apache.org > Subject: Populate action > &

Populate action

2006-02-07 Thread Joel Alejandro Espinosa Carra
Hi all, I think this is more a design question than a struts question, but I want to know who is the struts-way to do this. I have a requeriment of listing some items (in my case, scientific papers) in a html table view. Another requirement is that users can see diferent listing of data depend

not able to populate action messages; corrosponding entries made in web.xml and struts-config.xml

2005-10-14 Thread varun ahluwalia
Following is the piece of code i am using to populate action message. ActionMessages msgs = new ActionMessages(); msgs.add(ActionMessages.GLOBAL_MESSAGE, new ActionMessage(" error.notValidConfName")); saveMessages(request, msgs); I am not able to get the message f