Yas El

Greenhorn
+ Follow
since Dec 29, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Yas El

I have 20 Selectitems, and I want to store the selected values into a list ( in the Managed Bean )

Page.jsf



What should I put instead of (???)

bean.java



Thanks by advance


11 years ago
JSF
Hello,

I have a login.jsf page , where users brings in the parameters to connect in Oracle, I want that when they click on Connect, a progressBar displays and after it display 100 % users will be redirect towards the page welcome.jsf

PS: the connection to Oracle (works) , the redirection to welcome.jsf page also (works), I just want to integrate(join) the progressBar

login.jsf


I found a code of progressBar in the Richefaces website .... but I didn't succed to integrate it into my project:



javabeansource :

12 years ago
JSF
I have a problem and I don't know how to fix it


In my WEB-INF\lib:



My web.xml :




Tahnk you !
12 years ago
JSF
I have now this error message



when I click Yes, it redirect me to Microsoft script editor, and then I see a toousund of line code, and I see finally{window.document.open=oldDocOpen;} in YELLOW

I don't know what is this ( it's not a code that I writte )
12 years ago
JSF
No, all my code is above, I didn't use h:form, if I should use it to resolve my issue, how can I use it ?
12 years ago
JSF
When I click on Connect Button, there is nothing happen
12 years ago
JSF
Hello,

I have a page that contains a tab (Oracle, Teradata), each tab is the connection settings, but when I click connect, nothing is happening, while the methods of connections are good (I tested before moving to RichFaces)

Login.xhtml


Login.xhtml page is linked (in faces-config.xml) with welcome.xhtml page that contains a method called getConnection

welcome.xhtml


For example, if the user tab ORACLE, and click connect, how am I going to call the getConnection located in ManagedBeanO (Oracle) and the same question if the user use Teradata tab.

Thank you in advance
12 years ago
JSF
I edit my choix.xhtml


Where can I put this ? :


And the ManagedBeanMethod : will be in ManagedBeanT or ManagedBeanO ?

?? How Can I know is the selecteItem is Oracle or Teradata ?


12 years ago
JSF
Hi bajrang asthana

How can I use use rendered attribute of tag to display or hide ???

Can you help me, or edit my code please ... because I'm beginner in this stuff

12 years ago
JSF
Hello,

I have a page. Xhtml, which contains a list of choices (Oracle, Teradata), I want :

1 - If the user chooses Oracle will display the fields (host, port, user, password, basename) will fill it, and calls the method connect in class ManagedBeanO.

2 - If the user selects Teradata, there will be just the fields (host, user, password) to complete, and calls the method connect in class ManagedBeanT to connect.

Choix.xhtml
12 years ago
JSF