[
https://issues.apache.org/jira/browse/TAPESTRY-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Howard M. Lewis Ship reassigned TAPESTRY-1367:
----------------------------------------------
Assignee: Howard M. Lewis Ship
> Potential error on application state documentation page
> -------------------------------------------------------
>
> Key: TAPESTRY-1367
> URL: https://issues.apache.org/jira/browse/TAPESTRY-1367
> Project: Tapestry
> Issue Type: Task
> Components: tapestry-core
> Affects Versions: 5.0
> Reporter: Peter Beshai
> Assignee: Howard M. Lewis Ship
> Priority: Minor
>
> http://tapestry.apache.org/tapestry5/tapestry-core/guide/appstate.html
> the example reads:
> public void contributeApplicationStateManager(MappedConfiguration<Class,
> ApplicationStateConfiguration> configuration) {
> ....
> configuration.add(MyState.class, new ApplicationStateContribution("session",
> creator));
> }
> I think the MappedConfiguration parameter should be
> MappedConfiguration<Class, ApplicationStateContribution>, since no such class
> ApplicationStateConfiguration exists.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]