26 Replies Last post: Oct 15, 2008 11:11 PM by Juan Camilo Perez   Go to original post 1 2 Previous Next
Ilya Musihin TeamDev Ltd. 38 posts since
May 22, 2008
Currently Being Moderated
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:commandButton>
    </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.

Ilya Musihin TeamDev Ltd. 38 posts since
May 22, 2008
Currently Being Moderated
20. Aug 28, 2008 9:48 PM in response to: Juan Camilo Perez
Re: Problems with SuggestionField

Hello Juan,

 

We have fixed this problem. This problem was specific to JSF RI 1.1. You can use MyFaces or JSF RI 1.2 implementation to work around this problem. Alternatively you can get a prerelease build with this if you'd like to stay with JSF RI 1.1 (contact us at quipukit-support AT teamdev.com if you need this).

 

The QKS5317.jsp page works fine now. Though unfortunately QuipuKit is not compatible with AjaxAnywhere currently, so QKS5317AA.jsp page works fine only if you remove all AjaxAnywhere-related resources. I've attached the QKS5317AA.jsp page without AjaxAnywhere to this message.

 

Sincerely,

Ilya Musihin

Attachments:
Ilya Musihin TeamDev Ltd. 38 posts since
May 22, 2008
Currently Being Moderated
24. Sep 15, 2008 4:47 PM in response to: Juan Camilo Perez
Re: Problems with SuggestionField

Hello Juan,

 

We have fixed this problem and sent you the prerelease build of QuipuKit by email.

 

Sincerely,

Ilya Musihin

More Like This

  • Retrieving data ...