You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Joseph Chen (JIRA)" <de...@tapestry.apache.org> on 2007/04/23 23:25:15 UTC

[jira] Created: (TAPESTRY-1427) Dialog broken when it shares same name as parent component.

Dialog broken when it shares same name as parent component.
-----------------------------------------------------------

                 Key: TAPESTRY-1427
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1427
             Project: Tapestry
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 4.1.1
            Reporter: Joseph Chen


The Dialog component breaks when it shares the same name as its parent component.  For example:

TestPage.html

<html jwcid="@Shell" 
	  title="Test"
	  browserLogLevel="DEBUG"
	  consoleEnabled="true"
	  debugEnabled="true" >

<body jwcid="@Body">
<div jwcid="myDialog@common/TestDialog"/>
</body>
</html>

TestDialog.html:

<html>
<body jwcid="$content$">
<div id="myDialog" jwcid="myDialog@Dialog" hidden="prop:hidden">
</body>
</html>

When rendering the page, I get a javascript error.  Firebug shows this as:

FATAL exception raised: createWidget() Node not found with specified id of 'myDialog_0'.

Changing the name of the dialog or the component fixes the problem.

-- 
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-1427) Dialog broken when it shares same name as parent component.

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

Jesse Kuhnert updated TAPESTRY-1427:
------------------------------------

    Fix Version/s:     (was: 4.1.2)
                   4.1.3

> Dialog broken when it shares same name as parent component.
> -----------------------------------------------------------
>
>                 Key: TAPESTRY-1427
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1427
>             Project: Tapestry
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 4.1.1
>            Reporter: Joseph Chen
>             Fix For: 4.1.3
>
>
> The Dialog component breaks when it shares the same name as its parent component.  For example:
> TestPage.html
> <html jwcid="@Shell" 
> 	  title="Test"
> 	  browserLogLevel="DEBUG"
> 	  consoleEnabled="true"
> 	  debugEnabled="true" >
> <body jwcid="@Body">
> <div jwcid="myDialog@common/TestDialog"/>
> </body>
> </html>
> TestDialog.html:
> <html>
> <body jwcid="$content$">
> <div id="myDialog" jwcid="myDialog@Dialog" hidden="prop:hidden">
> </body>
> </html>
> When rendering the page, I get a javascript error.  Firebug shows this as:
> FATAL exception raised: createWidget() Node not found with specified id of 'myDialog_0'.
> Changing the name of the dialog or the component fixes the problem.

-- 
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-1427) Dialog broken when it shares same name as parent component.

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

Jesse Kuhnert updated TAPESTRY-1427:
------------------------------------

    Fix Version/s:     (was: 4.1.5)
                   4.1.6

> Dialog broken when it shares same name as parent component.
> -----------------------------------------------------------
>
>                 Key: TAPESTRY-1427
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1427
>             Project: Tapestry
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 4.1.1
>            Reporter: Joseph Chen
>             Fix For: 4.1.6
>
>
> The Dialog component breaks when it shares the same name as its parent component.  For example:
> TestPage.html
> <html jwcid="@Shell" 
> 	  title="Test"
> 	  browserLogLevel="DEBUG"
> 	  consoleEnabled="true"
> 	  debugEnabled="true" >
> <body jwcid="@Body">
> <div jwcid="myDialog@common/TestDialog"/>
> </body>
> </html>
> TestDialog.html:
> <html>
> <body jwcid="$content$">
> <div id="myDialog" jwcid="myDialog@Dialog" hidden="prop:hidden">
> </body>
> </html>
> When rendering the page, I get a javascript error.  Firebug shows this as:
> FATAL exception raised: createWidget() Node not found with specified id of 'myDialog_0'.
> Changing the name of the dialog or the component fixes the problem.

-- 
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-1427) Dialog broken when it shares same name as parent component.

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

Jesse Kuhnert updated TAPESTRY-1427:
------------------------------------

    Fix Version/s:     (was: 4.1.3)
                   4.1.4

> Dialog broken when it shares same name as parent component.
> -----------------------------------------------------------
>
>                 Key: TAPESTRY-1427
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1427
>             Project: Tapestry
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 4.1.1
>            Reporter: Joseph Chen
>             Fix For: 4.1.4
>
>
> The Dialog component breaks when it shares the same name as its parent component.  For example:
> TestPage.html
> <html jwcid="@Shell" 
> 	  title="Test"
> 	  browserLogLevel="DEBUG"
> 	  consoleEnabled="true"
> 	  debugEnabled="true" >
> <body jwcid="@Body">
> <div jwcid="myDialog@common/TestDialog"/>
> </body>
> </html>
> TestDialog.html:
> <html>
> <body jwcid="$content$">
> <div id="myDialog" jwcid="myDialog@Dialog" hidden="prop:hidden">
> </body>
> </html>
> When rendering the page, I get a javascript error.  Firebug shows this as:
> FATAL exception raised: createWidget() Node not found with specified id of 'myDialog_0'.
> Changing the name of the dialog or the component fixes the problem.

