Help on installing struts-el

2003-07-05 Thread Richard Mixon
Where can I find instructions on how to use the struts-el version of struts instead of the standard struts "lib" files? The README does not cover this and that seems to be all there is in the way of doc. I'm laboring under the assumption that struts-el is a super-set of struts. I should be able to

Re: My LogonView.jsp Displays A Blank Page

2003-07-05 Thread David M. Karr
> "Caroline" == Caroline Jen <[EMAIL PROTECTED]> writes: Caroline> My LogonView.jsp displays a blank page. I have no idea Caroline> why nothing is written while the Caroline> MessageResources.properties file is found. Caroline> I would have gotton HTTP Status 500 if the C

Re: My LogonView.jsp Displays A Blank Page

2003-07-05 Thread Jason Lea
I can't see anything wrong, I'll ask some questions :) How are you accessing the logonView.jsp? Requesting it directly or through an Struts Action? Where is the MessageResources.properties file? I see you use resources.version1.MessageResources which means it should be somewhere like /WEB-I

My LogonView.jsp Displays A Blank Page

2003-07-05 Thread Caroline Jen
My LogonView.jsp displays a blank page. I have no idea why nothing is written while the MessageResources.properties file is found. I would have gotton HTTP Status 500 if the MessageResources.properties is not found or the value of the corresponding key in the bean:message tag cannot be picked up.

My LoginView.jsp Displays A Blank Page

2003-07-05 Thread Caroline Jen
My LogonView.jsp displays a blank page. I have no idea why nothing is written while the MessageResources.properties file is found. I would have gotton HTTP Status 500 if the MessageResources.properties is not found or the value of the corresponding key in the bean:message tag cannot be picked up

Re: Why html:xxx tags? / Dreamweaver and .do extension

2003-07-05 Thread Ted Husted
tek1 wrote: Sorry for the newbie questions, but... [ Why html:xxx tags? ] On the .jsp page, why is it necessary to replace the standard html tags with the Struts-specific ones (i.e. "html:form" instead of just "form"). In other words, what special features of Struts requires these specially de

Re: Why html:xxx tags? / Dreamweaver and .do extension

2003-07-05 Thread Rob Leland
tek1 wrote: Sorry for the newbie questions, but... [ Why html:xxx tags? ] On the .jsp page, why is it necessary to replace the standard html tags with the Struts-specific ones (i.e. "html:form" instead of just "form"). In other words, what special features of Struts requires these specially d

Why html:xxx tags? / Dreamweaver and .do extension

2003-07-05 Thread tek1
Sorry for the newbie questions, but... [ Why html:xxx tags? ] On the .jsp page, why is it necessary to replace the standard html tags with the Struts-specific ones (i.e. "html:form" instead of just "form"). In other words, what special features of Struts requires these specially defined tags?

Re: Validation and TransactionToken

2003-07-05 Thread Craig R. McClanahan
On Sun, 6 Jul 2003, ara wrote: > Date: Sun, 6 Jul 2003 01:27:29 +0900 (JST) > From: ara <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Validation and TransactionToken > > Hi,all > > Now I use DynaValidato

Re: [OT] - Realm Security - How to set overlapping constraints?

2003-07-05 Thread Craig R. McClanahan
On Sat, 5 Jul 2003, Navjot Singh wrote: > Date: Sat, 5 Jul 2003 21:39:34 +0530 > From: Navjot Singh <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: [OT] - Realm Security - How to set overlapping constrai

Re: [repost][OT]I can no longer start TC from W2k from the

2003-07-05 Thread Craig R. McClanahan
On Fri, 4 Jul 2003 [EMAIL PROTECTED] wrote: > Date: Fri, 4 Jul 2003 18:29:31 EDT > From: [EMAIL PROTECTED] > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: [repost][OT]I can no longer start TC from W2k from the > > > Hi All, > > I can no longer start T

Re: Re: Single Sign-On over several Struts-based webapps

