www.teamdev.com
17 Replies Last post: Aug 12, 2008 6:24 PM by Ilya Musihin   Go to original post 1 2 Previous Next
Click to view Ilya Musihin's profile TeamDev Ltd. 24 posts since
May 22, 2008
17. Aug 12, 2008 6:24 PM in response to: Juan Camilo Perez
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.