You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Alberto Flores (JIRA)" <ji...@apache.org> on 2009/05/13 20:23:45 UTC

[jira] Created: (TAP5-694) Problem with a Zone and Java Script

Problem with a Zone and Java Script
-----------------------------------

                 Key: TAP5-694
                 URL: https://issues.apache.org/jira/browse/TAP5-694
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-core
    Affects Versions: 5.1.0.5
            Reporter: Alberto Flores


I have a problem when I use a HTML component that uses JavaScript, in a Zone. Sample:

				<t:zone t:id="testZone" id="testZone">
					<t:delegate to="testblock" />
				</t:zone>

                                 <a t:type="actionlink" t:id="refreshZone" href="#" t:zone="testZone">Refresh Zone</a>

				<t:block t:id="testblock">
					<t:form t:id="testForm" >
						<t:textfield t:clientId="field1" t:id="field1" t:value="field1" onClick="alert('HI');"/>
						<t:submit t:id="submit1" t:value="1" />
					</t:form>
				</t:block>



If I enter in MS Explorer 7 or 8 and run this code (Click "Refresh Zone"), the explorer fail with one syntactic error.

Thanks 



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TAP5-694) IE error using an ActionLink to update a Zone

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

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

    Summary: IE error using an ActionLink to update a Zone  (was: Problem with a Zone and Java Script)
     Labels: ie javascript  (was: )

Could you be more specific about the error?  Does this still occur (in 5.2)?

> IE error using an ActionLink to update a Zone
> ---------------------------------------------
>
>                 Key: TAP5-694
>                 URL: https://issues.apache.org/jira/browse/TAP5-694
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Alberto Flores
>
> I have a problem when I use a HTML component that uses JavaScript, in a Zone. Sample:
> 				<t:zone t:id="testZone" id="testZone">
> 					<t:delegate to="testblock" />
> 				</t:zone>
>                                  <a t:type="actionlink" t:id="refreshZone" href="#" t:zone="testZone">Refresh Zone</a>
> 				<t:block t:id="testblock">
> 					<t:form t:id="testForm" >
> 						<t:textfield t:clientId="field1" t:id="field1" t:value="field1" onClick="alert('HI');"/>
> 						<t:submit t:id="submit1" t:value="1" />
> 					</t:form>
> 				</t:block>
> If I enter in MS Explorer 7 or 8 and run this code (Click "Refresh Zone"), the explorer fail with one syntactic error.
> Thanks 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TAP5-694) IE error using an ActionLink to update a Zone

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

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

    Summary: IE error using an ActionLink to update a Zone  (was: Problem with a Zone and Java Script)
     Labels: ie javascript  (was: )

Could you be more specific about the error?  Does this still occur (in 5.2)?

> IE error using an ActionLink to update a Zone
> ---------------------------------------------
>
>                 Key: TAP5-694
>                 URL: https://issues.apache.org/jira/browse/TAP5-694
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Alberto Flores
>
> I have a problem when I use a HTML component that uses JavaScript, in a Zone. Sample:
> 				<t:zone t:id="testZone" id="testZone">
> 					<t:delegate to="testblock" />
> 				</t:zone>
>                                  <a t:type="actionlink" t:id="refreshZone" href="#" t:zone="testZone">Refresh Zone</a>
> 				<t:block t:id="testblock">
> 					<t:form t:id="testForm" >
> 						<t:textfield t:clientId="field1" t:id="field1" t:value="field1" onClick="alert('HI');"/>
> 						<t:submit t:id="submit1" t:value="1" />
> 					</t:form>
> 				</t:block>
> If I enter in MS Explorer 7 or 8 and run this code (Click "Refresh Zone"), the explorer fail with one syntactic error.
> Thanks 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.