2003-07-05 Thread Craig R. McClanahan
On Fri, 4 Jul 2003, António Santos wrote: > Date: Fri, 4 Jul 2003 13:36:18 + > From: António Santos <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: Re: Single Sign-On over several Struts-based webapps > > > Hi Craig, > > Th

RE: Struts-bean.tld

2003-07-05 Thread Craig R. McClanahan
On Fri, 4 Jul 2003, Steve Raeburn wrote: > Date: Fri, 4 Jul 2003 04:31:50 -0700 > From: Steve Raeburn <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: RE: Struts-bean.tld > > The

Re: struts.jar

2003-07-05 Thread Craig R. McClanahan
On Fri, 4 Jul 2003, Jagannayakam wrote: > > should struts.jar be specified in classpath ? > Only for the compiler, not the servlet container. > Or it is sufficient to put it in web-inf/MyContext/WEB-INF/lib > >From the Struts User's Guide: http://jakarta.apache.org/struts/userGuide/co

Validation and TransactionToken

2003-07-05 Thread ara
Hi,all (B (BNow I use DynaValidatorActionForm with (BStruts1.1Final release. (B (BI have a question about validate check and (BTransactionToken check. (B (BTransactionToken check is performed in (BAction#isTokenValid(HttpServletRequest request) method. (B (BSo,a validate check is perf

[OT] - Realm Security - How to set overlapping constraints?

2003-07-05 Thread Navjot Singh
hi, It may be quite simple but it's not working for me. I have a set of servlets /myapp/p/ab.do /myapp/p/groups.do /myapp/p/contacts.do AND I want all of them to be accessible to roles "user" and "admin". There is 1 more servlet that MUST be accessible ONLY to "admin" /myapp/p/status.do I am

RE: JAAS Struts & JBoss + Tomcat

2003-07-05 Thread Erez Efrati
Thanks a lot Paul for the answers. -- Erez -Original Message- From: Paul Thomas [mailto:[EMAIL PROTECTED] Sent: Saturday, July 05, 2003 2:49 PM To: struts-user Subject: Re: JAAS Struts & JBoss + Tomcat On 04/07/2003 16:16 Erez Efrati wrote: > Hi, I am trying to integrate the JAAS into

Re: JAAS Struts & JBoss + Tomcat

2003-07-05 Thread Paul Thomas
On 04/07/2003 16:16 Erez Efrati wrote: Hi, I am trying to integrate the JAAS into my Struts application running on JBoss 3.0.7 + Tomcat. I am a newbie here, and I would appreciate your help on several questions: 1. From what I read here, I saw that I should probably use the FORM auth method, and th

Re: What's the best way to duplicate a struts project -- like forpilot purpose

2003-07-05 Thread Ted Husted
I'd try setting up a "pilot" branch in the struts-config that used the new funcationality. So instead of /edit they would go to /pilot/edit. -Ted. Yansheng Lin wrote: Oh, what we try to do is: sometimes we have to demo some enhanced functunality to certain clients in production mode. So it's

RE: readonly - select box

2003-07-05 Thread sriram
Thanks Dan. It worked. -Original Message- From: Dan Tran [mailto:[EMAIL PROTECTED] Sent: Saturday, July 05, 2003 10:27 AM To: Struts Users Mailing List Subject: Re: readonly - select box forget to mention, You need to add a hidden field which has the same value as the disabled select f

RE: Multiple application modules

2003-07-05 Thread Navjot Singh
If you don't want to have default module. you may safely ignore. But down the line in practical apps, you will feel the need to have default(or XYZ ) module to handle the jokers that cannot be fitted into any of logical modules. HTH -navjot |-Original Message- |From: Guy Caseley [mailto:[

Multiple application modules

2003-07-05 Thread Guy Caseley
Given a Struts1.1 application that contains multiple application modules, do you always need a default (top-level) application module for the sub-modules to work? Any help or comments on this would be greatly appreciated, Thanks very much, Guy. --