Hi John,
http://jakarta.apache.org/struts/userGuide/resources.html

has loads of info!
find 'mail archive' specifically for that.
Not experienced enough to answer your actual question.
I'd suggest look at Tiles in the archive.
hope this helps.
Keith.

--- "Collard, John" <[EMAIL PROTECTED]> wrote:
> I think my original questions were lost due to other
> asking their questions
> on top of it.
> 
> So, here goes again:
> 
> Ok, I'm a newbie to struts.  
> 
> My first question, where can I find a history of
> this mailing list.
> 
> Second:
> I am attempting to put together a template like the
> following
> 
>  _____________________________
> |  <header>                  |
>  _____________________________
> | <left> | <center> | <right>|
> |        |          |        |
> ______________________________
> |  <footer>                  |
> ______________________________
> 
> The header, left, right and footer sections are
> included into the form:
> 
> userMaintenance.jsp
> ...
> <%@ include file="/nav/header.jsp" %>
> <%@ include file="/nav/left.jsp" %>
> ...
> // code for <center form> 
> ...
> <%@ include file="/nav/right.jsp" %>
> <%@ include file="/nav/footer.jsp" %>
> 
> 
> Problem:  left.jsp contains a form that allows the
> user to set session
> variable information. Since my forward
> success="/userMaintenance.jsp", none
> of the code for "sessionMaintenanceAction" or
> "sessionMaintenanceSaveAction"
> gets called.
> 
> What is a proper way to accomplish this?
> 
> Thanks,
>  John Collard
>  Senior Systems Analyst
>  UtiliCorp United Information Technology
>  email: [EMAIL PROTECTED]
>  
>  
> 
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 
> --
> To unsubscribe, e-mail:  
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 


__________________________________________________
Do You Yahoo!?
Check out Yahoo! Shopping and Yahoo! Auctions for all of
your unique holiday gifts! Buy at http://shopping.yahoo.com
or bid at http://auctions.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to