-- 
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-1427) Dialog broken when it shares same name as parent component.

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

Marcus Schulte updated TAPESTRY-1427:
-------------------------------------

    Fix Version/s:     (was: 4.1.6)
                   4.1.7

> Dialog broken when it shares same name as parent component.
> -----------------------------------------------------------
>
>                 Key: TAPESTRY-1427
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1427
>             Project: Tapestry
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 4.1.1
>            Reporter: Joseph Chen
>             Fix For: 4.1.7
>
>
> The Dialog component breaks when it shares the same name as its parent component.  For example:
> TestPage.html
> <html jwcid="@Shell" 
> 	  title="Test"
> 	  browserLogLevel="DEBUG"
> 	  consoleEnabled="true"
> 	  debugEnabled="true" >
> <body jwcid="@Body">
> <div jwcid="myDialog@common/TestDialog"/>
> </body>
> </html>
> TestDialog.html:
> <html>
> <body jwcid="$content$">
> <div id="myDialog" jwcid="myDialog@Dialog" hidden="prop:hidden">
> </body>
> </html>
> When rendering the page, I get a javascript error.  Firebug shows this as:
> FATAL exception raised: createWidget() Node not found with specified id of 'myDialog_0'.
> Changing the name of the dialog or the component fixes the problem.

-- 
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-1427) Dialog broken when it shares same name as parent component.

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

Jesse Kuhnert updated TAPESTRY-1427:
------------------------------------

    Fix Version/s: 4.1.2

> Dialog broken when it shares same name as parent component.
> -----------------------------------------------------------
>
>                 Key: TAPESTRY-1427
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1427
>             Project: Tapestry
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 4.1.1
>            Reporter: Joseph Chen
>             Fix For: 4.1.2
>
>
> The Dialog component breaks when it shares the same name as its parent component.  For example:
> TestPage.html
> <html jwcid="@Shell" 
> 	  title="Test"
> 	  browserLogLevel="DEBUG"
> 	  consoleEnabled="true"
> 	  debugEnabled="true" >
> <body jwcid="@Body">
> <div jwcid="myDialog@common/TestDialog"/>
> </body>
> </html>
> TestDialog.html:
> <html>
> <body jwcid="$content$">
> <div id="myDialog" jwcid="myDialog@Dialog" hidden="prop:hidden">
> </body>
> </html>
> When rendering the page, I get a javascript error.  Firebug shows this as:
> FATAL exception raised: createWidget() Node not found with specified id of 'myDialog_0'.
> Changing the name of the dialog or the component fixes the problem.

-- 
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-1427) Dialog broken when it shares same name as parent component.

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

Andreas Andreou commented on TAPESTRY-1427:
-------------------------------------------

There's no reason to use
<div id="myDialog" jwcid="myDialog@Dialog" hidden="prop:hidden">

The simplest that works is:
<div jwcid="myDialog@Dialog" hidden="prop:hidden">


But anyway, we'll need to see what's going on there - cause form controls dont have this slight problem.

> Dialog broken when it shares same name as parent component.
> -----------------------------------------------------------
>
>                 Key: TAPESTRY-1427
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1427
>             Project: Tapestry
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 4.1.1
>            Reporter: Joseph Chen
>             Fix For: 4.1.4
>
>
> The Dialog component breaks when it shares the same name as its parent component.  For example:
> TestPage.html
> <html jwcid="@Shell" 
> 	  title="Test"
> 	  browserLogLevel="DEBUG"
> 	  consoleEnabled="true"
> 	  debugEnabled="true" >
> <body jwcid="@Body">
> <div jwcid="myDialog@common/TestDialog"/>
> </body>
> </html>
> TestDialog.html:
> <html>
> <body jwcid="$content$">
> <div id="myDialog" jwcid="myDialog@Dialog" hidden="prop:hidden">
> </body>
> </html>
> When rendering the page, I get a javascript error.  Firebug shows this as:
> FATAL exception raised: createWidget() Node not found with specified id of 'myDialog_0'.
> Changing the name of the dialog or the component fixes the problem.

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