Re: [FRIDAY] What technology do you use for authentication and authorization?

2005-07-16 Thread Laurie Harper
Thanks! Craig McClanahan wrote: Forwarded. Craig On 7/16/05, Laurie Harper <[EMAIL PROTECTED]> wrote: I posted some thoughts in response to this and Greg's entry to my blog: http://www.holoweb.net/laurie/archives/2005/07/16/86 Unfortunately, I don't seem to be able to post to Greg's com

Re: Question re. StrutsCatalogRedirectToInputPage

2005-07-16 Thread Laurie Harper
Michael Jouravlev wrote: On 7/16/05, Laurie Harper <[EMAIL PROTECTED]> wrote: So if I'm understanding correctly, the only thing that needs to change to make this all work nicely is for automatic validatain to save errors with session scope. The code is already there to support redirect-to-input

Re: [FRIDAY] What technology do you use for authentication and authorization?

2005-07-16 Thread Craig McClanahan
Forwarded. Craig On 7/16/05, Laurie Harper <[EMAIL PROTECTED]> wrote: > I posted some thoughts in response to this and Greg's entry to my blog: > >http://www.holoweb.net/laurie/archives/2005/07/16/86 > > Unfortunately, I don't seem to be able to post to Greg's comments (it keeps > asking me

Re: Question re. StrutsCatalogRedirectToInputPage

2005-07-16 Thread Michael Jouravlev
On 7/16/05, Laurie Harper <[EMAIL PROTECTED]> wrote: > So if I'm understanding correctly, the only thing that needs to change to > make this all work nicely is for automatic validatain to save errors with > session scope. The code is already there to support redirect-to-input and > to clear the err

ActionMessages vs ActionErrors in jstl

2005-07-16 Thread Grzegorz Stasica
hi, Basically I'd like to ask why I'm not able to access my messages stored in action from jsp. ActionMessages m=new ActionMessages(); m.add(ActionMessages.GLOBAL_MESSAGE,new ActionMessage("error.no_value")); saveMessages(request,m); in jsp I try this value="${requestScope['org.apache.struts

Re: [FRIDAY] What technology do you use for authentication and authorization?

2005-07-16 Thread Laurie Harper
I posted some thoughts in response to this and Greg's entry to my blog: http://www.holoweb.net/laurie/archives/2005/07/16/86 Unfortunately, I don't seem to be able to post to Greg's comments (it keeps asking me to login again)... Would somebody be so kind as to post the link there for me?

[OT] documentation versions [was Re: actionservlet init-params]

2005-07-16 Thread Laurie Harper
Wendy Smoak wrote: Keep in mind, however, that the "official" online website actually comes from the current source code, so it will diverge from the documentation for the latest GA release as changes are made. You may find things online that do not apply to your version of Struts, which is w

Re: [FRIDAY OT ANN] My new project is beta

2005-07-16 Thread Laurie Harper
FYI, I didn't even get as far as the JNLP on my Mac; I got a page telling me I needed version 1.4 of the Java plugin and a link to a .exe... netsql wrote: We still have some JNI issues in Mac. :-( .V Simon Chappell wrote: I tried it on my Mac (OS X 10.3.9) and while it triggered the JNL

Re: Question re. StrutsCatalogRedirectToInputPage

2005-07-16 Thread Laurie Harper
So if I'm understanding correctly, the only thing that needs to change to make this all work nicely is for automatic validatain to save errors with session scope. The code is already there to support redirect-to-input and to clear the errors out of the session again, right? That sounds like it

Re: passing param as part of URL path

2005-07-16 Thread Laurie Harper
Brian Lalor wrote: Hey, cool! The two books that I can find (of the 3 I own) only cover up to Struts 1.1. The link Laurie sent contains some more info on the wildcard mappings, but it appears that you've gotta use a custom ActionMapping class[1, 2], with the className property of the /> e

Re: actionservlet init-params

2005-07-16 Thread Wendy Smoak
From: "Luis Gervaso" <[EMAIL PROTECTED]> thank you very much i think these thing must be in official site :( They are. :) Here are the most current release notes: http://struts.apache.org/userGuide/release-notes.html Then follow the links back as far as you need to, the above page (curre

Re: [FRIDAY] What technology do you use for authentication and authorization?

2005-07-16 Thread Brian Moseley
Craig McClanahan wrote: * What technology do you currently use for authentication and authorization in your web applications? Acegi Security with a custom authentication DAO that accesses a JCR repository and various custom voters for authorization. * If you don't use container managed s

FormDef [was Re: I remember now why I said I usually use my VO in my ActionForm]

2005-07-16 Thread Laurie Harper
Hubert Rabago wrote: Well, since you asked. The current FormDef dev build supports defining dynamic forms that have nested properties. https://formdef.dev.java.net/servlets/ReadMsg?list=users&msgNo=116 Awsome, I clearly need to check this out :-) I have an article to illustrate how the

Re: actionservlet init-params

