Hi,
It is not clear to me why CoR would be so special in the new Struts
architecture. After reading the proposal it seems that the 3 types of
controllers seem to be more interesting.
Was CoR chosen to leverage Commons Chain ? Why does a Web
application need the flexibility of CoR ? I know
I think the logic:present tag will allow access to any of the roles
mentioned.
Mohan
-Original Message-
From: Tim Christopher [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 27, 2005 9:41 AM
To: Struts Users Mailing List
Subject: Re: Struts Security
Just a quick question... What is
JAAS would help but that's not Struts specific.
Mohan
-Original Message-
From: Craig McClanahan [mailto:[EMAIL PROTECTED]
Sent: Saturday, January 08, 2005 9:30 AM
To: Struts Users Mailing List; Oleg
Subject: Re: cross application form bean
Sessions are unique to individual application
Hi,
It might not be weird. If your image URL is the last protected
request URL then after authentication the container will show that. I
mean that the image is the latest protected resource(even later than the
original requested URL)
I think that if the image is not showing then it is prot
Hi,
This particular line
"To use Struts, you must copy the .tld files that you require into your
WEB-INF directory, and copy struts.jar (and all of the commons-*.jar
files) into your WEB-INF/lib directory."
is not clear. Which .tld files ? Struts' .tld files are inside the
META-INF fold
Hi,
1.The TLD's are *usually*(It works) in the META-INF folder in the
concerned jar.
2. It seems that it will be found if it is *anywhere*(I haven't tried
this) under WEB- INF if your container implements auto-scanning as
mentioned in the spec.
Mohan
-Original Message-
From: Manisha Sa
Hi,
This looks like the business case for Struts modules. You could
check out the doc. related to the support for Struts modules.
1. Support for separate resource files.
2. You could use a single page ( for example a common 'Search' JSP ) across
modules if you want. This promotes reusab
Hi,
A new chapter from a Struts book has been posted to TSS. It seems
that the solution for automatic conversion and formatting is already there
in the form of java bean PropertyEditors.
Why isn't Struts ( Shale ? ) proposing the use of PropertyEditors ( like
Spring )? Is it too much chan
Hi,
We had to check out some design issues because the client wanted a
clustered environment. We never tested it though.
I know that if you pick something from the scope and change it you
have set it back explicitly. I recall that this is a requirement to enable
session replica
Hi,
I was looking at the source of Spring and found PropertyEditors
used extensively. I remember that conversion of String to various datatypes
is done
using custom converters in Struts. Can anybody comment on this ? Are we
going to use PropertyEditors that we can register in the next versi
10 matches
Mail list logo