You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Anthony WEBSTER (JIRA)" <ji...@apache.org> on 2007/09/05 12:00:33 UTC

[jira] Created: (WICKET-931) Broken "sources" window for templating example

Broken "sources" window for templating example
----------------------------------------------

                 Key: WICKET-931
                 URL: https://issues.apache.org/jira/browse/WICKET-931
             Project: Wicket
          Issue Type: Bug
          Components: site
    Affects Versions: 1.3.0-beta3
         Environment: Windows XP SP2
Firefox 2.0.0.6
            Reporter: Anthony WEBSTER


Unable to view the source code of the wicket templating example (http://wicketstuff.org/wicket13/template/) within the window displaed upon clicking the "source code" link. On clicking a source file link in the list Wicket throws a NullPointerException with the message below. This applies to both the markup inheritance and border examples.

WicketMessage: Method onLinkClicked of interface org.apache.wicket.markup.html.link.ILinkListener targeted at component [MarkupContainer [Component id = link, page = org.apache.wicket.examples.source.SourcesPage, path = 7:filespanel:file:7:link.SourcesPage$FilesBrowser$1$1, isVisible = true, isVersioned = true]] threw an exception

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


[jira] Resolved: (WICKET-931) Broken "sources" window for templating example

Posted by "Gerolf Seitz (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gerolf Seitz resolved WICKET-931.
---------------------------------

    Resolution: Cannot Reproduce

seems to be not an issue anymore

> Broken "sources" window for templating example
> ----------------------------------------------
>
>                 Key: WICKET-931
>                 URL: https://issues.apache.org/jira/browse/WICKET-931
>             Project: Wicket
>          Issue Type: Bug
>          Components: site
>    Affects Versions: 1.3.0-beta3
>         Environment: Windows XP SP2
> Firefox 2.0.0.6
>            Reporter: Anthony WEBSTER
>            Assignee: Alastair Maw
>             Fix For: 1.3.0-beta5
>
>
> Unable to view the source code of the wicket templating example (http://wicketstuff.org/wicket13/template/) within the window displaed upon clicking the "source code" link. On clicking a source file link in the list Wicket throws a NullPointerException with the message below. This applies to both the markup inheritance and border examples.
> WicketMessage: Method onLinkClicked of interface org.apache.wicket.markup.html.link.ILinkListener targeted at component [MarkupContainer [Component id = link, page = org.apache.wicket.examples.source.SourcesPage, path = 7:filespanel:file:7:link.SourcesPage$FilesBrowser$1$1, isVisible = true, isVersioned = true]] threw an exception

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


[jira] Updated: (WICKET-931) Broken "sources" window for templating example

Posted by "Frank Bille Jensen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Frank Bille Jensen updated WICKET-931:
--------------------------------------

    Fix Version/s:     (was: 1.3.0-rc1)

> Broken "sources" window for templating example
> ----------------------------------------------
>
>                 Key: WICKET-931
>                 URL: https://issues.apache.org/jira/browse/WICKET-931
>             Project: Wicket
>          Issue Type: Bug
>          Components: site
>    Affects Versions: 1.3.0-beta3
>         Environment: Windows XP SP2
> Firefox 2.0.0.6
>            Reporter: Anthony WEBSTER
>            Assignee: Alastair Maw
>
> Unable to view the source code of the wicket templating example (http://wicketstuff.org/wicket13/template/) within the window displaed upon clicking the "source code" link. On clicking a source file link in the list Wicket throws a NullPointerException with the message below. This applies to both the markup inheritance and border examples.
> WicketMessage: Method onLinkClicked of interface org.apache.wicket.markup.html.link.ILinkListener targeted at component [MarkupContainer [Component id = link, page = org.apache.wicket.examples.source.SourcesPage, path = 7:filespanel:file:7:link.SourcesPage$FilesBrowser$1$1, isVisible = true, isVersioned = true]] threw an exception

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


[jira] Commented: (WICKET-931) Broken "sources" window for templating example

Posted by "Jean-Baptiste Quenot (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525083 ] 

Jean-Baptiste Quenot commented on WICKET-931:
---------------------------------------------

A submitted a workaround to make the AjaxFallbackLink work even when there is a JS error.  But the real error is:

{noformat}
[JavaScript Error: "Wicket.$$ is not a function" {file: "http://wicketstuff.org/wicket13/template/?wicket:interface=sources:1::::" line: 1}]
Line 1, Column 0, File "?wicket:interface=sources:1::::" in "http://wicketstuff.org/wicket13/template"
{noformat}

> Broken "sources" window for templating example
> ----------------------------------------------
>
>                 Key: WICKET-931
>                 URL: https://issues.apache.org/jira/browse/WICKET-931
>             Project: Wicket
>          Issue Type: Bug
>          Components: site
>    Affects Versions: 1.3.0-beta3
>         Environment: Windows XP SP2
> Firefox 2.0.0.6
>            Reporter: Anthony WEBSTER
>
> Unable to view the source code of the wicket templating example (http://wicketstuff.org/wicket13/template/) within the window displaed upon clicking the "source code" link. On clicking a source file link in the list Wicket throws a NullPointerException with the message below. This applies to both the markup inheritance and border examples.
> WicketMessage: Method onLinkClicked of interface org.apache.wicket.markup.html.link.ILinkListener targeted at component [MarkupContainer [Component id = link, page = org.apache.wicket.examples.source.SourcesPage, path = 7:filespanel:file:7:link.SourcesPage$FilesBrowser$1$1, isVisible = true, isVersioned = true]] threw an exception

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


[jira] Commented: (WICKET-931) Broken "sources" window for templating example

Posted by "Jean-Baptiste Quenot (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525089 ] 

Jean-Baptiste Quenot commented on WICKET-931:
---------------------------------------------

Seems like the copy of wicket-ajax.js on wicketstuff.org is outdated...

> Broken "sources" window for templating example
> ----------------------------------------------
>
>                 Key: WICKET-931
>                 URL: https://issues.apache.org/jira/browse/WICKET-931
>             Project: Wicket
>          Issue Type: Bug
>          Components: site
>    Affects Versions: 1.3.0-beta3
>         Environment: Windows XP SP2
> Firefox 2.0.0.6
>            Reporter: Anthony WEBSTER
>
> Unable to view the source code of the wicket templating example (http://wicketstuff.org/wicket13/template/) within the window displaed upon clicking the "source code" link. On clicking a source file link in the list Wicket throws a NullPointerException with the message below. This applies to both the markup inheritance and border examples.
> WicketMessage: Method onLinkClicked of interface org.apache.wicket.markup.html.link.ILinkListener targeted at component [MarkupContainer [Component id = link, page = org.apache.wicket.examples.source.SourcesPage, path = 7:filespanel:file:7:link.SourcesPage$FilesBrowser$1$1, isVisible = true, isVersioned = true]] threw an exception

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


[jira] Assigned: (WICKET-931) Broken "sources" window for templating example

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg reassigned WICKET-931:
------------------------------------

    Assignee: Alastair Maw

> Broken "sources" window for templating example
> ----------------------------------------------
>
>                 Key: WICKET-931
>                 URL: https://issues.apache.org/jira/browse/WICKET-931
>             Project: Wicket
>          Issue Type: Bug
>          Components: site
>    Affects Versions: 1.3.0-beta3
>         Environment: Windows XP SP2
> Firefox 2.0.0.6
>            Reporter: Anthony WEBSTER
>            Assignee: Alastair Maw
>
> Unable to view the source code of the wicket templating example (http://wicketstuff.org/wicket13/template/) within the window displaed upon clicking the "source code" link. On clicking a source file link in the list Wicket throws a NullPointerException with the message below. This applies to both the markup inheritance and border examples.
> WicketMessage: Method onLinkClicked of interface org.apache.wicket.markup.html.link.ILinkListener targeted at component [MarkupContainer [Component id = link, page = org.apache.wicket.examples.source.SourcesPage, path = 7:filespanel:file:7:link.SourcesPage$FilesBrowser$1$1, isVisible = true, isVersioned = true]] threw an exception

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