You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2011/04/01 02:12:05 UTC

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

     [ https://issues.apache.org/jira/browse/TAP5-694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-694.
-------------------------------------

    Resolution: Cannot Reproduce
      Assignee: Howard M. Lewis Ship

Please re-open if you can verify this against 5.2.5 or 5.3.

> 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
>            Assignee: Howard M. Lewis Ship
>              Labels: ie, javascript
>
> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira