Re: ajax validation with css_xhtml theme

2011-10-22 Thread serge nana
sqtdqtqzstzatsarvqsqqNqYc@aRTqtxa1qq!qqAqqq1 On Oct 18, 2011 3:44 AM, "Johannes Geppert" wrote: > Is there any Error Message in the JavaScript Console? > > Johannes > > - > web: http://www.jgeppert.com > twitter: http://twitter.com/jogep > -- > View this message in context: > http://struts.10

Re: Accessing User input in execute ( ) method

2010-09-29 Thread serge nana
his?? > > Many thanks again > > > > > On Wed, Sep 29, 2010 at 5:23 AM, serge nana wrote: > > > Hareendra, > > > > You don't need to have an ActionForm in order to invoke an Action class. > An > > ActionForm is a data transfer object (DTO) t

Re: Accessing User input in execute ( ) method

2010-09-29 Thread serge nana
The MODEL (Persistence, DB) part does not really exist in Struts. On Tue, Sep 28, 2010 at 5:53 PM, serge nana wrote: > Hareendra, > > You don't need to have an ActionForm in order to invoke an Action class. An > ActionForm is a data transfer object (DTO) that allows you to tra

Re: Accessing User input in execute ( ) method

2010-09-28 Thread serge nana
Hareendra, You don't need to have an ActionForm in order to invoke an Action class. An ActionForm is a data transfer object (DTO) that allows you to transfer data from the view to the controller( in this case your action). So, if you want to use struts and you have a form to send to the server, i