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 141826 - [65cat][j2ee]Auto Deploy wont work on JSON
Summary: [65cat][j2ee]Auto Deploy wont work on JSON
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-28 02:47 UTC by alcmontejo
Modified: 2008-08-12 09:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description alcmontejo 2008-07-28 02:47:15 UTC
Hi!

Good day!

got this jsp file that will return jsp data. I Edited and Save,the IDE status bar says <project name> deployed.
I refresh my browser, it wont work. I need to hit run so that it will take affect.

Thanks and more power,
Allen Montejo
Comment 1 Peter Pis 2008-07-28 10:52:08 UTC
Reassigning for "web".
Comment 2 alcmontejo 2008-08-08 00:29:57 UTC
Hi! just to follow-up i would like to see this deploy on save feature on JSon.
Comment 3 Petr Hejl 2008-08-11 19:35:58 UTC
It is really unclear what are the steps to reproduce. Please provide name and version of the server, nb version and what
exactly you are trying to do. Sample project would be great. Thanks.
Comment 4 alcmontejo 2008-08-12 01:48:38 UTC
Hi!

This is what I am trying to mean, I have an JMaki Widgets that like the sample code below, When I try to change the column label name "'Author'" to "Writer" 
and save the jsp file it wont change on the browser. This happen on  development build prior to 200808101401 I dont remember the exact build.

But it seems like this works now on this build development 200808101401. I tested and it works perfectly.

great!!!


<a:widget name="yahoo.dataTable"
                    value="{columns : [
                    { label : 'Title', id : 'title'},
                    { label :'Author', id : 'author'},
                    { label : 'ISBN', id : 'isbn'},
                    { label : 'Description', id : 'description'}
                    ],
                    rows : [
                    { title : 'Book Title 1', author : 'Author 1', isbn: '4412', description : 'A Some long description'},
                    { id : 'bar', title : 'Book Title 2', author : 'Author 2', isbn : '4412', description : 'A Some long description'}
                    ]
                    }" />


Thanks,
Allen Montejo
Comment 5 Petr Hejl 2008-08-12 09:46:01 UTC
BTW Deploy on Save was not enabled by default for existing projects - now it is (issue 143016). This could be the reason...