How can I insert a table into a struts form?

2009-06-09 Thread Griffith, Michael *
Hello everyone, I'm wondering is there a way I can insert a displayTag table into my struts form? I want the table to appear under form edit controls, but before the buttons, like a master detail type of view. I'd like to know if there is a way to do this without making changes to the default

Re: How can I insert a table into a struts form?

2009-06-09 Thread Dave Newton
Griffith, Michael * wrote: I'm wondering is there a way I can insert a displayTag table into my struts form? I want the table to appear under form edit controls, but before the buttons, like a master detail type of view. I'd like to know if there is a way to do this without making changes to the

RE: How can I insert a table into a struts form?

2009-06-09 Thread Griffith, Michael *
Dave, Thanks for the reply. Create a trtd colspan=2... Do this in my form, or change the template? MG -Original Message- From: Dave Newton [mailto:newton.d...@yahoo.com] Sent: Tuesday, June 09, 2009 3:27 PM To: Struts Users Mailing List Subject: Re: How can I insert a table

Re: How can I insert a table into a struts form?

2009-06-09 Thread Dave Newton
Griffith, Michael * wrote: Create a trtd colspan=2... Do this in my form, or change the template? On your page. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail:

RE: How can I insert a table into a struts form?

2009-06-09 Thread Griffith, Michael *
('cancel'); tabindex=2 / s:submit tabindex=3 onclick=javascript:setMethod('submit'); / Cheers! mg -Original Message- From: Dave Newton [mailto:newton.d...@yahoo.com] Sent: Tuesday, June 09, 2009 3:35 PM To: Struts Users Mailing List Subject: Re: How can I insert a table into a struts form

Re: How can I insert a table into a struts form?

2009-06-09 Thread Wes Wannemacher
PM To: Struts Users Mailing List Subject: Re: How can I insert a table into a struts form? Griffith, Michael * wrote: Create a trtd colspan=2... Do this in my form, or change the template? On your page

RE: How can I insert a table into a struts form?

2009-06-09 Thread Griffith, Michael *
...@yahoo.com] Sent: Tuesday, June 09, 2009 3:35 PM To: Struts Users Mailing List Subject: Re: How can I insert a table into a struts form? Griffith, Michael * wrote: Create a trtd colspan=2... Do this in my form, or change the template? On your page