reference input page from inside action?

2001-06-08 Thread Seth Ladd
Hello, Is it possible to reference and forward to the input page of an action from within the action? It seems as if I have to make an explicit forward mapping for input for each action. Sometimes, I need to do extra state checking inside action, and if that fails, to forward back to input.

RE: reference input page from inside action?

2001-06-08 Thread Seth Ladd
return (new ActionForward(mapping.getInput())); excellent, thank you very much! Seth

Can an Action forward to another Action?

2001-05-17 Thread Seth Ladd
Hello, I thought I saw this functionality added into Struts recently, and went to search the mailing list archives, but couldn't find it. I'm not sure if I made this up or not. :) Can an Action forward right to another action? If not, is there a good way to accomplish this? Thanks for your

Where to forward when validate returns false in wizard style forms?

2001-04-30 Thread Seth Ladd
for every step in the wizard process? Thanks for any tips or pointers, Seth Seth Ladd | Software Engineer, Product Development Brivo Systems, Inc. [EMAIL PROTECTED] Confidential and Proprietary, Brivo Systems, Inc.

RE: Where to forward when validate returns false in wizard style forms?

2001-04-30 Thread Seth Ladd
Yes, it would be better to have an action for each step in the process. That is what MVC/Model 2 is all about. Thanks for the reply! That's the same conclusion I came to. What I'm trying is having the same Action class handle each step, since for the wizard style all but the last step only

how do I report exceptions during Action setup?

2001-04-19 Thread Seth Ladd
want to somehow signal to the ActionServlet that this Action is invalid. If I can't throw an exception, is there a way to notify the ActionServlet that this Action is invalid? Thanks very much for any tips and pointers! Seth Seth Ladd | Software Engineer, Product Development Brivo Systems, Inc

RE: Problems with example app, and cookie match tests, in WebLogic 5.1

2000-11-16 Thread Seth Ladd
the mail-archieve is crowded with Struts / Weblogic problems. WL seems to have different problems with Struts. As I've switched over to Orion Appserver, I've never had the same problems again. That's very interesting... when I tried the latest nightly build of struts w/ Orion 1.4.0, I still get

Struts + Orion 1.4.0 Exception on Startup

2000-11-13 Thread Seth Ladd
: Cannot load application resources bundle org.apache.struts.example.ApplicationResources Any help or hints would be greatly appreciated. Thanks! Seth Seth Ladd | Software Engineer, Product Development Brivo Systems, Inc. [EMAIL PROTECTED] Confidential and Proprietary, Brivo Systems, Inc.

RE: UML Diagrams for Struts

2000-11-02 Thread Seth Ladd
Here's a class diagram I draw some days ago. Feel free to criticize it. I can provide you with the Visio 2000 file if you want. Thanks so much for taking the time to create the diagram. I really appreciate it. One question I had for you, though, is where the StartUpServlet comes from. I am