Re: Configuring struts with weblogic 5.1

2000-12-29 Thread Andreas Doerr
Hi, are you sure, that you have all the necessary stuff installed below the META-INF directory? The jar files under META-INF/lib and so on? Regards, --Andreas

Re: Saving HTTP Request Info

2000-12-29 Thread Ted Husted
On 12/28/2000 at 10:47 PM Neal Kaiser wrote: Let's say I am POSTing a bunch of information from a form to an ActionServlet. Usually, you would never get the chance to complete the form, since the JSP can see that you are not logged in, and forward you to the login form before you get the

struts example - fails under WebLogic 6.0

2000-12-29 Thread wmeier
Hi, I'm new to struts but would like to explore it as our future corporate standard for web applications. Unfortunately it doesn't work cleanly with current WebLogic versions. Weblogic 6.0 now supports load-on-startup so the example application initializes successfully, but the example now

RE: struts example - fails under WebLogic 6.0

2000-12-29 Thread Punyansky, Alex
Hi, I posted the same question about a week ago. Please see an attached answer to my message by Mikael Eriksson. Hope this helps. Alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, December 29, 2000 10:04 AM To: [EMAIL PROTECTED] Subject: struts

RE: struts example - fails under WebLogic 6.0

2000-12-29 Thread Ted Husted
Besides the workaround, I believe Craig is working on the "big fix" to this, see: http://www.mail-archive.com/struts-user@jakarta.apache.org/msg01054.html -- Ted Husted, Husted dot Com, Fairport NY USA. -- Custom Software ~ Technical Services. -- Tel 716 425-0252; Fax 716 223-2506. --

Strut your stuff article in JavaWorld

2000-12-29 Thread Lou . Farho
Has anyone used the PageBean talked about in the link below? http://www.javaworld.com/javaworld/jw-12-2000/jw-1201-struts.html Does Struts plan on rolling any of the features in? Lou Farho Sr. Engineer Level (3) Communications, Inc. 720-888-7751

Re: Strut your stuff article in JavaWorld

2000-12-29 Thread Ted Husted
On 12/29/2000 at 10:33 AM [EMAIL PROTECTED] wrote: Does Struts plan on rolling any of the features in? Yes. See http://www.mail-archive.com/struts-user@jakarta.apache.org/msg00927.html *** REPLY SEPARATOR *** On 12/29/2000 at 10:33 AM [EMAIL PROTECTED] wrote: Has anyone

Checking for Security Roles

2000-12-29 Thread David Winterfeldt
If you are doing form based authentication, is there a way to check what role someone is in with existing tags? If there isn't a way to do this currently, I think that it would be a good thing to add to the logic tags and possibly a bean tag. David Winterfeldt

Re: Saving HTTP Request Info

2000-12-29 Thread Craig R. McClanahan
Neal Kaiser wrote: I'm brand new to struts, so forgive me if this has been covered heavily. Let's say I am POSTing a bunch of information from a form to an ActionServlet. This ActionServlet will detect I'm not logged in and ask me to log in (by redirecting me to logon.jsp for example).

Re: Checking for Security Roles

2000-12-29 Thread Craig R. McClanahan
Good idea ... I just checked in modifications to the logic:present and logic:notPresent tags that let you check for a particular role (using request.isUserInRole() underneath) or a particular user principal name. Example: logic:present role="admin" ... special menu options for an

Re: if/elseif tag?

2000-12-29 Thread Jim Newsham
The "struts-logic" library includes quite a few variations of an "if" tag that can perform different sorts of conditional checks for you. At the moment, however, there is nothing that provides the "else" or "elseif" construct. This is mostly because I've yet to see a syntax for

Re: Struts Readme Instructions for WebLogic 5.1

2000-12-29 Thread Tim Kuntz
Steven, You probably want to create a new Web application to keep your installation clean. I would read through the WebLogic Web Application doc as it explains how to set an app up: http://www.weblogic.com/docs51/classdocs/webappguide.html Here is a sample from my configuration...

WebLogic NullPointer from PageContextImpl.getAttribute

2000-12-29 Thread Tim Kuntz
I have been using WebLogic for a while but am new to Struts and am having a problem running Struts as an explicit WebLogic Web application (weblogic.httpd.webApp.myapp) due to a problem with WebLogic class loaders. The problem is misleading because the error message is a