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 176839 - i am trying to create that web service but the editor is not picking that text field
Summary: i am trying to create that web service but the editor is not picking that tex...
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 6.x
Hardware: All All
: P1 normal (vote)
Assignee: David Konecny
URL: http://netbeans.org/download/flash/ne...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-14 05:28 UTC by belwether
Modified: 2009-11-15 13:35 UTC (History)
0 users

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 belwether 2009-11-14 05:28:53 UTC
i am currently using Netbeans 6.7.1. with the tutorial i mentioned in url
http://netbeans.org/download/flash/netbeans_55/vwp_ws/vwp_ws.html
when it comes to accessing the text field named textField1.getText().toString();
the java code of the page is unable to access textField1, rather it gives me the option to create class "TextField1" in package and secondly create field textField1 in tempdemo.page1

i am totally following the tutorial but this not first time i am facing this issue, every time i create a web application in netbeans IDE and include Visual Web JavaServer Faces framework, the fields labels or buttons or what so ever i drag and drop on design view of page from pallete, it is never accessible in java code, while when i view the jsp of the page
<webuijsf:textField id="textField1" label="Location" required="true"
                            style="height: 24px; left: 96px; top: 192px;
i can see this tag there but i am not able to understand why the java code never able to access the textfields labels etc dropped on the design view of page.
kindly help to resolve this issue becuase it is quite heavily hindering my use of NetBeans and Visual Web JSF framework
Comment 1 David Konecny 2009-11-15 13:35:35 UTC
Unfortunately, Visual Web JavaServer Faces support has been in maintenance mode for a while and is not being actively developed. Tutorial you are following seems to be written for NetBeans 5.5 which might be a reason why it does not work as expected in NB 6.7.1 (I'm just guessing though). At the moment (NB 6.8) there are no plans to address any issues in Visual Web JavaServer Faces area. I'm sorry I cannot help you. Try to search nbusers forum or post your problem description there.