cancel
Showing results for 
Search instead for 
Did you mean: 

JSF: urls, xhtml syntax and tc~ui~faces~extended~renderkit

Former Member
0 Kudos

I have NW 7.5sp1 with NWDI installed.

There is no updated manual for SAP JSF 2.2 so I am asking:

1. Where is actual list of URI/namespaces for JSF under SAP NW?

http://java.sap.com/jsf/core

http://java.sun.com/jsf/core

http://java.jcp.com/jsf/core

or

http://xmlns.jcp.com/jsf/core   ?

2. How to use XML syntax for jsf (not ugly JSP one)?

3. What is the way to compile jsf with tc~ui~faces~extended~renderkit ?

Thank you in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Some more notes:

1. For URI there is clearness:

tc~ui~faces~lib_api.jar defines:

http://java.sap.com/jsf/html (see html_basic.tld )

http://java.sap.com/jsf/core (see jsf_core.tld)

com.sap.ui.faces.extended.renderkit_api.jar defines

http://java.sap.com/jsf/html/extended (see sap_basic.tld)

So the only two standard namespaces with TLD are declared for JSF.

3. SAP prohibited to use FRAMEWORK tc/ui/faces/extended/renderkit : only sap.com and test.sap.com vendors are allowed to use it.

Also, for NWDI tc~ui~faces is not required to be written manually into application-j2ee-engine.xml. We could make an dependency into FRAMEWORK, dc tc/ui/faces

Please, help me with #2 question.