Dialog - Login Demo - Parameters: Invalid chunk '' ignored.

UI Components for JSF
Post Reply
jlferreira
Posts: 43
Joined: 16 Nov 2010, 17:52

25 Nov 2010, 04:34

Hi all.
I created a login page identical to dialog login page demo.
I created a loginBean (identical to example too), and configured this bean as session in faces-config.xml.
When I press the figure, the dialog is show, but when I press the login button in dialog (after put admin, admin), the following Warning appears in console:
Any action is perfomed. the login is not closed and if I put wrong username and password, no shake hapens.
Warning:
org.apache.tomcat.util.http.Parameters processParameters
WARNING: Parameters: Invalid chunk '' ignored.

I'm using: eclipse.
Apache Tomcat 7.
JSF 2.0 (mojarra 2.0.3-FCS)
primefaces-2.2.RC2
MySQL JDBC DRIVER (not used in this sample application).

Thanks all.
Eclipse Helios.
JSF-2.0 (Mojarra 2.1.0-b11).
GlassFish 3.1.
PrimeFaces 2.2.1
EclipseLink 2.1.x - EclipseLink 2.1.x.
PostgreSQL 9.0

salman391
Posts: 4
Joined: 25 Jun 2010, 09:32

25 Nov 2010, 08:49

I believe you have nested <h:form> situation. e.g.

<h:form id="parentform" prependId="false">
<!-- some code -->
<h:form id="childform" prependId="false>
<!-- some code -->
</h:form>
</h:form>

Try removing one of the forms....
Server: Apache 6.0
IDE: Eclipse Helios
JSF: Mojaro 2.0.2
Primefaces: 2.2 RC2
Spring: 3.0.5
Spring webflow: 2.2.1

jlferreira
Posts: 43
Joined: 16 Nov 2010, 17:52

25 Nov 2010, 15:05

Thanks for help.
It works.
Eclipse Helios.
JSF-2.0 (Mojarra 2.1.0-b11).
GlassFish 3.1.
PrimeFaces 2.2.1
EclipseLink 2.1.x - EclipseLink 2.1.x.
PostgreSQL 9.0

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 42 guests