|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
JSF Library problemsHi
I have a project that I began in Netbeans 6.0, now I have Netbeans 6.1 and the project work fine but if I want to include an jsf 1.2 object in some page, I can't work with this new objects in the jsp file. Can I work with the jsf 1.1 library in Netbeans 6.1? How can I configure this? or Can I use both types of objects (1.1 and 1.2) in the same page? Thanks |
|
|
Re: JSF Library problemsIsacr wrote: > Hi > > I have a project that I began in Netbeans 6.0, now I have Netbeans 6.1 and > the project work fine but if I want to include an jsf 1.2 object in some > page, I can't work with this new objects in the jsp file. > > Can I work with the jsf 1.1 library in Netbeans 6.1? How can I configure > this? > yes you can. If you choose a project with J2EE 1.4 as your target server, you are automatically using JSF 1.1 libraries. > or > Can I use both types of objects (1.1 and 1.2) in the same page? > No, you can't mix and match JSF 1.1 with JSF 1.2 components. Regards, -Jayashri > Thanks > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: JSF Library problemsThanks for your reply
yes, my project is in J2EE 1.4 if I'm working with the 1.1 JSF Library some thing don't work because when I open a page of my project and I drag a new object, for example a new textfield, when I try to use this object in the jsp page and I put for example "this.textfield...", netbeans shows the matches, don't show my new element. If I try the same in netbeans 6.0 this works fine. |
|
|
Re: JSF Library problemsHi
finally, I have a generic problem, in netbeans 6.1 visual web j2ee 1.4 or 5 when I drag an object and I try to use this object in my code, the project don't recognize the object. In the netbeans 6.0 this works fine, finally my problem is not in my project, is generic Do I need to enable any option? |
|
|
Re: JSF Library problemsThat is an intentional behavior to improve Visual Web performance. Please see the following site for more information:Hi finally, I have a generic problem, in netbeans 6.1 visual web j2ee 1.4 or 5 when I drag an object and I try to use this object in my code, the project don't recognize the object. Removing the need for component binding for each JSF tag in Visual Web (http://wiki.netbeans.org/VW_binding_removal) Po-Ting In the netbeans 6.0 this works fine, finally my problem is not in my project, is generic Do I need to enable any option? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: JSF Library problems
Po-Ting Wu wrote:
BTW, a more official FAQ can be found at: Why do I get cannot find symbol error message while trying to access a component? (http://wiki.netbeans.org/VwpFaqOnDemandBinding) Po-Ting
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
| Free embeddable forum powered by Nabble | Forum Help |