| Author |
Help required in Page Resizing
|
Rijil Janardhan
Greenhorn
Joined: Apr 10, 2007
Posts: 2
|
|
Hi, I am working on a JSF page which has radiobutton in it. I am facing a problem in page resizing. All the contents move down as I start decreasing the size of the page. I used "no wrap" to solve this. But in following case it fails. The text besides the radiobuttons still moves. Could anyone please tell me why this would be and what can be done. I have replaced start and end tags with "[ ]" here. Thanks in advance!!! Rijil [body] [t:selectOneRadio id="SetStatus" styleClass="xxx" value="#{value}" layout="pageDirection" valueChangeListener="#{listener}" immediate="true" ] [f:selectItem itemValue="0" itemLabel="#{label1}" /] [f:selectItem itemValue="1" itemLabel="#{label2}" /] [/t:selectOneRadio] [/body]
|
 |
 |
|
|
subject: Help required in Page Resizing
|
|
|