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

[jira] Created: (TAPESTRY-1376) can't find page if template has parse error

can't find page if template has parse error
-------------------------------------------

                 Key: TAPESTRY-1376
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1376
             Project: Tapestry
          Issue Type: Bug
          Components: Core Components
    Affects Versions: 4.1.2
         Environment: any
            Reporter: Jesse Kuhnert
         Assigned To: Jesse Kuhnert
            Priority: Critical
             Fix For: 4.1.2


When returning an injected Page instance from a listener method (injected via @InjectPage ) - if the page has a template parse error the exception page just say "PageNotFound" instead of reporting the found but failed to parse template....The .page definition that created this condition looked like(the disabled attribute element isn't closed):


    <component id="deviceType" type="PropertySelection">
        <binding name="model" value="ognl:deviceTypeSelectionModel"/>
        <binding name="value" value="ognl:value.deviceType"/>
        <binding name="validators" value="validators:required[%invalid-required]"/>
        <binding name="displayName" value="message:field-label-device-type"/>
        <binding name="disabled" value="literal:true"
    </component>


-- 
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-1376) can't find page if template has parse error

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

Jesse Kuhnert updated TAPESTRY-1376:
------------------------------------

    Priority: Major  (was: Critical)

> can't find page if template has parse error
> -------------------------------------------
>
>                 Key: TAPESTRY-1376
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1376
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Core Components
>    Affects Versions: 4.1.2
>         Environment: any
>            Reporter: Jesse Kuhnert
>         Assigned To: Jesse Kuhnert
>             Fix For: 4.1.2
>
>
> When returning an injected Page instance from a listener method (injected via @InjectPage ) - if the page has a template parse error the exception page just say "PageNotFound" instead of reporting the found but failed to parse template....The .page definition that created this condition looked like(the disabled attribute element isn't closed):
>     <component id="deviceType" type="PropertySelection">
>         <binding name="model" value="ognl:deviceTypeSelectionModel"/>
>         <binding name="value" value="ognl:value.deviceType"/>
>         <binding name="validators" value="validators:required[%invalid-required]"/>
>         <binding name="displayName" value="message:field-label-device-type"/>
>         <binding name="disabled" value="literal:true"
>     </component>

-- 
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-1376) can't find page if template has parse error

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

Jesse Kuhnert closed TAPESTRY-1376.
-----------------------------------

    Resolution: Invalid

Never mind....This was someone elses custom resolver swallowing exceptions,. 

> can't find page if template has parse error
> -------------------------------------------
>
>                 Key: TAPESTRY-1376
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1376
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Core Components
>    Affects Versions: 4.1.2
>         Environment: any
>            Reporter: Jesse Kuhnert
>         Assigned To: Jesse Kuhnert
>             Fix For: 4.1.2
>
>
> When returning an injected Page instance from a listener method (injected via @InjectPage ) - if the page has a template parse error the exception page just say "PageNotFound" instead of reporting the found but failed to parse template....The .page definition that created this condition looked like(the disabled attribute element isn't closed):
>     <component id="deviceType" type="PropertySelection">
>         <binding name="model" value="ognl:deviceTypeSelectionModel"/>
>         <binding name="value" value="ognl:value.deviceType"/>
>         <binding name="validators" value="validators:required[%invalid-required]"/>
>         <binding name="displayName" value="message:field-label-device-type"/>
>         <binding name="disabled" value="literal:true"
>     </component>

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