Menu

#298 [has workaround]NPE when pressing ctrl-space

open-postponed
nobody
None
1
2005-09-18
2005-09-18
No

Will attach my .log.

I pressed ctrl-space after the "@" below.

<html>
<body>
<h1>ConformIT login</h1>
<form jwcid="@Form" listener="ognl:listeners.login">

<jwcid="@Text"
</form>

</body>
</html>

Discussion

  • Øyvind Harboe

    Øyvind Harboe - 2005-09-18

    Shows NPE's w/spindle

     
  • Øyvind Harboe

    Øyvind Harboe - 2005-09-18

    Logged In: YES
    user_id=486779

    Spindle version 3.2.4, Windows 2000.

     
  • Øyvind Harboe

    Øyvind Harboe - 2005-09-18

    Logged In: YES
    user_id=486779

    The problem goes away when I fix the typo:

    <jwcid="@Text"

    to:

    <span jwcid="@Text"

     
  • Geoffrey Longman

    Logged In: YES
    user_id=387057

    Thanks for the bug report!

    I've decided that splitting my time between the existing
    Spindle and working on Tapestry 4 support is causing delays
    to that new support.
    Tapestry 4 is nearing final release and as it is I'm going
    to be late.

    Since this bug has a workaround I'm going to let it slide.

    Hope this doesn't tick you off, I have to draw a line somewhere.

     
  • Geoffrey Longman

    • priority: 5 --> 1
    • summary: NPE when pressing ctrl-space --> [has workaround]NPE when pressing ctrl-space
    • status: open --> open-postponed
     
  • Øyvind Harboe

    Øyvind Harboe - 2005-09-18

    Logged In: YES
    user_id=486779

    >Since this bug has a workaround I'm going to let it slide.
    >
    >Hope this doesn't tick you off, I have to draw a line
    somewhere.

    I couldn't agree more. To be honest I didn't spot my typo
    until I submitted the NPE bug.

     

Log in to post a comment.