[java ee programming] How to create an action listner.

2009-09-28 Thread Gagan deep
How to create an action listner in the icefaces to display the selected data of the select one listbox in the textbox. thanks in advance --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming wit

[java ee programming] Re: Lab 4006 homework

2009-09-28 Thread Dhwani Patel
Hey there, I am stuck with this project... I initially got the output for customers But when i added the two lines below, Person person = new Person("Dhwani","patel"); sce.getServletContext().setAttribute("person", person); I am getting an error like, INFO: SharedSecrets.getJavaNetAccess()=ja

[java ee programming] Re: class ActionError

2009-09-28 Thread diegosouza.br
I got the same problem but your tip solved it! Thanks a lot! On Sep 11, 11:47 am, Julian Rivera Pineda wrote: > I think you are using Netbeans 6.7.1 that comes with struts 1.3.8 version , > for running this samples I think you need struts 1.2.x download it from > (http://archive.apache.org/dis

[java ee programming] Re: could some explain the error cannot make a static refrence to a non static method

2009-09-28 Thread Moria Shebsovich
Hello, You are receiving this error because you call add() method to class instead of to instantiated object when your method add () is not static and must be called to an instance. Try this: HorizontalPanel row = new HorizontalPanel(); public void Crow() { row.add(edit

[java ee programming] could some explain the error cannot make a static refrence to a non static method

2009-09-28 Thread tedpottel
Hi I get the following error in elpse Hi, On the 3 lines HorizontalPanel.add(edit); HorizontalPanel.add(del); HorizontalPanel.add(email); eclipse gives me the following error cannot make a static refrence to a non static method. Could some one expl

[java ee programming] eclipse

2009-09-28 Thread ANUJ KUMAR
What should i do inorder to switch from netbeans to eclipse. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, send email to java-ee-j2ee-programmi

[java ee programming] Re: Lab4005 - problem with hello2

2009-09-28 Thread Anand A. Parikh
I have the same problem. I have checked that under: Tools->Options->Miscellaneous Ant Home is c:/Program Files/NetBeans 6.71./java2/ant and it is using Ant version 1.7.1.   I have also checked that: c:/Program Files/NetBeans 6.71./java2/ant/extra contains org-netbeans-modules-java-j2seproject-copy

[java ee programming] Re: Lab4005 - problem with hello2

2009-09-28 Thread Chavarría Teruel, Rubén
Configuration seems to be ok. Have you checked that you has the file org-netbeans-modules-java-j2seproject-copylibstask.jar ? Check it in this path: C:\Program Files\Netbeans 6.5.1\java2\ant\extra Which bundle did you download? Make sure you have downloaded a bundle that includes app ser

[java ee programming] Re: jsf-cant instantiate class

2009-09-28 Thread Ali Ekber Çelik
beanlerinde sorun yok gibi.web.xml dosyanıda gönderebilirmisin 2009/9/28 merve t > hello, > i am developing a jsf application. > > it was working fine something has changed and it started not to work. > > i am getting an exception like: > > javax.servlet.ServletException: Cant instantiate class:

[java ee programming] Re: Lab4005 - problem with hello2

2009-09-28 Thread Chavarría Teruel, Rubén
It might be a problem with Ant. Do you have Ant correctly configured? I attach a screenshot of my Ant configuration. I am using Netbeans 6.1 and I didn't have any problem running hello2 from Lab4005 exercise. You will find Ant configuration in Netbeans menu Tools->Option->Miscellaneous. The path

[java ee programming] Re: netbeans glassfish2.1 run problem

2009-09-28 Thread Ali Ekber Çelik
i tried to run it on windows xp.i have checked my windows firewall but there is no problem? Can anybody help me?_ 2009/9/28 charles boyd >ADM5801:Admin server channel creation failed. >java.net.SocketException: Unrecognized Windows Sockets error: 10106: > create > CORE5071: An error occu