[ http://issues.apache.org/jira/browse/TAPESTRY-308?page=all ]
     
Howard M. Lewis Ship resolved TAPESTRY-308:
-------------------------------------------

    Fix Version: 4.0
     Resolution: Invalid

The code was unstable during the alpha release ... that's what alpha means.  
Sorry ... everything works in beta-6, to the best of my knowledge.

> Can't use anymore @contrib:FormTable or such...
> -----------------------------------------------
>
>          Key: TAPESTRY-308
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-308
>      Project: Tapestry
>         Type: Bug
>   Components: Contrib, Examples
>     Versions: 4.0
>     Reporter: Jerome Bernard
>      Fix For: 4.0

>
> I am trying to use @contrib:FormTable and its "embedded" components
> such as @contrib:TableView. I could not make it work so I decided to
> check the workbench.
> Unfortunately, it seems that the workbench does not work too: when I
> click on the "table" tab, I've got the following exception:
> Unable to read OGNL expression '<parsed OGNL expression>' of
> [EMAIL PROTECTED]/localeList.tableView]: element
> binding:        ExpressionBinding[Table/localeList.tableView element]
> location:       
> classpath:/org/apache/tapestry/contrib/table/components/TableView.jwc,
> line 114, column 55
> 109     </parameter>
> 110
> 111     <property name="sessionState" persist="session"/>
> 112
> 113     <component id="table" type="Any" inherit-informal-parameters="yes">
> 114     <binding name="element" value="ognl:element"/>
> 115     </component>
> 116
> 117     <component id="renderBody" type="RenderBody"/>
> 118
> 119     <inject property="modelSource"
> object="service:tapestry.contrib.TableColumnModelSource"/>
> org.apache.hivemind.ApplicationRuntimeException
> Unable to read OGNL expression '<parsed OGNL expression>' of
> [EMAIL PROTECTED]/localeList.tableView]: element
> component:      [EMAIL PROTECTED]/localeList.tableView]
> location:       context:/WEB-INF/LocaleList.jwc, line 48, column 53
> 43      <component id="submitButton" type="Submit">
> 44      <binding name="label" value="Select locales"/>
> 45      <binding name="listener" value="listener:selectLocales"/>
> 46      </component>
> 47
> 48      <component id="tableView" type="contrib:TableView">
> 49      <binding name="source" value="ognl:@[EMAIL PROTECTED]()"/>
> 50      <binding name="columns">
> 51      * Locale:toString(), Language:displayLanguage, Country:displayCountry,
> 52      Variant:displayVariant, ISO Language:ISO3Language, ISO 
> Country:ISO3Country
> 53      </binding>
> ognl.OgnlException
> element
> org.apache.tapestry.BindingException
> Unable to read OGNL expression '<parsed OGNL expression>' of
> [EMAIL PROTECTED]/localeList.tableView]: $TableView_47.table
> binding:        ExpressionBinding[Table/localeList.tableView table]
> location:       
> classpath:/org/apache/tapestry/contrib/table/components/TableView.jwc,
> line 105, column 53
> 100     <description>
> 101     The component where Block and messages are pulled from when using
> source/columns.
> 102     </description>
> 103     </parameter>
> 104
> 105     <parameter name="element" default-value="table">
> 106     <description>
> 107     The tag with which the component will be inserted in the generated 
> content.
> 108     </description>
> 109     </parameter>
> 110
> org.apache.hivemind.ApplicationRuntimeException
> Unable to read OGNL expression '<parsed OGNL expression>' of
> [EMAIL PROTECTED]/localeList.tableView]: $TableView_47.table
> component:      [EMAIL PROTECTED]/localeList.tableView]
> location:       context:/WEB-INF/LocaleList.jwc, line 48, column 53
> 43      <component id="submitButton" type="Submit">
> 44      <binding name="label" value="Select locales"/>
> 45      <binding name="listener" value="listener:selectLocales"/>
> 46      </component>
> 47
> 48      <component id="tableView" type="contrib:TableView">
> 49      <binding name="source" value="ognl:@[EMAIL PROTECTED]()"/>
> 50      <binding name="columns">
> 51      * Locale:toString(), Language:displayLanguage, Country:displayCountry,
> 52      Variant:displayVariant, ISO Language:ISO3Language, ISO 
> Country:ISO3Country
> 53      </binding>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to