This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 223727

Summary: Missing tr tag in JS Restful Client Code Generation
Product: web Reporter: cwt137
Component: Web Services ClientAssignee: Denis Anisimov <ads>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: Adds tr tag to thead template

Description cwt137 2012-12-12 14:05:12 UTC
Product Version = NetBeans IDE Dev (Build 20121211-5f8dadb1fc49)
Operating System = Linux version 3.5.0-19-generic running on i386
Java; VM; Vendor = 1.7.0_09
Runtime = OpenJDK Client VM 23.2-b09

I replicated the project in Geertjan's video  https://blogs.oracle.com/geertjan/entry/how_to_integrate_backbone_js . After generating the code for the restful client, I looked at the templates generated in the customers.html file. The generated thead template is missing tr tags. I propose adding the tr tags to the JS web service client code.
Comment 1 cwt137 2012-12-12 14:47:02 UTC
Created attachment 129273 [details]
Adds tr tag to thead template
Comment 2 Denis Anisimov 2012-12-12 17:36:44 UTC
web-main#9840f6bdf56a
Comment 3 Quality Engineering 2012-12-14 02:45:28 UTC
Integrated into 'main-golden', will be available in build *201212140001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/9840f6bdf56a
User: Denis Anisimov <ads@netbeans.org>
Log: Fix for BZ#223727 - Missing tr tag in JS Restful Client Code Generation