Re: Problems with SuggestionField
Hello Juan,
Please, use the following code in QKS5317.jsp:
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
<html>
<head>
<title>Support</title>
</head>
<body>
<f:view>
<h:form id="form1">
<h:commandButton value="Create Suggestion Field" type="submit" action="#{QKS5317.createDataTable}"/>
</h:form>
</f:view>
</body>
</html>
It works fine on tomcat 6.0.16. Please, contact us if you have any further questions.
Sincerely,
Ilya Musihin.