RE: How is the max file size controlled for file uploads in Struts 1.3.8?

2010-01-05 Thread Frank Russo
... Frank Russo Developer ▪ Financial Services Division SAS® … THE POWER TO KNOW® -Original Message- From: paulus.benedic...@gmail.com [mailto:paulus.benedic...@gmail.com] On Behalf Of Paul Benedict Sent: Saturday, October 03, 2009 9:20 PM To: Struts Users Mailing List Subject

RE: How is the max file size controlled for file uploads in Struts 1.3.8?

2009-07-09 Thread Frank Russo
know that the max file size was exceeded, and my request params are empty, so the correct DispatchAction method isn't being called. Has anyone else seen this behavior? -------- Frank

How is the max file size controlled for file uploads in Struts 1.3.8?

2009-07-08 Thread Frank Russo
Can it be changed? Frank Russo Developer ▪ Financial Services Division SAS® … THE POWER TO KNOW®

RE: Flex front end

2007-04-20 Thread Frank Russo
I'd be curious about this one myself. I've read some good things about Flex, but I'd like to see what comes of it as far as popularity. The fact that flash is what it renders holds me back a bit, but it's got some really nice features for doing ajax, but even better, it has a built in push techn

RE: [s2] Problem with no checkboxes selected

2007-04-20 Thread Frank Russo
Sorry my response was too quick. I don't always realize the s2 in subject is there when I read the posts. I'm not sure how to do this in s2... -Original Message- From: Zoran Avtarovski [mailto:[EMAIL PROTECTED] Sent: Friday, April 20, 2007 9:29 AM To: Struts Users Mailing L

RE: [s2] Problem with no checkboxes selected

2007-04-20 Thread Frank Russo
Your form has to implement the ActionForm's reset method. In that method, you should set all of your boolean attributes to false. The reason has to do with http. Only checked checkboxes are submitted on a post request, and only attributes that are submitted have their setters called. If you set

RE: How to make a SELECT list readonly? If set disabled, loses the value when submit.

2007-04-18 Thread Frank Russo
That's cool. I never thought of that... -Original Message- From: Lance [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 18, 2007 10:56 AM To: Struts Users Mailing List Subject: Re: How to make a SELECT list readonly? If set disabled, loses the value when submit. Another option is to mak

RE: Struts in Servlet 2.4

2007-04-12 Thread Frank Russo
Did you change the version of your jstl jars? I forget which version you need, but I think jstl 1.0 was 2.3 compliant, and 1.1 was 2.4 compliant. You'll need to upgrade both jstl.jar and standard.jar... -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Thursday, Apri

RE: what version of struts is better?

2007-04-11 Thread Frank Russo
jects with a few pages and if you really want a desktop-like development approach. I am sure there are many other opinions out there, but more cents are always good ;-) Piero On Tuesday 10 April 2007 22:50:12 Frank Russo wrote: > Not to show any disrespect, but if you are starting a new

RE: what version of struts is better?

2007-04-11 Thread Frank Russo
Tuesday, April 10, 2007 4:56 PM To: Struts Users Mailing List Subject: Re: what version of struts is better? Frank, what is it about JSF that you find superior to Struts 2? We are internally in a debate on which way to go (JSF v Struts 2) and I'd like to hear your opinion. (*Chris*) On 4/10/0

RE: what version of struts is better?

2007-04-10 Thread Frank Russo
Not to show any disrespect, but if you are starting a new project with a clean slate, I'd seriously look at JSF/Facelets if I were you. Both frameworks have their pros/cons, but I think JSF's pros well outweigh the cons. Plus, if you are going to take the time and learn a new framework, which

RE: Struts/Tiles 1.1 app on Tomcat 5.5

2007-03-12 Thread Frank Russo
something I've done wrong. - Ray Clough Frank Russo wrote: > Has anyone had luck taking a Struts 1.1 app with Tiles, and dropping it into > Tomcat 5.5 app? I saw a couple of old posts, but there weren't much in the > way of responses. > > I'm trying this now, a

Struts/Tiles 1.1 app on Tomcat 5.5

2007-03-12 Thread Frank Russo
Has anyone had luck taking a Struts 1.1 app with Tiles, and dropping it into Tomcat 5.5 app? I saw a couple of old posts, but there weren't much in the way of responses. I'm trying this now, and I'm having some issues with jsp's. The app was working fine on Tomcat 4.18 prior. Obviously the js

Issue with the application context and web server alias names

2004-06-07 Thread Frank Russo
I've seen something like this posted, but with no answers. I have an issue where I have an alias for an application. For eg. www.company.com/home/appname is an alias for www.company.com/appname, where appname is the context name of my app. When I use the html form tag in my app as follows:

Issue with the application context and web server alias names

2004-06-07 Thread Frank Russo
I've seen something like this posted, but with no answers. I have an issue where I have an alias for an application. For eg. www.company.com/home/appname is an alias for www.company.com/appname, where appname is the context name of my app. When I use the html form tag in my app as follows:

Issue with the application context and web server alias names

2004-06-07 Thread Frank Russo
I've seen something like this posted, but with no answers. I have an issue where I have an alias for an application. For eg. www.company.com/home/appname is an alias for www.company.com/appname, where appname is the context name of my app. When I use the html form tag in my app as follows: