[jboss-user] [JBoss Seam] - Re: Isn't the Core JSTL suppose to be supported?

samdoyle do-not-reply at jboss.com
Thu Oct 25 19:56:54 EDT 2007


Please disregard this, this wasn't the problem.

This initially worked but when I added the jstl conditional checking it stopped so naturally I blamed it on the jstl. I rolled back everything and it was still not working. 

The problem was the method signature used to take a Long parameter but was changed to long. The paramter being passed to the page was:

  | <param name="groupID" value="#{cameraAccessor.cameraGroupID}"
  |              converterId="javax.faces.Long"/>
Using a javax.faces.Long converter. I guess autoboxing isn't supported in this matter.

There was no way I could see in the Seam Debug page to indicate this problem. It was only a matter of going through all elements that I discovered this.

S.D.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099075#4099075

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4099075



More information about the jboss-user mailing list