display message on success

2004-03-08 Thread roy-strutsuser
Hey guys, Let's say I have an html form that maps to an ActionForm. After the user submits the form, I would like to forward back to the html form and display some kind of success message. What's the best way to do this? Roy. --

Re: display message on success

2004-03-08 Thread roy-strutsuser
Hm... I've been trying to avoid using the logic tags (as per struts documentation). Could I do something like this: Melissa said: I do it this way as well, but I use ActionMessages to store the specific message, and have the tags to display it in a base jsp that is used by all my forms via tile

Re: display message on success

2004-03-09 Thread roy-strutsuser
Thanks all for the suggestions. Will try. Roy. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Pls help me in configuring common logger

2004-03-26 Thread roy-strutsuser
On 26 Mar 2004 13:59:25 -, struts-user-digest-help wrote > Re: Pls help me in configuring common logger > 109791 by: sougata sougata, if you're using Log4j you need to add a file called commons-logging.properties file under your WEB-INF/classes directory. In that file you need one line:

tiles configuration

2003-10-30 Thread roy-strutsuser
Hi y'all, I just started using struts and I have some questions on tiles. In my definitions file, I have a definition called tiles.index for my main page. In index.jsp, I do an insert: Is there anyway for me to avoid creating the index.jsp? I know you can forward to a tiles definition in th