I am a Struts newbie, and I have made great strides with the book: "Jarkarta Struts for Dummies" by Mike Robinson and Ellen Finklestein.
They have an application called MusicListCollection and I have been using that to help me figure out Struts.
One of the pages is called musiclist.jsp, this is a man page and it makes use of the <c:import> for the top logo, the bottom footer, and the main body jsp page called: musiclistContent.jsp
This 'musiclistContent.jsp' is basically some tag defs, the application resource bundle, and then there is an HTML form. When this musiclist.jsp page is called, the form within the musiclistContent.jsp is automatically called.
I am trying to reproduce some of that functionality. I also have a page called default.jsp. It has 3 includes, one for the header, footer, and main body. The main body is a .jsp called 'gblist.jsp' much like 'musiclistContent.jsp' so, when I call default.jsp I want this form within the gblist.jsp to be called automatically.
How can I do this ... what did I forget? Thanks.
Tom
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]