Re: [OS-webwork] LoginAction question

2003-06-02 Thread Konstantin Priblouda
--- 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

[OS-webwork] LoginAction question

2003-06-02 Thread Bernardinus
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

[OS-webwork] [JIRA-Opensymphony] Created: (WW-202) $ui.Tag velocity adapter incorrectly outputs content directly to the pageContext

2003-06-02 Thread legendaryservice
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: -

Re: [OS-webwork] Problem in installing webwork in weblogic server7.0

2003-06-02 Thread Scott Farquhar
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

[OS-webwork] Problem in installing webwork in weblogic server7.0

2003-06-02 Thread Satya
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 ./

Re: [OS-webwork] line # error processing template

2003-06-02 Thread G.L. Grobe
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

Re: [OS-webwork] Splitting up controlheader

2003-06-02 Thread Matt Ho
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