I have a form in which I wish to have it align horizontally. 
If I use the tags like this:

<s:form action="register_addTraveler" method="post" >
    
        <s:textfield name="traveler.firstName" size="10"/>
        <s:textfield name="traveler.lastName" size="10"/>
        <s:textfield name="traveler.dob" size="10"/>
   
</s:form>


I get it in a vertical way. Does anyone know how to set it horizontally?

* the idea is to create a table and let the end-user fill the information as
if he sees an excel table:

first name....last name.....dob
[           ]....[           ]....[   ]
[           ]....[           ]....[   ]
[           ]....[           ]....[   ]
[           ]....[           ]....[   ]

Thanks for any pointers
-- 
View this message in context: 
http://www.nabble.com/-S2--how-to-have-the-form-horizontally--tp18635855p18635855.html
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