Re: Struts ui components inside in a single line.

Thu, 29 Mar 2007 17:16:39 -0800

Hi guys,

I found the solution to my case. I got the rendered html and put it direct
on my jsp page.
But I've thinking. Could anyone figure out how to create an attribute like
autoLayout="true" to the forms tags?
Anyway, I will study the code when I get some time, and if nobody say
anything against it, I will create a
Jira issue and if I can, implement it.
I know the ajax theme is migrating to outside struts at version 2.1.x, so
maybe it is an oportunity to that.

Regards and thanks to not block me... ;-)

Felipe


Felipe Rodrigues 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
> 

-- 
View this message in context: 
http://www.nabble.com/Struts-ui-components-inside-%3Ctable%3E-in-a-single-line.-tf3489297.html#a9745728
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