sjg:grid ----- Reload grid after form submit

2015-09-04 Thread fea jabi
Need to reload the sjg:grid on a click of submit button. How to do this? I tried the below JSP Has this   .. $(document).ready(function() { $.subscribe('onSearchSucessTopics', function(event) { ?Not sure how to trigger reload

RE: sjg:grid in modal window not getting displayed atall

2015-09-04 Thread fea jabi
I got this working. Thanks. > From: zy...@hotmail.com > To: user@struts.apache.org > Subject: RE: sjg:grid in modal window not getting displayed atall > Date: Fri, 4 Sep 2015 10:25:32 -0400 > > Adding one more action configuration to this of struts.xml > > > From: zy...@hotmail.com > > To: use

Re: Is the vulnerability documented in CVE-2015-5169 also applicable to Struts 1?

2015-09-04 Thread Dave Newton
It was actually a rebranding of an existing framework, but yep; separate codebase. On Fri, Sep 4, 2015 at 12:51 PM, David Gawron wrote: > Dave, > > Thanks for the quick reply. It looked like Struts 2 was a rewrite so I > assumed it was very unlikely that the same vulnerability existed in Struts

Re: Is the vulnerability documented in CVE-2015-5169 also applicable to Struts 1?

2015-09-04 Thread David Gawron
Dave, Thanks for the quick reply. It looked like Struts 2 was a rewrite so I assumed it was very unlikely that the same vulnerability existed in Struts 1, but I needed to ask. -Dave- From: Dave Newton To: Struts Users Mailing List Date: 09/03/2015 05:01 PM Subject:Re: Is

RE: sjg:grid in modal window not getting displayed atall

2015-09-04 Thread fea jabi
Adding one more action configuration to this of struts.xml > From: zy...@hotmail.com > To: user@struts.apache.org > Subject: sjg:grid in modal window not getting displayed atall > Date: Fri, 4 Sep 2015 09:53:36 -0400 > > I am trying to use sjg:grid in a modal window which is opened from a tabbed

sjg:grid in modal window not getting displayed atall

2015-09-04 Thread fea jabi
I am trying to use sjg:grid in a modal window which is opened from a tabbed panel. Have the below code. Everything seams right to me. The modal window opens and displays other stuff but the grid is not getting displayed atall. The getJSON() in the action class is never getting called. I di