Re: Struts ui components inside in a single line.

Thu, 29 Mar 2007 15:55:02 -0800

Sorry Ted, these informations I already had read at docs.
Did you take a look at my code, in the this thread? I think, you could have
a better idea of what I mean.

Thanks anyway...

Felipe


Ted Husted-4 wrote:
> 
> To include your own formatting, use the simple theme.
> 
> The default theme can be specified for the application in the struts
> configuration.
> 
> <constant name="struts.ui.theme"  value="simple" />
> 
> A different theme can be specified for individual forms as needed.
> 
> <form theme="simple" ...
> 
> or for any of the individual Struts tags.
> 
> The default theme can also be changed by setting a "theme" attribute
> in page, request, session, or appication scope (whew!). It's also
> possible to override the layout of a specific tag and load your own
> template instead.
> 
> * http://struts.apache.org/2.x/docs/template-loading.html
> 
> HTH, Ted
> <http://www.husted.com/ted/blog/>
> 
> 
> On 3/29/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote:
>>
>> Hi guys,
>>
>> Does somebody have an example about how make a form using the struts
>> tags,
>> with  all of components in a single line?
>>
>> I tried this, but did not worked:
>>
>> <table>
>>   <tr>
>>     <td>some text</td>
>>     <td>other text</td>
>>     <td><s:textfield name="any" size="30" required="true"/></td>
>>     <td><s:checkbox name="check" value="OUT"></s:checkbox></td>
>>     <td><s:checkbox name="check2" value="INV"></s:checkbox></td>
>>   </tr>
>> </table>
>>
>> Thanks,
>>
>> Felipe
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Struts-ui-components-inside-%3Ctable%3E-in-a-single-line.-tf3489297.html#a9745014
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to