facebook

[Closed] Show stopper bug in JSP design view

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #238815 Reply

    pds1602
    Member

    Show stopper in that it can’t be trusted.

    I have the following JavaScript in my JSP page (using JSF) for interaction with the DWR library before the <f:view> tag. This is between script tags (not shown because it causes this BB to come up with an error when I preview or submit to this board) :

    
    function checkValid() {
      CheckUser.checkUser(reply, DWRUtil.getValue("loginForm:userName"));
    }
    
    function reply(data ) {
      DWRUtil.setValue('userIdMessage', data);
    }
    

    I go into the design editor and centre a table then go into source view my JavaScript code has gone, replaced with open script / close script tags and nothing in between. Annoying to say the least and it makes the JSP designer unusable, at least for me.

    *** Date: Thu Oct 06 14:04:25 BST 2005

    *** System properties:
    OS=WindowsXP
    OS version=5.1
    Java version=1.5.0_04

    *** MyEclipse details:
    MyEclipse Enterprise Workbench

    Version: 4.0.1 GA
    Build id: 20050930-4.0.1-GA

    *** Eclipse details:
    Eclipse SDK

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse Platform

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse RCP

    Version: 3.1.1
    Build id: I20050627-1435

    Eclipse Java Development Tools

    Version: 3.1.1
    Build id: I20050627-1435

    Eclipse Plug-in Development Environment

    Version: 3.1.1
    Build id: I20050627-1435

    Eclipse Project SDK

    Version: 3.1.1
    Build id: M20050929-0840

    Eclipse startup command=-os
    win32
    -ws
    win32
    -arch
    x86
    -launcher
    C:\eclipse\eclipse.exe
    -name
    Eclipse
    -showsplash
    600
    -exitdata
    f4_44
    -vm
    C:\WINDOWS\system32\javaw.exe

    #238835

    Greg
    Member

    We have replicated this issue and already have it fixed in an internal build. This fix should be released very soon with other important fixes. Thanks for the report and sorry for any inconveinence.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: [Closed] Show stopper bug in JSP design view

You must be logged in to post in the forum log in