Plasma TV?  Not a new copy of Java Today?  LOL  ;-)

The form has a name from the mapping.  Whatever servlet, html, etc.
you have is going to reflect that form, right?  What you want to do is
manage the RESPONSE not the REQUEST, right?  The form is not in the
request but in the response.

The header is also always in the response, so whatever form is
associated with the response has to be associated as well with the
"copy" of the header we are talking about.  That is what I am saying.

Are we agreed?



> So, if you either (a) always put the form in request and name it something 
> like "form", then the header.jsp code always knows to get that for any page 
> it's included on, or (b) grab the ActionMapping and use the information from 
> that, or (c) in page1.jsp, just before the header.jsp include, you can create 
> a variable formName or something, that essentially hard-codes with each page 
> the form name (and probably scope) that the header.jsp code can use.
> 
> We might be saying the same thing in the end anyway :)


We might be.  It looks as if you might be confusing the request with
the response, but that seems unlikely.  Are you having a "brain f__ t"
?  lol  ;-)  I AM KIDDING!  You know that, I am sure.

If an included file simply accesses the form in the page it is on,
that works.  Think of how easy this all will be with Tiger.  I cannot
wait for Tiger.

Jack

------------------------------

"You can lead a horse to water but you cannot make it float on its back."

~Dakota Jack~

"You can't wake a person who is pretending to be asleep."

~Native Proverb~

"Each man is good in His sight. It is not necessary for eagles to be crows."

~Hunkesni (Sitting Bull), Hunkpapa Sioux~

-----------------------------------------------

"This message may contain confidential and/or privileged information.
If you are not the addressee or authorized to receive this for the
addressee, you must not use, copy, disclose, or take any action based
on this message or any information herein. If you have received this
message in error, please advise the sender immediately by reply e-mail
and delete this message. Thank you for your cooperation."

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

Reply via email to