Re: Struts2 Tiles: specify the part of template that is to be rendered

2010-01-17 Thread Antonio Petrelli
2010/1/17 Stephan R. Mueller : > Hi list. > > I'm playing with tiles and currently, I'm only able > insert the full code of a template. Is there a way > to define what part of a template is about to be > inserted? like: > >  template >   >  random stuff >   >    only this section will be inserted

Re: Struts2 Tiles: specify the part of template that is to be rendered [SOLVED]

2010-01-17 Thread Stephan R. Mueller
Am 17.01.2010 um 09:08 schrieb Antonio Petrelli: > 2010/1/17 Stephan R. Mueller : >> Hi list. >> >> I'm playing with tiles and currently, I'm only able >> insert the full code of a template. Is there a way >> to define what part of a template is about to be >> inserted? like: >> >> template >>

Re : jquery plugins

2010-01-17 Thread François Rouxel
I am using the second one because there are many updates (very good). the first one does not seem to change. I have heard that the 2 are going to merge...don't know if it's a urban legend fr/ ps: in any case, it's better than dojo plugin :-) ___

Re: where to set 'struts.multipart.parser' property in struts2?

2010-01-17 Thread Stephen Ince
Lukasz, Sorry for getting back to this late. I was out of town. Yes it exists. I am basically using a JakartaMultiPartRequest class that someone modified and added an UploadProgressListener listener hooks. I instantiated the class to verify. Steve On Thu, Jan 14, 2010 at 2:01 AM, Lukasz Lenar

adding UploadProgressListener to a struts2 upload

2010-01-17 Thread Stephen Ince
Hi, I would like to add a UploadProgressListener to a struts file upload. I tried setting the struts.multipart.parser property but I can't seem to override the setting. I also tried downloading the "Advance File upload plugin" but no download link. So I basically have 3 questions. 1) Is it poss

Re: adding UploadProgressListener to a struts2 upload

2010-01-17 Thread Jorge Sousa
Hi, Have you tried the Execute and Wait interceptor? http://struts.apache.org/2.0.14/docs/execute-and-wait-interceptor.html I propose you this solution, assuming that you want to accomplish the "progress meter effect". Cheers, Jorge On 17-01-2010 18:57, Stephen Ince wrote: Hi, I would

Re: adding UploadProgressListener to a struts2 upload

2010-01-17 Thread Stephen Ince
Jorge, Thx for the suggestion. I will definitely use this for other pages. I am basically doing file uploads and want to use the dojo status bar, so that I can maintain the same look and feel in my application. Steve On Sun, Jan 17, 2010 at 2:37 PM, Jorge Sousa wrote: > Hi, > > Have you tried

Migration from Struts1 to Struts2.1.6 - Plugin in Application Starup

2010-01-17 Thread Raghuveer
I need to migrate an application from struts1 to struts2.1.6. I had a plug-in configurations existing in Strut1 application related to SAP connection pool creation(CCreateSAPConnectionPlugin.java as shown below implementing org.apache.struts.action.PlugIn).This will create a SAP connection pool wi