Re: Struts 2 newbie question

2007-03-12 Thread Ted Husted
On 3/12/07, Mark Menard <[EMAIL PROTECTED]> wrote: On 3/12/07 1:53 PM, "Paul Saumets" <[EMAIL PROTECTED]> wrote: > In your struts.properties file declare the following line: > > struts.ui.theme=simple Or, in struts.xml, The struts.xml setting being the preferred approach. - HTH, Ted

RE: Struts 2 newbie question

2007-03-12 Thread King, Leon C
:) That's what I figured out and implemented. Thanks for the quick help. -Original Message- From: Mark Menard [mailto:[EMAIL PROTECTED] Sent: Monday, March 12, 2007 5:22 PM To: Struts Users Mailing List Subject: Re: Struts 2 newbie question On 3/12/07 1:53 PM, "Paul Saumet

Re: Struts 2 newbie question

2007-03-12 Thread Mark Menard
On 3/12/07 1:53 PM, "Paul Saumets" <[EMAIL PROTECTED]> wrote: > In your struts.properties file declare the following line: > > struts.ui.theme=simple > > then just wrap whatever you'd like around your input tags. That to me is a hammer-like solution. This will change all of his forms to use the

RE: Struts 2 newbie question

2007-03-12 Thread King, Leon C
] Sent: Monday, March 12, 2007 2:36 PM To: Struts Users Mailing List Subject: Re: Struts 2 newbie question You'll have to modify the associated template within your project. The actual form template (from the default xhtml) is wrapping inputs into a table, each input is appended has a row in

Re: Struts 2 newbie question

2007-03-12 Thread stanlick
L PROTECTED] To: user@struts.apache.org Sent: Mon, 12 Mar 2007 14:23:14 -0400 Subject: Struts 2 newbie question How do you modify the alignment of a button? Currently I'm using the following in my jsp: which produces a button on one line. I'd like to combine severa

Re: Struts 2 newbie question

2007-03-12 Thread Paul Saumets
In your struts.properties file declare the following line: struts.ui.theme=simple then just wrap whatever you'd like around your input tags. Regards, Paul _ From: King, Leon C [mailto:[EMAIL PROTECTED] To: user@struts.apache.org Sent: Mon, 12 Mar 2007 14:23:14 -0400 Subject: Str

Re: Struts 2 newbie question

2007-03-12 Thread Pascal Lalonde
You'll have to modify the associated template within your project. The actual form template (from the default xhtml) is wrapping inputs into a table, each input is appended has a row into it. - Pascal King, Leon C wrote: How do you modify the alignment of a button? Currently I'm using the

Struts 2 newbie question

2007-03-12 Thread King, Leon C
How do you modify the alignment of a button? Currently I'm using the following in my jsp: which produces a button on one line. I'd like to combine several buttons on the same line. Thanks, Leon

Re: struts 2 newbie question

2006-11-30 Thread Mark Menard
On 11/30/06 4:40 PM, "walidito" <[EMAIL PROTECTED]> wrote: Quick caveat, I haven't used the methodology, but I might start now. > and I don't understand this stuff : > in struts.xml > > the tutorial says : > The "method={1}" attribute is replaced with "method=input". > Why ? Can someone explain

struts 2 newbie question

2006-11-30 Thread walidito
n someone explain me why it is replaced by this particular method, and give me another simple example if possible. thanks Walid -- View this message in context: http://www.nabble.com/struts-2-newbie-question-tf2734508.html#a7628558 Sent from the Struts - User mail