• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Help required in Page Resizing

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic