cancel
Showing results for 
Search instead for 
Did you mean: 

JSF Development within MII

Former Member
0 Kudos

Hi,

Is it possible to develop JSF within MII?

This thread (http://scn.sap.com/thread/1904409) says its possible but there is no technical detail.

I tested below simple jsf page under MII :

<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>

<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>

  <f:view>

          <h:outputText value="Test"></h:outputText>

</f:view>

and received :

"Error in parsing the taglib tag in the JSP page. Cannot resolve URI: [http://java.sun.com/jsf/core]. Possible reason - validation failed. Check if your TLD is valid against its scheme"

What i understand from this error message is MII does not know where are the jsf libraries.

And i also wonder about how to add FacesServlet definition to MII.

Could you please share your info.

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Turan,

As of now JSF is not supported within MII.

Regards,

Anushree

Former Member
0 Kudos

Hi Anushree,

Thanks for your response.

Regards,

Turan

Answers (0)