ActionMapping forward to another mapping

2003-08-14 Thread Shryock, Chad
Hello, I have an action mapping: I am having a problem when I forward to the "form" forward. The ActionClass is not getting the ActionForm object that the /notamEntryLoad Action and /notamWorkingList are sharing. Here is the ActionMapping f

JSP Includes, Actions, and Struts 1.0

2003-08-14 Thread Shryock, Chad
Hello, I am going to re-ask the question. I have an include on a JSP page that is including an action. (I am creating a dynamic header.) The problem any thing under the include is not being sent to the web browser. The jsp include: The action mapping connected to the jsp pag

Dynamic Header

2003-08-14 Thread Shryock, Chad
Hello, I have a dynamic header on the top of all my pages. I am adding it like: ON THE JSP PAGE: STRUTS-CONFIG.XML: My problem, the rest of the page after the JSP include isn't loading. Thanks in advance, Chad Shryock. --

Nested Tag

2002-12-03 Thread Shryock, Chad
Hello, I am using WebSphere Enterprise Developer 5.0. I don't know the version of Struts it has build into it. A) How do I tell what version of Struts I am using. B) I need to use the nested tag, but it isn't in my WEB-INF directory. Can someone point me in the right direction of where I can down

struts-user@jakarta.apache.org

2002-11-25 Thread Shryock, Chad
Hello, I have a page that has a large form. I need to be able to make some fields read-only dynamically for some views of the table. I tried "/>. Thanks, Chad Shryock. -- To unsubscribe, e-mail: For additional commands, e-mail:

Forwards and Frames

2002-11-25 Thread Shryock, Chad
Hello, Background information: I have a page split into two frames, top and bottom. I have a form in the top part, that displays a list of messages. The user then selects the messages they want displayed and they press a button and the button forwards the information to the bottom form? How do I