Re: The latest stable version of struts

2005-08-30 Thread Wendy Smoak
From: "SINHA Ranjay" <[EMAIL PROTECTED]> Struts 1.1 is the one. Infact this is the last final released version. You're a little behind the times. ;) The current General Availability release is Struts 1.2.7. http://struts.apache.org/acquiring.html -- Wendy Smoak --

Re: The latest stable version of struts

2005-08-30 Thread Craig McClanahan
On 8/30/05, SINHA Ranjay <[EMAIL PROTECTED]> wrote: > > Struts 1.1 is the one. Infact this is the last final released version. Excuse me? It really isn't that hard to go to the Struts home page ( http://struts.apache.org), then click the "Acquiring" link ( http://struts.apache.org/acquiring.htm

RE: The latest stable version of struts

2005-08-30 Thread amos
On Wed, 2005-08-31 at 12:02 +0530, SINHA Ranjay wrote: > Struts 1.1 is the one. Infact this is the last final released version. Is this the official project's statement? So where does this put 1.2.7 and 1.3? Thanks, --Amos -

RE: The latest stable version of struts

2005-08-30 Thread SINHA Ranjay
Struts 1.1 is the one. Infact this is the last final released version. Cheers -Original Message- From: souravm [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 31, 2005 11:51 AM To: Struts Users Mailing List Subject: The latest stable version of struts Hi All, Can anyone please let m

The latest stable version of struts

2005-08-30 Thread souravm
Hi All, Can anyone please let me know which is the latest stable version of Struts to be used which has lesser bugs/problems ? Regards, Sourav CAUTION - Disclaimer * This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the

re: Testing a boolean function

2005-08-30 Thread Leon Rosenberg
Hi, Create new function in your user object: public boolean isAbleToConfigure() { return canConfigure(); } (The problem why you can't use canConfigure directly is that it doesn't satisfy the java bean spec for bean naming, and therefore can't be resolved by the tag). Regards Leon > -U

Fetching the form in RequestProcessor.processPreprocess?

2005-08-30 Thread amos
Hello, I need to add code to trim ALL input fields in the application. The old code did this in a modified Struts, but I'd like to avoid doing this now that we upgraded to 1.2.7. We already have an implementation of a base RequestProcessor (which actually extends TilesRequesrProcessor) and I was

Re: core struts -- best practise fundementals

2005-08-30 Thread peru cheppanu
Thanks [EMAIL PROTECTED] wrote: On Tue, 2005-08-30 at 13:06 -0700, peru cheppanu wrote: > Thanks a lot Craig. That cleared up a lot. > > For the rest of 1%, I better put my question straight to the case. > > I want to display two properties on 40*10 cell table. I have these options. > 1. use a

Testing a boolean function

2005-08-30 Thread Murray Collingwood
Hello I want to place a 'Configuration' link on a page if the currently signed on user has an appropriate security level. My security level (as a column in my User table) is defined as INT with a value from 0 through 10. The user needs to have security of 10 in order to see this link. I hav

Re: core struts -- best practise fundementals

2005-08-30 Thread amos
On Tue, 2005-08-30 at 13:06 -0700, peru cheppanu wrote: > Thanks a lot Craig. That cleared up a lot. > > For the rest of 1%, I better put my question straight to the case. > > I want to display two properties on 40*10 cell table. I have these options. > 1. use a hashmap that contains 400 value

Re: Need help with dynamic number of form fields

2005-08-30 Thread erikweber
I found this article on the wiki: http://www.developer.com/java/ejb/article.php/3321521 So I will try this. Thanks, Erik -Original Message- From: [EMAIL PROTECTED] Sent: Aug 30, 2005 7:44 PM To: user@struts.apache.org Subject: Need help with dynamic number of form fields Hello all. I

Need help with dynamic number of form fields

2005-08-30 Thread erikweber
Hello all. I am not good with Dyna forms. What I am trying to accomplish is to set up a form that allows a random number of each logical field to be populated. I know this discussion came up recently, but I don't exactly know what to search for in the archives. This approximates what I am tryin

Re: What Is the URL to Join the Discussion of JSF?

2005-08-30 Thread Werner Punz
Caroline Jen wrote: I start using the JSF. But, I cannot find the place where I can join the discussion of JSF at the jakarta.apache.org. What is the exact URL? Please help. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protect

Re: core struts -- best practise fundementals

2005-08-30 Thread peru cheppanu
Thanks a lot Craig. That cleared up a lot. For the rest of 1%, I better put my question straight to the case. I want to display two properties on 40*10 cell table. I have these options. 1. use a hashmap that contains 400 values. Or have four with 100 each so that I can have identical keys. 2

Re: core struts -- best practise fundementals

2005-08-30 Thread Craig McClanahan
On 8/30/05, peru cheppanu <[EMAIL PROTECTED]> wrote: > > Thanks for replying me. > > The basic idea is knowing the need for tag libraries.. for which the > explanation was given as reusability. > > Now, coming to specific example I have given: > > I agree that it should not be a part of logic:

Re: core struts -- best practise fundementals

2005-08-30 Thread peru cheppanu
Thanks for replying me. The basic idea is knowing the need for tag libraries.. for which the explanation was given as reusability. Now, coming to specific example I have given: I agree that it should not be a part of logic: library. But, I think one such tag (substring) is useful in some

Re: debugging tomcat with eclipse

2005-08-30 Thread Jay Sheth
Thanks a lot. I had to add the source to the path. Regards, Jay On 8/28/05, zheng chengbao <[EMAIL PROTECTED]> wrote: > > i'am using myeclipse,it is very easy to debug > > 2005/8/27, Jay Sheth <[EMAIL PROTECTED]>: > > > > HI, > > > > It would be great if you could give some hints on how to debu