Re: Pls help on shopping cart App

2004-03-20 Thread Mark Lowe
A little off topic .. but does weblogic actually cost money? Sounds worse then Jrun to me. Anyway if I understood the problem, if weblogic struts which I assume is struts 1.0 doesn't support indexed=true (as struts 1.0 doesn't) then you have to put the index in youself logic:iterate id=item

Re: Mapping Forward to new form

2004-03-20 Thread Mark Lowe
If you form is scoped to request you can also set redirect=true in the action forward. On 19 Mar 2004, at 20:03, Saul Q Yuan wrote: You can call ((UserForm) form).reset() before forwarding. Saul -Original Message- From: Ciaran Hanley [mailto:[EMAIL PROTECTED] Sent: Friday, March 19,

Recommend file upload progress bar

2004-03-20 Thread Frank Burns
I have a requirement to display a progress bar while performing file uploads. I've found several frameworks that provide this functionality. However, can you recommend an existing *best* solution -- preferably off-the-shelf -- for use with Struts? Thanks, Frank

version 1.2

2004-03-20 Thread Erez Efrati
Hi, I am currently working with the 1.1, is there a good reason to move to 1.2? Is it going to be released sometime soon? Thanks, Erez

Job Posting

2004-03-20 Thread Jignesh Patel
We are looking for Project Manager, Sr. Software Engineers and Graphic Designers for our Cochin operation. We will be providing best compansation of the industry. Project Manager Eligibility: 7-10 Years experience in which atleast 3 years pure project management experience, Fluency in

ValidatorForm.getServlet() == null !!

2004-03-20 Thread Albrecht Berger
Hello, I need the ServletContext in one of my forms, which I'm trying to get with : getServlet().getServletContext() Unfortunately I get a NullpointerException, because the servlet is null. How could this be, is there a workaround ? Thx berger

Re: Recommend file upload progress bar

2004-03-20 Thread Max Cooper
See the thread File-Upload: Progress-Bar that has been going on over the last few days. -Max - Original Message - From: Frank Burns [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Saturday, March 20, 2004 1:57 AM Subject: Recommend file upload progress bar I

base URL in Action

2004-03-20 Thread Dean A. Hoover
How can I get the base URL of the request (http://domainname) inside my Action class??? Dean Hoover - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: version 1.2

2004-03-20 Thread Joe Germuska
At 1:14 PM +0200 3/20/04, Erez Efrati wrote: Hi, I am currently working with the 1.1, is there a good reason to move to 1.2? Is it going to be released sometime soon? Struts 1.2.0 was released a few weeks ago using the new Tomcat-style version numbering. That means that a numbered release may or

bean:message prints the KEY, not the MESSAGE

2004-03-20 Thread Newcomer, Kenneth
All I'm somewhat new to Struts. Using iPlanet 6.0.5, when a page is rendered, the message KEY is being printed, not the message, like so: This is what appears on the HTML page: ???en_US.enterprise.program.name.label??? What I want is this: Program Name This renders OK in Tomcat/Apache but

RE: bean:message prints the KEY, not the MESSAGE

2004-03-20 Thread Fowler, David
I'm encouraged to see that you are still looking at Struts. As I understand it, there is a property that I set in my distribution that displays the KEY when it cannot find the corresponding value. IPlanet 6.05 does not look for the resource files in the traditional (Struts) location. What

RE: bean:message prints the KEY, not the MESSAGE

2004-03-20 Thread Newcomer, Kenneth
hi david, yes still looking at struts. i wonder if it's better to place a copy(*ouch!*) of the resource files in iPlanet's preferred location (which would be ...?), or try to get iPlanet to look in the actual location. -Original Message- From: Fowler, David Sent: Saturday, March 20,

RE: bean:message prints the KEY, not the MESSAGE

2004-03-20 Thread Fowler, David
I couldn't get it to recognize paths from WEB-INF. I just don't think their web container complies with the spec. As I recall, it uses the class path of the application, hence codebase. -Original Message- From: Newcomer, Kenneth Sent: Saturday, March 20, 2004 11:05 AM To: Struts

Security FIlter Framework

2004-03-20 Thread as as
Hi, We have a web app implemneted in struts and deployed in Weblogic 7.0.We are planning to implement/consider filter frameworks for allowing role based access into the web app.(may be including the security filter framework.)Any suggestions on how this can be done and design decisons

Re: security framework!!!

2004-03-20 Thread as as
Hi, Any sample code implemenattions for the same Thanks! Adam Hardy [EMAIL PROTECTED] wrote: JAAS won't help you any more than what you've got in tomcat. The use of roles operates on exactly the same principles. It's got to, because it's not JAAS that has to deal with the roles, it's the

Re: ValidatorForm.getServlet() == null !!

2004-03-20 Thread Curtis Taylor
Hi Albrecht, The ActionServlet in an ActionForm is a private member with no accessor methods. So, try this in your form: this.servlet.getServletContext(); HTH, Curtis Albrecht Berger wrote: Hello, I need the ServletContext in one of my forms, which I'm trying to get with :

RE: version 1.2

2004-03-20 Thread Zsolt Koppany
Hi, do you mean struts-1.2 final? I cannot find that at: http://jakarta.apache.org/site/binindex.cgi Zsolt -Original Message- From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: Saturday, March 20, 2004 3:20 PM To: Struts Users Mailing List Subject: Re: version 1.2 At 1:14 PM

RE: version 1.2

2004-03-20 Thread Erez Efrati
Yes, I here so much of this version so I wondered if it was released or the CVS head version is stable enough for production. Erez -Original Message- From: Zsolt Koppany [mailto:[EMAIL PROTECTED] Sent: Saturday, March 20, 2004 10:58 PM To: Struts Users Mailing List Subject: RE: version

RE: version 1.2

2004-03-20 Thread Ted Husted
As Joe mentioned, we no longer use the beta-beta-beta-final versioning scheme. We now use an immutable versioning scheme, like that used by the Apache HTTPD project, Jakata Tomcat, and many others. Each release is a point release, meaning it's a three part number: major-minor-point. The most

RE: version 1.2

2004-03-20 Thread Erez Efrati
Ted, Thanks a lot for clearing this issue. Erez -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED] Sent: Sunday, March 21, 2004 1:22 AM To: Struts Users Mailing List Subject: RE: version 1.2 As Joe mentioned, we no longer use the beta-beta-beta-final versioning scheme. We

Re: Security FIlter Framework

2004-03-20 Thread Bill Siggelkow
Sam, If possible, I think that there are a lot of advantages to using container-managed security. However, it depends on how well you authorization needs fit. If you are using LDAP for your back end security data store, then Weblogic CMA works well with this. I have not used Weblogic CMA