File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSF and the fly likes Help required in Page Resizing Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Help required in Page Resizing" Watch "Help required in Page Resizing" New topic
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
 
developer file tools