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
>
&
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
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
3 matches
Mail list logo