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
o change the form's submit location/path/action/URL. Regards, David "Try that Tile question out!" Friedman -Original Message- From: Graeme Miller [mailto:[EMAIL PROTECTED] Sent: Monday, November 29, 2004 9:16 PM To: [EMAIL PROTECTED] Subject: Tiles and Forms What is the correct

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
ust to get an answer. Without some "words from the wise" I don't see how its behaving in a correct manner. Thanks, Graeme. -Original Message- From: Graeme Miller [mailto:[EMAIL PROTECTED] Sent: Tuesday, 30 November 2004 3:16 p.m. To: [EMAIL PROTECTED] Subject: Tiles and Forms What i

RE: Tiles and Forms

2004-11-30 Thread Graeme Miller
al Message- From: Graeme Miller [mailto:[EMAIL PROTECTED] Sent: Tuesday, 30 November 2004 3:16 p.m. To: [EMAIL PROTECTED] Subject: Tiles and Forms What is the correct pattern for placing a struts html:form tag in a layout where - the controls may be in a different location (and hence diffe

RE: Tiles and Forms

2004-11-30 Thread Hollaway, Shedrick L CIV TRIREFFAC
L PROTECTED] Subject: Tiles and Forms What is the correct pattern for placing a struts html:form tag in a layout where - the controls may be in a different location (and hence different tiles) from the buttons that submit the form - where you want the action the form submits to to be customisable

Tiles and Forms

2004-11-29 Thread Graeme Miller
What is the correct pattern for placing a struts html:form tag in a layout where - the controls may be in a different location (and hence different tiles) from the buttons that submit the form - where you want the action the form submits to to be customisable by whatever jsp uses this form? If an