[ https://issues.apache.org/jira/browse/NETBEANS-4239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17094503#comment-17094503 ]
Nils Huhta edited comment on NETBEANS-4239 at 4/28/20, 1:35 PM: ---------------------------------------------------------------- 1: (NETBEANS 11.3) Create a new project Java with Gradle -> Web application 2: Add a file to that project testfile.jsp 3: In the testfile.jsp add this code (that should give an error) <% int a_integer = "xxx"; %> in similar small Maven Web test project, that code directly gives a red error of course... was (Author: nissetuuta): 1: (NETBEANS 11.3) Create a new project Java with Gradle -> Web application 2: Add a file to that project test file.jsp 3: In the test file.jsp add this code (that should give an error) <% int a_integer = "xxx"; %> in similar small Maven Web test project, that code directly gives a red error of course... > no code assistance in *.jsp files > --------------------------------- > > Key: NETBEANS-4239 > URL: https://issues.apache.org/jira/browse/NETBEANS-4239 > Project: NetBeans > Issue Type: Bug > Components: projects - Gradle Java EE > Affects Versions: 11.3 > Reporter: Nils Huhta > Assignee: Laszlo Kishalmi > Priority: Major > Labels: JSP > Attachments: Maven_vs_Gradle.jpg > > > When editing JSP files in a Gradle Java EE Web application project, no code > assistance, for example code below gives no error > <% int one number = "xxx"; %> > In same Netbeans version a Maven Web application with jsp files works as > expected... -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists