RE: Struts site broken

2013-02-15 Thread Scott Smith
Yup. All better. Thanks -Original Message- From: Lukasz Lenart [mailto:lukaszlen...@apache.org] Sent: Thursday, February 14, 2013 11:37 PM To: Struts Users Mailing List Subject: Re: Struts site broken Done -- Ɓukasz + 48 606 323 122 http://www.lenart.org.pl/

Struts site broken

2013-02-14 Thread Scott Smith
I go to struts.apache.org and hit the download button for either 2.3.8 or 1.3.10 and I get a message saying "Forbidden. You don't have permission to access /download.cgi on this server." It looks like the site is broken or am I missing something. Scott

RE: Struts 2 Initialization Plugin

2011-11-11 Thread Scott Smith
Plugin The better solution is dependency injection with Spring, use the struts2-spring-plugin. On Thu, 2011-11-10 at 15:09 -0500, Eric Reed wrote: > You should have an initialization servlet run at startup that can create such > an object. > > > >>> Scott Smith 11/10/2011 3

Struts 2 Initialization Plugin

2011-11-10 Thread Scott Smith
In struts 1, I used org.apache.struts.action.PlugIn as a way to create an object at web app startup and put it into the application context so that all sessions had access to it. What's the equivalent method in Struts2? That is, how can I have an object created at web application startup. I g

Dyanamic properties in Struts2

2009-10-02 Thread Scott Smith
Has anyone found a good way to do the following. I have a menu on a web page. The strings used to display menu items are in properties files and so the tags on the web page reference the menu property name instead of hard-coding the actual string . Therefore, I can have an English version of

RE: DownloadAction IE problem on Open

2007-03-20 Thread Scott Smith
"0"); res.setHeader("Pragma", "cache"); res is the HttpServletResponse object -Original Message- From: Scott Smith [mailto:[EMAIL PROTECTED] Sent: Monday, March 19, 2007 3:40 PM To: Struts Users Mailing List Subject: RE: DownloadAction IE problem on Ope

RE: DownloadAction IE problem on Open

2007-03-19 Thread Scott Smith
under file[1].txt or file.txt. -Original Message- From: Bindul Bhowmik [mailto:[EMAIL PROTECTED] Sent: Monday, March 19, 2007 3:23 PM To: Struts Users Mailing List Subject: Re: DownloadAction IE problem on Open Hello Scott, On 3/19/07, Scott Smith <[EMAIL PROTECTED]> wrote: > I&

DownloadAction IE problem on Open

2007-03-19 Thread Scott Smith
I've implemented a file download using the Struts 1.2.9 version of org.apache.struts.actions.DownloadAction. When the user hits the download button, he or she gets the save/open/cancel dialog with the correct filename. In Firefox, hitting "save" or "open" does exactly what I expect (i.e., I can s

Configuring Struts Validator with Multiple Modules

2006-09-14 Thread Scott Smith
I have a struts 1.2.9 app that has several modules (assume they are named "a" and "b"). In my struts-config-a.xml file, I have a form defined as followed: My validation.xml file looks like:

Strange error message

2004-06-14 Thread Scott Smith
Has anyone seen the following error message and know what it means? "Cannot forward after response has been committed". I think it's coming out of something called application.dispatcher (doForward; line 138).