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
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
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
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
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
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?
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
29 matches
Mail list logo