If you want a <form> across Tiles is one thing.  If you want a
<html:form> across Tiles is another.  Do you have to have the
<html:form> ?  If so, you can fairly easily write a custom sub-tag for
<html:form> that would allow you to open the tag and close it part way
through on one tile and open it again and finally close it in another.
 I cannot see why you would possibly want to do this, but it seems to
be quite possible.  In the end, all we are doing is creating a
response object.  Right?

Jack


On Tue, 30 Nov 2004 14:44:55 -0700, Wendy Smoak <[EMAIL PROTECTED]> wrote:
> From: "Graeme Miller" <[EMAIL PROTECTED]>
> 
> > How do I make it so that the
> > html:form tag is scoped across both tiles as I want to be able to
> > put controls in one tile and buttons to submit in another?
> 
> A search of the list archives turned up very little discussion of splitting
> forms across different tiles.  I only found one person stating that you can
> split a form across tiles.  Curiously, it was in reply to my stating that
> you can't, but it was not a thread I wished to continue, so the question was
> never resolved. ;)
> 
> Can we entice a Tiles expert to comment?  Can you have <html:form> in one
> tile, and <html:checkbox> in another?
> 
> Graeme, as a workaround I would try one of the JSP includes:  <%@ include,
> or <jsp:include (I can never keep them straight...).
> 
> --
> Wendy Smoak
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 


"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~

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

Reply via email to