Please post questions about using Struts to the Struts Users list only.
The Struts Dev list is for discussing the development and enhancement of
Struts itself.
http://struts.apache.org/mail.html
LesleyT wrote:
Hi all,
Am trying to run our application built using:
Struts 2.0.11, Spring 2.0, H
Hi all,
Am trying to run our application built using:
Struts 2.0.11, Spring 2.0, Hibernate 3.2 on WL 8.1 sp5.
I've read that some people have successfully run a struts2 app on weblogic
and would like to know how you got it up and running.
I retrotranslated the JARs below:
xwork-j4-2.0.4.jar
str
Adam Hardy wrote:
I don't know the JSF architecture with its "page/component state
saving", Frank, but I don't think my proposition is along those lines
(with state saving).
I'm no JSF expert either frankly, but I was basing my thought on the
part where you said you were concerned with what h
As you say, Brian, there are many many situations where the link between actions
and forms are not one-to-one. 75% of the time there is a basic need to execute 2
jobs in any one HTTP request:
(a) process the incoming request and parameters
(b) display the next page
Sometimes (a) will be unnece
It seems like this is a variation on the Preparable theme. I went
through this decision process 9 months ago and decided to use the
tag to prepare my forms, mostly for lack of any other solution.
A few more things I ran into that I wanted and could only achieve with
the
- Share preparation