4 Replies Latest reply on May 26, 2008 12:44 PM by kaustubhkakirde

    Error with Dropdowns

    kaustubhkakirde

      I have a complex structure in a jsp page. I have some dynamic tabs being generated at runtime. 3-4 tabs from that share same jsp as an include in their content part. The included jsp is having a dataTable and dropdowns for filtering the dataTable values. I am calling an action method in the backing bean class and everything works fine for the first tab but when I go to second tab and try to filter the table I get this error "PWC4011: Unable to set request character encoding to ISO-8859-1 from context /Project, because request parameters have already been read, or ServletRequest.getReader() has already been called". and the filtering does not works. Any Idea why this is happening??? I am using Glassfish bundled with NetBeans 6.1. Rich Faces 3.2.0 with SR1 and Sun implementation of JSF 1.2.