You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Peter Beshai (JIRA)" <de...@tapestry.apache.org> on 2007/03/16 18:50:09 UTC

[jira] Created: (TAPESTRY-1367) Potential error on application state documentation page

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
            Priority: Minor
             Fix For: unspecified


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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1367) Documentation error on Application State page: ApplicationStateConfiguration should be ApplicationStateContribution

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAPESTRY-1367:
-------------------------------------------

    Affects Version/s:     (was: 5.0)
                       5.0.5
              Summary: Documentation error on Application State page: ApplicationStateConfiguration should be ApplicationStateContribution  (was: Potential error on application state documentation page)

> Documentation error on Application State page: ApplicationStateConfiguration should be ApplicationStateContribution
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1367
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1367
>             Project: Tapestry
>          Issue Type: Task
>          Components: tapestry-core
>    Affects Versions: 5.0.5
>            Reporter: Peter Beshai
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.0.6
>
>
> 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1367) Potential error on application state documentation page

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship updated TAPESTRY-1367:
-------------------------------------------

    Fix Version/s:     (was: unspecified)

> 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
>            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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Assigned: (TAPESTRY-1367) Potential error on application state documentation page

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Closed: (TAPESTRY-1367) Documentation error on Application State page: ApplicationStateConfiguration should be ApplicationStateContribution

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAPESTRY-1367.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0.6

> Documentation error on Application State page: ApplicationStateConfiguration should be ApplicationStateContribution
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAPESTRY-1367
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1367
>             Project: Tapestry
>          Issue Type: Task
>          Components: tapestry-core
>    Affects Versions: 5.0.5
>            Reporter: Peter Beshai
>            Assignee: Howard M. Lewis Ship
>            Priority: Minor
>             Fix For: 5.0.6
>
>
> 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Commented: (TAPESTRY-1367) Potential error on application state documentation page

Posted by "Peter Beshai (JIRA)" <de...@tapestry.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12481714 ] 

Peter Beshai commented on TAPESTRY-1367:
----------------------------------------

Oh sorry, just realized somebody pointed this out on the mailing list.

> 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
>            Priority: Minor
>             Fix For: unspecified
>
>
> 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org