You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Daniel Gredler (JIRA)" <ta...@jakarta.apache.org> on 2007/03/09 00:02:24 UTC

[jira] Created: (TAPESTRY-1332) Component parameter report should document alternate types

Component parameter report should document alternate types
----------------------------------------------------------

                 Key: TAPESTRY-1332
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1332
             Project: Tapestry
          Issue Type: Improvement
    Affects Versions: 5.0
            Reporter: Daniel Gredler
            Priority: Minor
             Fix For: 5.0


The component parameter report (http://tapestry.apache.org/tapestry5/tapestry-core/component-parameters.html) currently lists the type of each parameter, but there is no way for the user to know what types can be coerced into the parameter type.

The report should either link to a separate report indicating available coercions, or should list all the possible types for each parameter, based on the standard coercions available in Tapestry.

A feature that isn't documented might as well not exist, as they say...

-- 
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-1332) Component parameter report should document alternate types

Posted by "Howard M. Lewis Ship (JIRA)" <ta...@jakarta.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-1332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479459 ] 

Howard M. Lewis Ship commented on TAPESTRY-1332:
------------------------------------------------

An interesting problem to solve ... from the effectively infinite number of Java classes, how do you identify the ones that can be coerced.  This is also much complicated by the fact that tapestry-component-parameters report does not depend on tapestry-core.

> Component parameter report should document alternate types
> ----------------------------------------------------------
>
>                 Key: TAPESTRY-1332
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1332
>             Project: Tapestry
>          Issue Type: Improvement
>    Affects Versions: 5.0
>            Reporter: Daniel Gredler
>            Priority: Minor
>             Fix For: 5.0
>
>
> The component parameter report (http://tapestry.apache.org/tapestry5/tapestry-core/component-parameters.html) currently lists the type of each parameter, but there is no way for the user to know what types can be coerced into the parameter type.
> The report should either link to a separate report indicating available coercions, or should list all the possible types for each parameter, based on the standard coercions available in Tapestry.
> A feature that isn't documented might as well not exist, as they say...

-- 
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-1332) Component parameter report should document alternate types

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

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

      Component/s: component-report
    Fix Version/s:     (was: 5.0)

> Component parameter report should document alternate types
> ----------------------------------------------------------
>
>                 Key: TAPESTRY-1332
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1332
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: component-report
>    Affects Versions: 5.0
>            Reporter: Daniel Gredler
>            Priority: Minor
>
> The component parameter report (http://tapestry.apache.org/tapestry5/tapestry-core/component-parameters.html) currently lists the type of each parameter, but there is no way for the user to know what types can be coerced into the parameter type.
> The report should either link to a separate report indicating available coercions, or should list all the possible types for each parameter, based on the standard coercions available in Tapestry.
> A feature that isn't documented might as well not exist, as they say...

-- 
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: (TAP5-96) Component parameter report should document alternate types

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

Howard M. Lewis Ship updated TAP5-96:
-------------------------------------

    Issue Type: Improvement  (was: Bug)

> Component parameter report should document alternate types
> ----------------------------------------------------------
>
>                 Key: TAP5-96
>                 URL: https://issues.apache.org/jira/browse/TAP5-96
>             Project: Tapestry 5
>          Issue Type: Improvement
>    Affects Versions: 5.0.15
>            Reporter: Daniel Gredler
>            Priority: Minor
>
> The component parameter report (http://tapestry.apache.org/tapestry5/tapestry-core/component-parameters.html) currently lists the type of each parameter, but there is no way for the user to know what types can be coerced into the parameter type.
> The report should either link to a separate report indicating available coercions, or should list all the possible types for each parameter, based on the standard coercions available in Tapestry.
> A feature that isn't documented might as well not exist, as they say...

-- 
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-1332) Component parameter report should document alternate types

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

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

    Fix Version/s: 5.1

> Component parameter report should document alternate types
> ----------------------------------------------------------
>
>                 Key: TAPESTRY-1332
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1332
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: component-report
>    Affects Versions: 5.0
>            Reporter: Daniel Gredler
>            Priority: Minor
>             Fix For: 5.1
>
>
> The component parameter report (http://tapestry.apache.org/tapestry5/tapestry-core/component-parameters.html) currently lists the type of each parameter, but there is no way for the user to know what types can be coerced into the parameter type.
> The report should either link to a separate report indicating available coercions, or should list all the possible types for each parameter, based on the standard coercions available in Tapestry.
> A feature that isn't documented might as well not exist, as they say...

-- 
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