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

Andrei Markavtsov (JIRA) jira-events at lists.jboss.org
Thu Mar 20 10:53:51 EDT 2008


     [ http://jira.jboss.com/jira/browse/RF-2476?page=all ]

Andrei Markavtsov resolved RF-2476.
-----------------------------------

    Resolution: Done
      Assignee: Mikhail Vitenkov  (was: Andrei Markavtsov)

The attribute has been removed from columns

> 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: Mikhail Vitenkov
>             Fix For: 3.2.0
>
>
> 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