]
Nick Belaevski updated RF-2476:
-------------------------------
Fix Version/s: 3.2.0
Assignee: Andrei Markavtsov (was: Nick Belaevski)
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: Andrei Markavtsov
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: