Re: how to have an empty result type

2009-05-24 Thread Musachy Barroso
yeah, retuning null also works. musachy On Sun, May 24, 2009 at 2:40 PM, Dave Newton wrote: > Bhaarat Sharma wrote: >> >> Hello, >> >> I am trying to implement http://www.appelsiini.net/projects/jeditable in >> my >> struts2 code. >> >> Problem I am having is that when the user clicks Ok I am go

Re: how to have an empty result type

2009-05-24 Thread Dave Newton
Bhaarat Sharma wrote: Hello, I am trying to implement http://www.appelsiini.net/projects/jeditable in my struts2 code. Problem I am having is that when the user clicks Ok I am going back to my action, however, I just want my aciton to execute the code necessary to save changes back to the datab

RE: how to have an empty result type

2009-05-24 Thread Qunhuan Mei
Hi Bhaarat, My experience for this requirement is to "return false" for the form submit handling: ... Hope this helps. Qunhuan -Original Message- From: Bhaarat Sharma [mailto:bhaara...@gmail.com] Sent: 24 May 2009 18:38 To: Struts Users Mailing List Subject: how

how to have an empty result type

2009-05-24 Thread Bhaarat Sharma
Hello, I am trying to implement http://www.appelsiini.net/projects/jeditable in my struts2 code. Problem I am having is that when the user clicks Ok I am going back to my action, however, I just want my aciton to execute the code necessary to save changes back to the database. I do not want any