how to manager the "managed bean" on jsf in visual web application and another questions

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

how to manager the "managed bean" on jsf in visual web application and another questions

by dreampeppers99 :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

Using the netbeans when I create a Visual Web Project, have the three perspectives [jsp][java][design].

If put a text field on the center, do this creates a component on Java Perspective.

But I need to convert the .getText().toString() to return an String.

How can I bind a domain object with a component like text field.
And never convert to int, double.

And how can I populate a table using a list?
Can I use another implementation of jsf(like tomahawk) on netbeans?