Re: URLRewrite, maybe?

2010-09-20 Thread Paweł Wielgus
Hi All, i'm using action configuration like this: action name=/conference-photo/{conferenceId}/{photoId} class=com.ppp.elsevier.struts.action.ConferencePhotoAction result type=stream param name=contentType image/jpeg / param / result / action So in your

Re: URLRewrite, maybe?

2010-09-20 Thread Greg Akins
I was hoping to use the ConventionPlugin.. but having that in the struts.xml seems to work better, in this case, than having it in UrlRewrite. Thanks for the tip. 2010/9/20 Paweł Wielgus poulw...@gmail.com: Hi All, i'm using action configuration like this: action

struts2-jquery-grid-showcase240, is there any tutorial for that ?

2010-09-20 Thread A. Lotfi
I  downloaded struts2-jquery-grid-showcase2.4.0   I do not understand where index.action in struts.xml   :   index.jsp :   % response.sendRedirect(index.action); %     struts.xml  :   struts     constant name=struts.enable.DynamicMethodInvocation value=false /     constant name=struts.devMode

Re: struts2-jquery-grid-showcase240, is there any tutorial for that ?

2010-09-20 Thread Frans Thamura
i still learning how the JQuery API can become Java API in S2JQuery john :) wanna share here.. -- Frans Thamura Director Meruvian. The Most Complete Java Services Provider in Indonesia Mobile: +6287885901958 Blog Profile: http://frans.thamura.info We grow because we share the same

Re: struts2-jquery-grid-showcase240, is there any tutorial for that ?

2010-09-20 Thread Dave Newton
Read up on the Convention plugin. Dave On Mon, Sep 20, 2010 at 12:15 PM, A. Lotfi majidna...@yahoo.com wrote: I downloaded struts2-jquery-grid-showcase2.4.0 I do not understand where index.action in struts.xml : index.jsp : % response.sendRedirect(index.action); % struts.xml :

Re: struts2-jquery-grid-showcase240, is there any tutorial for that ?

2010-09-20 Thread Dave Newton
On Mon, Sep 20, 2010 at 12:16 PM, Frans Thamura wrote: i still learning how the JQuery API can become Java API in S2JQuery I'm not sure what you mean. Dave

Re: [struts] Thanks! Works also with redirect actions...

2010-09-20 Thread martinib
Hi, i'm using Struts 2.1.8. I have this struts configuration action name=registrationMain class=somepackage.registrationAction result name=redirect type=redirectAction ${customActionRedirect}?${urlParams}

Struts not picking up SSI when forwarding via an Action class

2010-09-20 Thread jeffo1b
I've gotten my application to process SSI's correctly when clicking on a link, but when the I submit a form and the action forward is a .jsp with include statements, I can't get it to work. I'm running Struts 1.3 and Tomcat 6.0 in Eclipse. I get a pop-up window asking me if I'd like to save the

Re: [struts] Thanks! Works also with redirect actions...

2010-09-20 Thread Dale Newfield
On 9/20/10 12:30 PM, martinib wrote: action name=registrationMain class=somepackage.registrationAction result name=redirect type=redirectAction ${customActionRedirect}?${urlParams} true

Tomcat 5.0.27 Issue

2010-09-20 Thread Roland T. Craddolph
I'm just wondering if anyone as any problems with building a Struts2 archetype using Maven2, creating a war file, and deploy it to a tomcat server running the version of 5.0.27 did it cause you any errors? I created a blank struts2 example project using the maven archetype command, and was

Bizarre sporadic problem with streaming a stylesheet.

2010-09-20 Thread Dave Belfer-Shevett
Help me obi-wan struts-geeks. This one is puzzling me. I need to 'stream' a stylesheet out to the browser. Due to the app, that stylesheet is sort of generated on the fly from the database, so I can't just point the browser at a static file. In the document, I have: head meta

Re: Tomcat 5.0.27 Issue

2010-09-20 Thread Lukasz Lenart
2010/9/21 Roland T. Craddolph rcraddo...@amagatto.com: I'm just wondering if anyone as any problems with building a Struts2 archetype using Maven2, creating a war file, and deploy it to a tomcat server running the version of 5.0.27 did it cause you any errors?  I created a blank struts2

Re: Bizarre sporadic problem with streaming a stylesheet.

2010-09-20 Thread Rahul Mohan
Dave, Did you take a look at this request through Firebug? It might show some useful info. Also, is the content type proper (text/css) in the request header? I can't see you setting it anywhere. - Rahul From: Dave Belfer-Shevett d...@homeport.org To: user@struts.apache.org Date: 21-09-2010

Re: Tomcat 5.0.27 Issue

2010-09-20 Thread Dave Newton
What kind of error? Dave On Sep 20, 2010 6:25 PM, Roland T. Craddolph rcraddo...@amagatto.com wrote: I'm just wondering if anyone as any problems with building a Struts2 archetype using Maven2, creating a war file, and deploy it to a tomcat server running the version of 5.0.27 did it cause