使用struts2时在JSP中对齐数据

时间:2015-03-16 09:24:44

标签: struts2

在使用struts2标签时,我将jsp写为

<s:textfield        name="NumOfSeats"       label="No. of Berths"/>
<sx:datetimepicker  name="date"             label="Date of journey"     displayFormat="dd-MM-yyyy" />
<s:textfield        name="trainNo"          label="Train no"/>

我得到了这样的页面(Lables和textfilelds在同一高度)

Lables and textfilelds at same height

因为我需要datetimepicker,所以我添加了<sx:head></sx:head>。然后页面变得像这样(不同高度的标签和文本字段)

label and text field at different heights

我可以做些什么来使它们在相同的高度对齐。

0 个答案:

没有答案