What kind of error?
Dave
On Sep 20, 2010 6:25 PM, "Roland T. Craddolph"
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 you any errors? I
cre
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
To:
user@struts.apache.org
Date:
21-09-2010 10:07
Subject:
Bi
2010/9/21 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
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:
type="text/cs
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
wonderi
On 9/20/10 12:30 PM, martinib wrote:
${customActionRedirect}?${urlParams}
true
I'm guessing there's some xml in there that some intermediate mail
process stripped out?
I set t
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
Hi, i'm using Struts 2.1.8.
I have this struts configuration
${customActionRedirect}?${urlParams}
true
I set the parameters to:
customActionRedirect="registrationConfirm"
urlParams
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
Read up on the Convention plugin.
Dave
On Mon, Sep 20, 2010 at 12:15 PM, A. Lotfi 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 :
>
>
>
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 belie
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 :
Thanks, your help i
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 :
> Hi All,
> i'm using action configuration like this:
>
> < action name="/conference-photo/{conferenceId}/{p
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 >
< / actio
14 matches
Mail list logo