JSF Library problems

View: New views
6 Messages — Rating Filter:   Alert me  

JSF Library problems

by Isacr :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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?
or
Can I use both types of objects (1.1 and 1.2) in the same page?

Thanks

Re: JSF Library problems

by Jayashri Visvanathan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



Isacr 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 problems

by Isacr :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks 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 problems

by Isacr :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.

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 problems

by potingwu :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Isacr wrote:
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.

  
That is an intentional behavior to improve Visual Web performance. Please see the following site for more information:

    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

by potingwu :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Po-Ting Wu wrote:
Isacr wrote:
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.

  
That is an intentional behavior to improve Visual Web performance. Please see the following site for more information:

    Removing the need for component binding for each JSF tag in Visual Web (http://wiki.netbeans.org/VW_binding_removal)

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



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@...

--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@...