[richfaces-issues] [JBoss JIRA] Created: (RF-2476) columns: "first" attribute doesn't work

Mikhail Vitenkov (JIRA) jira-events at lists.jboss.org
Wed Mar 12 07:54:57 EDT 2008


columns: "first" attribute doesn't work
---------------------------------------

                 Key: RF-2476
                 URL: http://jira.jboss.com/jira/browse/RF-2476
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.0
         Environment: IE6, IE7, FF, Safari(3.2.0.CR2)
            Reporter: Mikhail Vitenkov
         Assigned To: Nick Belaevski


add first="1" inside rich:columns tag leads to following error:
org.apache.jasper.JasperException: /Columns/Columns.jsp(35,2) Unable to find setter method for attribute: first
Setter method additive in java managed bean doesn't clear this problem.

public void setFirst(int first){
		this.first = first;
	}

public int getFirst(){
		return first;
	}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list