开发者

<s:checkbox not appearing correctly in jsp

开发者 https://www.devze.com 2023-02-10 15:37 出处:网络
The below checkbox is appearing on top of the checkbox label. Like so - The label should be appearing beside the checkbox.

The below checkbox is appearing on top of the checkbox label. Like so -

<s:checkbox not appearing correctly in jsp

The label should be appearing beside the checkbox.

Here is the code im using -

<s:checkbox l开发者_运维技巧abel="Visibilty - Everyone" name="checkboxField1" value="aBoolean" fieldValue="true"/>

Thanks


Customize your struts theme by changing the labelposition. (the answer is accumulated from comments)

0

精彩评论

暂无评论...
验证码 换一张
取 消