Tuesday, February 26, 2008

Catchup

So the last week I was working on several issues and was distracted from core-development. 

Firstly I was working on the extended abstract for the WorldComp'08 deadline yesterday.

Also I spent some time working on a small project for OIP.

Today's issue is a leftover issue from last week.

The issue revolves around this

<s:graphicimagedynamic imagerendererclass="#{dataEntry.blobRenderer}"><f:param name="blobIndex" value="#{dataEntry.tempI}"></f:param></s:graphicImageDynamic>I have been having issues getting the correct f:parameter value fed into the blobRenderer class, presently I believe I am boot strapping the parameter from within the bean method that returns the render class object.  I am annoyed that I cannot instead use a jsp expression such as,
 
value="<%=i%>"I have tried several other approaches mixing JSP into the JSF such as a JSP expression which evaluates to a jsf tag with appropriate value but then the tag is simply not rendered.  This all frustrates me greatly.  The boot strapping method still appears to work but I am not convinced it is the correct solution.

No comments: