<f:view>

What is the functionality of <f:view> tag. I am learning JSF now please help me
[92 byte] By [Suri.ya] at [2007-11-27 7:00:01]
# 1

It's the root component of the JSF components. Like as <html> is the root tag of the HTML tags.

Also see the tlddoc: http://java.sun.com/javaee/javaserverfaces/1.2/docs/tlddocs/index.html

f

Tag view

Container for all JavaServer Faces core and custom component actions used on a page.

New to JSF? It's now all about reading the documentation/specs and *playing* with it as much as possible. Here are some more links:

http://java.sun.com/javaee/5/docs/tutorial/doc/

http://www.jsftutorials.net/

http://www.coreservlets.com/JSF-Tutorial/

BalusCa at 2007-7-12 18:50:41 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Thanks for All
Suri.ya at 2007-7-12 18:50:41 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...