Re: form submit on one tab should move to next tab

2015-09-07 Thread Johannes Geppert
You can solve this task with topics.
There is an example in the Struts2 jQuery Showcase.
http://struts.jgeppert.com/struts2-jquery-showcase/index.action

Widgets / Tabs /Remote Tabs with topics.

Best Regards

Johannes Geppert

#
web: http://www.jgeppert.com
twitter: http://twitter.com/jogep

2015-09-01 14:38 GMT+02:00 fea jabi :

> Still need help with this please.
>
> > From: zy...@hotmail.com
> > To: user@struts.apache.org
> > Subject:  form submit on one tab should move to next tab
> > Date: Sat, 29 Aug 2015 12:54:38 -0400
> >
> > Have a tabbed panel and in one of the tab have a form.
> > On submit of this form should move to next tab.
> > How to implement this. It is just forwarding to a jsp without a tabbed
> panels.
> >
> >  >
>
>


Re: Sjg:grid refresh of parent window from modal window

2015-09-07 Thread Johannes Geppert
You mean reload the data of the grid?

Define a reload topic on your grid and publish this when your modal is
closing.

Best Regards

Johannes Geppert

#
web: http://www.jgeppert.com
twitter: http://twitter.com/jogep

2015-09-03 13:28 GMT+02:00 fea jabi :

> 1. I have a web page which is having a 
>
> 2. From this webpage I open a modal window which has a link to update the
> parent window grid information.
>
> 3. Once the modal window is done with it's work and closes. how to trigger
> the refresh the parent window grid ?
>
> Need help with this please.
>