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 - Missing tr tag in JS Restful Client Code Generation
Summary: Missing tr tag in JS Restful Client Code Generation
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: Web Services Client (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-12 14:05 UTC by cwt137
Modified: 2012-12-14 02:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Adds tr tag to thead template (1.38 KB, patch)
2012-12-12 14:47 UTC, cwt137
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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