This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSF and the fly likes Need JSF Components (Different varities) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Need JSF Components (Different varities)" Watch "Need JSF Components (Different varities)" New topic
Author

Need JSF Components (Different varities)

murugesan govind
Greenhorn

Joined: Mar 09, 2008
Posts: 10
Hi,

I am developing one new website and I need the following components with varities(different colors and different types) to implement in JSF1.0, actually I tried to implement these components in the JSF and changed the colors using css but its not working, so pls advise me, Is there any free components which we can implement in the JSF1.0?

Need the following components:

* Label
* Edit Box -- (it is very similar to prompt() in javascript)
* Drop Down List
* Drop Down Menus
* List box
* List Item
* Buttons
* Datatable
* Tabbed Page
* Checkbox
* Radio Button

Note: I know there is a Richfaces components but its not working in my environment in JSF1.0 and WAS6.0, so I am requesting you to help me other than richfaces because richfaces supports from JSF1.1. Thanks

Regards
Murugesan
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14475
    
    7

All those controls are in JSF version 1, and the CSS should work if you specified it correctly. Use the "View source" option on your browser to make sure that you did it right and remember that if you're using the CSS class feature, that in JSF it's named styleClass.

One annoying thing is that you can't set the background color for the inside of a checkbox or radio button, but that's not JSF's fault - almost no browser supports that feature. JSF will allow you to set it, but the user's browser won't honor it. There's no problem with inputText, textArea and the menu and list box controls.


Customer surveys are for companies who didn't pay proper attention to begin with.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Need JSF Components (Different varities)
 
Similar Threads
Reg : Drop-down box
Dynamic JSF pages
Is there any canvas like component in JSF?
Edit Box in JSF
Migration from JSFv1.0 to JSF v1.1 in RSA v7.0