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 201939 - JSF 2.0 intellisense doesnt work on managed beans<ui:include>
Summary: JSF 2.0 intellisense doesnt work on managed beans<ui:include>
Status: REOPENED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF Editor (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal with 2 votes (vote)
Assignee: Martin Fousek
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2011-09-11 04:16 UTC by mohan_82
Modified: 2016-11-21 14:42 UTC (History)
3 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mohan_82 2011-09-11 04:16:51 UTC
Hi,
In JSF 2.0/Facelets, When I do you <ui:include><ui:param name ="managedbean"> </ui:Include>
<ui:composition>

  value ="#{managebean....}"../>====> //Intellisense not working
</ui:composition>

Please address this issue.

Product Version = NetBeans IDE 7.0.1 (Build 201107282000)
Operating System = Linux version 2.6.38-11-generic-pae running on i386
Java; VM; Vendor = 1.6.0_26
Runtime = Java HotSpot(TM) Client VM 20.1-b02
Comment 1 Martin Fousek 2011-09-13 11:06:04 UTC
Sorry but I don't fully understand to your description. Did you mean code completion for params or something else?
Comment 2 mohan_82 2011-09-14 09:39:10 UTC
> Sorry but I don't fully understand to your description. Did you mean code completion for params or something else?
Yes .Code completion does not work when you include a bean from another facelets file.
(i.e) Let us say theres a managed bean public class HelloWorld { void sayHello() ..}
jsf 1 
 hello.xhtml
         <ui:composition>
             <ui:include src="sayHello.xhtml>
                      <ui:param name ="hello" value="#{helloWorld}"/>
               </ui:include>
         </ui:composition>

sayHello.xhtml
<ui:composition>
           <h1><h:output text value ="#{hello                                        ===>does not complete sayHello
</ui:composition>

Hopefully this helps, if you want I can send you a sample project...
Comment 3 Martin Fousek 2011-09-14 10:22:44 UTC
No, thanks this is more than enough.
Comment 4 Martin Fousek 2011-10-14 08:50:23 UTC
There is no support for that for now. Changing target milestone to Next release.
Comment 5 Martin Fousek 2012-03-30 08:04:22 UTC
Changing to correct component (editor) and issue type to enhancement since there aren't similar cross file CC suggestions offered at all for now.
Comment 6 Vladimir Riha 2014-03-07 09:48:54 UTC
Please do not change bug meta information.
Comment 7 Martin Balin 2016-07-07 08:56:50 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss
Comment 8 davti 2016-09-20 08:35:01 UTC
This is still an issue with the latest DEV build 20160920