]
Gavin King updated JBSEAM-1330:
-------------------------------
Issue Type: Feature Request (was: Bug)
Priority: Minor (was: Major)
Cant use EL expressions for pdf colors
--------------------------------------
Key: JBSEAM-1330
URL:
http://jira.jboss.com/jira/browse/JBSEAM-1330
Project: JBoss Seam
Issue Type: Feature Request
Components: PDF
Reporter: Dustin Norlander
Priority: Minor
Using el expressions for color values in pdf generation fails with classcast exception.
Problem is that the valueBinding expects a Color but gets a String..
UIRectange.java
public void applyRectangleProperties(FacesContext context, Rectangle rectangle) {
....
backgroundColor = (Color)valueBinding(context, "backgroundColor",
backgroundColor);
if (backgroundColor != null) {
rectangle.setBackgroundColor(backgroundColor);
}
.... ect ...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: