You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Steve Horne <st...@gmail.com> on 2007/10/12 20:46:09 UTC

[Trinidad] Problem with nested tables

(myfaces 1.1.5 / trinidad 1.0.1 / facelets 1.1.14)

I have a problem with a table which contains a nested table in the
"detailStamp" facet.  This nested table works perfectly unless I put a
"binding" attribute on the table in the detailStamp.  When I do that, I get
the following exception:

java.util.MissingResourceException: Can't find bundle for base name
com.sun.el.Messages, locale en_US
    at java.util.ResourceBundle.throwMissingResourceException(Unknown
Source)
    at java.util.ResourceBundle.getBundleImpl (Unknown Source)
    at java.util.ResourceBundle.getBundle(Unknown Source)
    at com.sun.el.util.MessageFactory.<clinit>(Unknown Source)
    at com.sun.el.parser.AstValue.getTarget(Unknown Source)
    at com.sun.el.parser.AstValue.setValue(Unknown Source)
    at com.sun.el.ValueExpressionImpl.setValue(Unknown Source)
    at com.sun.facelets.el.TagValueExpression.setValue(
TagValueExpression.java:93)

Any help would be greatly appreciated.