Re: Struts2 and Portlets + GWT

2007-11-01 Thread Miguel Ping
u would need to > file a CLA (http://www.apache.org/licenses/index.html#clas) if you > haven't. > > regards > musachy > > On 10/31/07, Miguel Ping <[EMAIL PROTECTED]> wrote: > > By the way, if anyone ever want to know how to use GWT and struts2 for > &

Re: Struts2 and Portlets + GWT

2007-10-31 Thread Miguel Ping
By the way, if anyone ever want to know how to use GWT and struts2 for portlet development, I'll be glad to write something up. On 10/31/07, Miguel Ping <[EMAIL PROTECTED]> wrote: > > - But doesn't that share the object in ALL sessions? I want to share a > specifi

Re: Struts2 and Portlets + GWT

2007-10-31 Thread Miguel Ping
t;[EMAIL PROTECTED]> wrote: > > If you need to share data between the servlet and the portlet, you > have to put it in the application scope, using the > PortletSession.APPLICATION_SCOPE constant in the setAttribute > operation. > > Nils-H > > On 10/31/07, Miguel Ping

Re: Struts2 and Portlets + GWT

2007-10-31 Thread Miguel Ping
rg/S2PLUGINS/gwt-plugin.html > > musachy > > On 10/31/07, Miguel Ping <[EMAIL PROTECTED]> wrote: > > Hi, thanks for the answer. Yes you are correct, GWT makes special > requests > > that update a part of a page. I am reading the Portlet spec and I didn

Re: Struts2 and Portlets + GWT

2007-10-31 Thread Miguel Ping
contents of the entire portal page from the > request). So I would recommend that you build your application so that > the AJAX part is working as a servlet. > > The Portlet 2.0 specification has better support for this kind of > stuff, so it will improve in the future :) > > Nils-H &g

Struts2 and Portlets + GWT

2007-10-31 Thread Miguel Ping
request. My question is: how can I force all requests to pass by the Jsr168 request dispatcher? I want to have access of portlet data in my actions, through GWT calls. Thanks In advance, Miguel Ping