Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / September 2006

Tip: Looking for answers? Try searching our database.

Information about jsf..

Thread view: 
gbattine - 18 Sep 2006 17:58 GMT
HI guys,
i've developed a jsf application but now i need to care to its
aspect...
that is change style of page,organizing input forms etc....
Does exists for jsf page templates?
Or have i use only css?

I'vent understood Tiles utility,can someone explain me?
Thanks very much
Chris Smith - 18 Sep 2006 18:22 GMT
> i've developed a jsf application but now i need to care to its
> aspect...
> that is change style of page,organizing input forms etc....
> Does exists for jsf page templates?
> Or have i use only css?

If you're using HTML render kits for JSF, then yes you should probably
use CSS to work with the visual appearance of the page.  The HTML render
kit tags have attributes that can be used to apply classes or CSS styles
to JSF controls.

> I'vent understood Tiles utility,can someone explain me?

Tiles is a framework created by David Geary for doing layout of JSP
pages.  It is organized around writing JSP pages that represent pieces
of the page (for example, a header, or a menu to go in the left margin),
and then another JSP page to put them all together.  It has some
advantages in terms of modularity versus duplicating the content across
several pages.  I consider Tiles mostly a legacy technology these days,
though, since the same thing is easier to accomplish -- and introduces
no extra third-party software dependency -- using JSP tag files in
recent versions of JSP.

Tiles does not create any additional layout options versus plain HTML.  
Its purpose is to avoid duplication, not to add presentation options.

Signature

Chris Smith

gbattine - 18 Sep 2006 18:25 GMT
thanks very much Chris...


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.