RE: Tiles and Forms

2004-11-30 Thread David G. Friedman
PROTECTED] Sent: Tuesday, November 30, 2004 6:29 PM To: Struts Users Mailing List Subject: RE: Tiles and Forms Grasshopper! The solution is in plain site in the userGuide for the HTML Taglib. Use the name="someBeanName" attribute available to many html:taglib fields. Hopefully, you

RE: Tiles and Forms

2004-11-30 Thread David G. Friedman
Grasshopper! The solution is in plain site in the userGuide for the HTML Taglib. Use the name="someBeanName" attribute available to many html:taglib fields. Hopefully, you are using a version of Struts which is recent enough to support that attribute (should be supported in 1.0, definitely in 1.1

Re: Tiles and Forms

2004-11-30 Thread Dakota Jack
If you want a across Tiles is one thing. If you want a across Tiles is another. Do you have to have the ? If so, you can fairly easily write a custom sub-tag for 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.

Re: Tiles and Forms

2004-11-30 Thread Wendy Smoak
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 differ

RE: Tiles and Forms

2004-11-30 Thread Joe Germuska
At 10:02 AM +1300 12/1/04, Graeme Miller wrote: Simple question with no helpful responses so far. I must therefore conclude either a)Noone uses tiles because they are broken b)Noone understands tiles c)The way I am proposing to use tiles is so dramatically wrong at a design level that noone has a c

Re: Tiles and Forms

2004-11-30 Thread Bill Siggelkow
I don't think it is possible to "split" a form across multiple Tiles because the Tile is a complete (translated) response. A form must be complete on a Tile. However, you can achieve the desired behavior by using the JSP include directive -- the included fragment will can be a portion of the fo

RE: Tiles and Forms

2004-11-30 Thread Graeme Miller
Simple question with no helpful responses so far. I must therefore conclude either a)Noone uses tiles because they are broken b)Noone understands tiles c)The way I am proposing to use tiles is so dramatically wrong at a design level that noone has a clue what I am asking. Just as a quick summary

RE: Tiles and Forms

2004-11-30 Thread Hollaway, Shedrick L CIV TRIREFFAC
Graeme, What is the attributes of your form (formAction)? Do you have a getter/setter for "delete"? I believe that this what '' is looking for. Shed. -Original Message- From: Graeme Miller [mailto:[EMAIL PROTECTED] Sent: Monday, November 29, 2004 21:16 To: [EMAIL PROTECTED] Subject: Ti