naushad qamar

Greenhorn
+ Follow
since May 31, 2009
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 naushad qamar

My code will work as it is used in our current projects it is an old application developed using richfaces 1.2 clients are reluctant to upgrade it so there is sevral applications where we can used.as far as playing with internal things of jsf it is because we have dynamic forms so we generate codes for jsf forms.
10 years ago
JSF
well Tim yes its too:) late but I have face the same issue today and find this question but no answer was there .I just added answer after fixing this issue to help community .
10 years ago
JSF
Class[] parms = new Class[] {ValueChangeEvent.class};
MethodBinding mb = FacesContext.getCurrentInstance().getApplication().createMethodBinding("#{myBean.listenerType}", parms);
combo.setValueChangeListener(mb);
combo.setOnchange("submit();");//add this line
10 years ago
JSF
Hi,
I have to work on Video surviellance system, i have already done project on C# using afreoge.Net framework,now i have to start working on java any help will be appreciated regarding framework etc...
Thanks in Advance.
Naushad Qamar
14 years ago
Hi,
I have to work on Video surviellance system, i have already done project on C# using afreoge.Net framework,now i have to start working on java any help will be appreciated regarding framework etc...
Thanks in Advance.
Naushad Qamar
14 years ago
thank you very very much ,mySql is connected,now i m continue to my work, thanks all of you
thnx for reply
i did it by doing these steps
-from my eclipse i went to window tab then data source ->Databases->New ->
Mysql->click on driver button to browse and given the link address of my jar file
i did some thing wrong???
or is there any other way???
thnx for reply
i did id by doing this steps
-from my eclipse i went to window tab then data source ->Databases->New ->
Mysql->click on driver button to browse and given the link address of my jar file
i did some thing wrong???
or is there any other way???
thanks for reply, I m using eclipse and the .jar file mysql-connector-java-5.1.7-bin is also installed.and i also ping successfully.but i m unable to access my database.
given below is my code and i am unable to connect mySql database named shop please help me




here is the console result

MySQL Connect Example.
java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at test.MysqlConnect.main(MysqlConnect.java:15)