--- Bernardinus <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Suppose that I want to protect my web app with
> custom login, so that every
> request to the web-app's resources are intercepted
> and validated (custom).
> Login validation will re-direct user to appropriate
> resources. In WW-2, how
> do
Hi all,
Suppose that I want to protect my web app with custom login, so that every
request to the web-app's resources are intercepted and validated (custom).
Login validation will re-direct user to appropriate resources. In WW-2, how
do I do that?
My first thought is to employ Servlet Filter to in
Message:
A new issue has been created in JIRA.
-
View the issue:
http://jira.opensymphony.com/secure/ViewIssue.jspa?key=WW-202
Here is an overview of the issue:
-
Download jakarta-commons-logging, and put it in WEB-INF/lib:
http://www.apache.org/dist/jakarta/commons/logging/
Cheers,
Scott
Satya wrote:
Hi,
I am working as a research assistant in Center for Business
and Information Technologies(ULL). We are implementing a project in
MVC by using
Hi,
I am working as a research assistant in Center for Business and
Information Technologies(ULL). We are implementing a project in MVC by
using webwork and EJBS. I tried to install webwork 1.3 but i am getting
an error "org.apache.common.logging" not found. I extracted webwork into
./
This first line below starting w/ #foreach is line 224 that is being
reported. I could see where you meant put name=value in "'s, but that
didn't seem to do it and is on line 225, so don't know what's up w/
224. Could it be the param I'm trying to pass?
#foreach ( $key in $buildCate
I agree with Pat, I'd rather not go this route as it exposes a lot of
implementation details of the ui tags to the developer. Also, not every
ui theme will have a controlheader/controlfooter. It's an
implementation detail of the xhtml tags.
That said, I believe there's still a way for you to