Am beginner to jsf , am working in jsf and am using rich faces , I have created a page in which it displays the list of the accounts
and i have button in the page (create new user) in which it calls a dialog window , am not able to get this dialog window
every time am clicking on this button "add user" (which calls the dailog window) am getting this warnning "WARN [AjaxContext] Target component for id pan not found" and no dialog is opened
part of faces-config.xml
this is part of accountListBean.java
this is some part of listaccounts.xhtml
addUser.xhtml
Please do help me am struggling in this problem for around one day
anitha meena
Ranch Hand
Joined: Oct 22, 2007
Posts: 40
posted
0
Hi All , Any reply for my question ................
I had this same probem yesterday, but it started happening on code that I already knew was working. So all I did was restarted eclipse to clear out memory and it worked fine. Probably isnt what your problem would be, but if you havent done so go ahead and restart eclipse.
True wisdom is in knowing you know nothing - Socrates
for me i was working in something similar application and it was working fine with , and now i have started with new similar application and i just copied the similiar things from the previous one , but it is not working ( i mean the dialogs are not working ) in the new application in spite of being such dialogs are working fine in the first application.
I have restarted the eclipse and the jboss but it does not work for me i even so tried to deploy it in another machine , but the same problem.....
Any other suggestion....
anitha meena
Ranch Hand
Joined: Oct 22, 2007
Posts: 40
posted
0
Hi All,
Any update....
Kavita Tipnis
Ranch Hand
Joined: Sep 21, 2008
Posts: 177
posted
0
I do not see any component with id 'pan', check your components
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.