Status of Struts integration with container managed security and alternatives

2002-08-25 Thread Michael
I've recently played with the container managed security of J2EE (using Tomcat) and the attempt at integrating it into Struts 1.1. I see that a "roles" attribute has been added to the "action" tag in the struts config XML file. The problem is with tag is that it doesn't work. I posted a couple

Re: struts and OSWorkflow

2002-08-25 Thread Matthias Bauer
The library works with struts 1.1, but the following modifications need to be done to the test application: 1. In web.xml, the init-parameter "mapping" is not used anymore. Instead, you must add "className=com.livinglogic.struts.workflow.ApplicationMapping" in every action in struts-config.xml.

RE: Calling mapping from Action

2002-08-25 Thread avasey
Yes thanks that helped - actually stupid mistake on my part. |+---> || palfors@delph| || ion.com | || | || 23/08/2002 | || 04:39 PM | || Ple

Re: using O/R mapping tools

2002-08-25 Thread Joel Rees
Well, Friday is long gone, but, ... > I think it's a question of coordinate systems. I always thought y was "how > much work you put in" and x was "how much work you get out", making steep > mean "must put in much work before getting much work out". But that's weird > because x is usually input

question about logic:notPresent in struts-blank of struts1.02

2002-08-25 Thread wu qihua
the snippet is the following,and I think it means that if there not exist a MESSAGE class in the pacakge org.apache.struts.action,then will show error.but when I look into the struts.jar in the lib directory,the really did not exist that class,but inthe display page there is not such error

RE: Dynamic validation and server side validation

2002-08-25 Thread Zimmer, Robin (SSABSA)
What version are you using? I am helping someone at the moment with the same problem, could possibly be a bug in your version. -Original Message- From: Jan Fetyko [mailto:[EMAIL PROTECTED]] Sent: Friday, 23 August 2002 9:45 PM To: Struts Users Mailing List Subject: Re: Dynamic validation

DynaValidatorForm problem

2002-08-25 Thread Ananda Chaudhuri
Hello, I just cant make the validation to work. Control is going to the LoginAction class even though I didnt enter anything in the password and username fields in the form, I do not have a ActionForm class like LoginForm, instead I am trying to user DynaValidatorForm and the validation.xml fil

Has anyone made Weblogic 7 work with Struts 1.1b2?

2002-08-25 Thread Ananda Chaudhuri
If you have, please respond. I was working with Weblogic 7 and an earlier version of Struts but after upgrading to 1.1b2, Weblogic woudnt start up and giving an error message like: [exec]<101254> <[ServletConte xt(id=4845093,name=mediamania,context-path=/mediamania-2)]: Servlet class

Re: Message Resources Placement

2002-08-25 Thread David Graham
I think I've solved it!!! Short story: add your /classes folder to tomcat's classpath. Long story below (gurus please see questions at bottom): I'm using struts 1.0.2, tomcat 4.0.4, and eclipse with the sysdeo tomcat plugin as a development environment. The way struts finds/loads the messag

Mapping troubles with a dynamically generated template include

2002-08-25 Thread Chip Paul
My site features a "news" sidebar that is present on every page. It is pulled from a database. My files use the templates and set "news.jsp" as a content spot. My question is: How can I have my NewsAction called and the results populated into the news.jsp file, and all this work in

Re: How to Build error messages dynamically??

2002-08-25 Thread Phil Steitz
Vivek Sundararaman wrote: >Hello all > >I would appreciate any/ all help for my problem. > >We are storing all the errors & messages displayed to the users in a >database. >We are having a controller making the calls to the database and >returning the presentation layer asset of errors or message

New User Request To Struts 1.1b

2002-08-25 Thread Lenny Sorey
Before I begin, Let me just how must I appreciate such an active user group. I am a new user to Struts. Because of the major changes in Struts 1.1b from previous versions, I have decided to focus on this version of Struts. Although the examples that come with Struts 1.1b are very good, there a

dynamic href variable

2002-08-25 Thread Christian Pich
How do I populate the href attribute in the tag? I have the following code with a bean 'score' that contains the url I want to put in the hyperlink tag. where xxx should be the same as the body of this (mailto:[EMAIL PROTECTED]> For additional commands, e-mail:

Re: Message Resources Placement

2002-08-25 Thread Hobie Orris
Hi. I'm having the exact same problem, so I can't help you. But I am interested in the solution! If you solve it, please let me know. Here's my previous (unanswered) post, in case you're interested: I'm using v. 1.02 and Sun J2EE SDK 1.3.1 (Tomcat) and have been trying to get Struts to star

Problem with Struts 1.1b2 and Weblogic

2002-08-25 Thread Ananda Chaudhuri
Hello I upgraded to Struts 1.1b2 from an earlier version of Struts 1.1 and Weblogic gives an error at startup. Not sure if thats to do with Struts, Weblogic or both. Weblogic wasnt giving any problem with the earlier version of 1.1 This is the error message: javax.servlet.ServletException: [Ser