2005-07-16 Thread Luis Gervaso
thank you very much i think these thing must be in official site :( regards 2005/7/16, Wendy Smoak <[EMAIL PROTECTED]>: > > From: "Luis Gervaso" <[EMAIL PROTECTED]> > > What happen in Struts 1.2.7 with init-params > > debug > > application > > detail > > I can't find them in ActionServet javado

Re: [FRIDAY] What technology do you use for authentication and authorization?

2005-07-16 Thread netsql
Sergey Livanov wrote: In my project authentication and authorization are performed by certificates. Help me, please, to find right way to define WHos is logged on and What they are doing by JMX . 1. get a jmx tools servlet to work... it should display all jmx refistered objects and settings

Re: [FRIDAY] What technology do you use for authentication and authorization?

2005-07-16 Thread Martin Gainty
Have you had the chance to look at jetspeed for authentication/authorisation enforcement and logging? http://portals.apache.org/jetspeed-1/ Martin- - Original Message - From: "Frank W. Zammetti" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Saturday, July 16, 2005 1:01 PM S

Re: another mutliple file uploading question

2005-07-16 Thread dumbQuestionsAsker _
Ok thank you for your helpfull answer. From: Laurie Harper <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: user@struts.apache.org Subject: Re: another mutliple file uploading question Date: Fri, 15 Jul 2005 11:34:25 -0400 dumbQuestionsAsker _ wrote: Im new to Struts, and I want t

Re[2]: [FRIDAY] What technology do you use for authentication and authorization?

2005-07-16 Thread Sergey Livanov
Vic , In my project authentication and authorization are performed by certificates. Help me, please, to find right way to define WHos is logged on and What they are doing by JMX . regards, Sergey . > Craig McClanahan wrote: >> >> >> http://weblogs.java.net/blog/gmurray71/archive/2005/07

Re: [FRIDAY] What technology do you use for authentication and authorization?

2005-07-16 Thread Frank W. Zammetti
Hi Craig, I am currently using container-managed security in all my day work. We have built a fairly robust framework to sit on top of it to fill in some of the gaps (things like enforcing password restrictions, some extensions to group support, etc). If there was one change I'd personally

Re: actionservlet init-params

2005-07-16 Thread Wendy Smoak
From: "Luis Gervaso" <[EMAIL PROTECTED]> What happen in Struts 1.2.7 with init-params debug application detail I can't find them in ActionServet javadoc where are documented? Here is a page with notes on upgrading from 1.1 to 1.2.4, which I think will answer your questions. If not, just ask a

Re: actionservlet init-params

2005-07-16 Thread Grzegorz Stasica
Luis Gervaso wrote: Hello, What happen in Struts 1.2.7 with init-params debug application detail I can't find them in ActionServet javadoc where are documented? Did you try to use them? - To unsubscribe, e-mail: [EMAIL PR

Re: Cancel button and security

2005-07-16 Thread Paul Benedict
Przemyslaw, Thanks for pointing this out! I use dispatching actions in my application and each one has a cancelled method. Under this paradigm, I don't think there is any danger for me. Would you agree? Thanks, Paul Start yo

Re: [FRIDAY OT ANN] My new project is beta

2005-07-16 Thread Simon Chappell
Let me know when it's done and I'll try it again. On 7/16/05, netsql <[EMAIL PROTECTED]> wrote: > > We still have some JNI issues in Mac. > :-( > .V > > > > > Simon Chappell wrote: > > I tried it on my Mac (OS X 10.3.9) and while it triggered the JNLP > > download, nothing happened after that

Re: [FRIDAY] What technology do you use for authentication and authorization?

2005-07-16 Thread netsql
Craig McClanahan wrote: http://weblogs.java.net/blog/gmurray71/archive/2005/07/got_servlets.html My particular question (well, questions :-) for the Struts community: * What technology do you currently use for authentication and authorization in your web applications? I used JDBC relms

Re: [OT] Can a simple java app access web services

2005-07-16 Thread Martin Gainty
Good Morning Richard you can create the wsdl from the attributes/methods of your java class using java2wsdl utility from Apache Axis Project http://ws.apache.org/axis/java/architecture-guide.html But I must caution the team that is implementing the SOAP mechanism to agree upon known providers e

Re: [FRIDAY OT ANN] My new project is beta

2005-07-16 Thread netsql
Martin Gainty wrote: I missed The URL > On 7/15/05, netsql <[EMAIL PROTECTED]> wrote: roomity.com to check it out. roomity.com or http://roomity.com/roomity03.jnlp .V - To unsubscribe, e-mail: [EMAIL PROTECTED] For add

Re: Struts 1.2 v 1.3

2005-07-16 Thread Joe Germuska
At 9:29 PM -0700 7/15/05, Wendy Smoak wrote: From: "Ted Husted" <[EMAIL PROTECTED]> I'd suggest that changes between releases should be immortalized on a Release Notes page, like the very cool one we have for 1.2.7: * http://struts.apache.org/userGuide/release-notes.html Noted. ;) Joe, is it

Re: [OT] Can a simple java app access web services

2005-07-16 Thread Richard Reyes
Thanks to all. On 7/16/05, Frank W. Zammetti <[EMAIL PROTECTED]> wrote: > On Fri, July 15, 2005 12:41 pm, Ed Griebel said: > > Frank- > > > > It's an interesting idea, I don't know, I've been "lucky" enough that > > I've had WSDL to work with. It might be possible to use the same > > methods that

Re: [FRIDAY OT ANN] My new project is beta

2005-07-16 Thread Martin Gainty
I missed The URL - Original Message - From: "Simon Chappell" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Friday, July 15, 2005 11:35 PM Subject: Re: [FRIDAY OT ANN] My new project is beta I tried it on my Mac (OS X 10.3.9) and while it triggered the JNLP download, nothi