Messages posted by mangelo
[Logo]
ICEsoft.org Forums: ICEfaces, ICEmobile, ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icesoft.org  [Login] Login 
Messages posted by: mangelo  XML
Profile for mangelo -> Messages posted by mangelo [54] Go to Page: 1, 2, 3, 4 Next 
Author Message
When I try this technique for visual widgets, the widgets get duplicated with each partial submit. I'm only trying this on one ice:selectOneMenu and with each submit I get another select control right below the original.

Any thoughts?
My main app works fine. When I try to access http://www....com/admin/itemList.iface I get the 404 - page not found.

This environment has apache web server at the front and I have mod_jk configured to call my Tomcat instance. Apache WS and Tomcat both point to a /home/.../public_html directory where I have unzipped my war file. Once unzipped I have the basic .xhml pages, WEB-INF, images, etc. I also have a /admin that has pages under it as .xhml. Accessing those pages causes the 404.

I have JkMount /*.iface, /admin/*, /admin/*.iface and still I get the 404. Actually it is IceFaces giving me the exception so It must be getting to Tomcat, but Tomcat does not know that .iface means to load up the .xhtml file and convert using IceFaces.

Can anyone please make a suggestion??

TIA
I have an ice:form with partialSubmit="true" . Is there anything else needed to get my drop target to refresh?

My drag listener successfully adds a row to the proper table. If I manually refresh the browser I see the record.
I would like the IceFaces D-n-D functionality in my application. I am starting off very simple. My progress was fine until it came time to add the dragListener in the ice:panel.

I am using JBoss Tools 3. How do I get the proper IceFaces libs into the ejb if using a session bean is acceptable? Everything that I have tried has caused a slew of errors whenever I try to hit my page with the d-n-d example.

If not using a session bean is the right way to go how do I access the EJBs from the web app?

TIA
I get these exception stack trace by accessing a simple page after building a new application with MyEclipse wizards:

Code:
 Mar 15, 2009 5:40:05 PM com.sun.facelets.FaceletViewHandler handleRenderException
 SEVERE: Error Rendering View[/Songs.xhtml]
 java.lang.UnsupportedOperationException
 	at javax.faces.context.ExternalContext.getResponseContentType(ExternalContext.java:749)
 	at com.sun.faces.renderkit.RenderKitImpl.createResponseWriter(RenderKitImpl.java:183)
 	at com.sun.facelets.FaceletViewHandler.createResponseWriter(FaceletViewHandler.java:380)
 	at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:550)
 	at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
 	at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
 	at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
 	at com.icesoft.faces.webapp.http.core.JsfLifecycleExecutor.apply(JsfLifecycleExecutor.java:18)
 	at com.icesoft.faces.webapp.http.core.PageServer$1.respond(PageServer.java:25)
 	at com.icesoft.faces.webapp.http.servlet.ServletRequestResponse.respondWith(ServletRequestResponse.java:161)
 	at com.icesoft.faces.webapp.http.servlet.ThreadBlockingAdaptingServlet$ThreadBlockingRequestResponse.respondWith(ThreadBlockingAdaptingServlet.java:36)
 	at com.icesoft.faces.webapp.http.core.PageServer.service(PageServer.java:30)
 	at com.icesoft.faces.webapp.http.core.SingleViewServer.service(SingleViewServer.java:48)
 	at com.icesoft.faces.webapp.http.common.standard.PathDispatcherServer$Matcher.serviceOnMatch(PathDispatcherServer.java:50)
 	at com.icesoft.faces.webapp.http.common.standard.PathDispatcherServer.service(PathDispatcherServer.java:19)
 	at com.icesoft.faces.webapp.http.servlet.ThreadBlockingAdaptingServlet.service(ThreadBlockingAdaptingServlet.java:19)
 	at com.icesoft.faces.webapp.http.servlet.EnvironmentAdaptingServlet.service(EnvironmentAdaptingServlet.java:63)
 	at com.icesoft.faces.webapp.http.servlet.MainSessionBoundServlet.service(MainSessionBoundServlet.java:139)
 	at com.icesoft.faces.webapp.http.servlet.SessionDispatcher.service(SessionDispatcher.java:53)
 	at com.icesoft.faces.webapp.http.servlet.PathDispatcher$Matcher.serviceOnMatch(PathDispatcher.java:52)
 	at com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:29)
 	at com.icesoft.faces.webapp.http.servlet.MainServlet.service(MainServlet.java:82)
 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
 	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
 	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
 	at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
 	at java.lang.Thread.run(Unknown Source)
 Mar 15, 2009 5:40:05 PM com.sun.faces.lifecycle.LifecycleImpl phase
 WARNING: executePhase(RENDER_RESPONSE 6,com.icesoft.faces.context.BridgeFacesContext@1c13d0b) threw exception
 java.lang.UnsupportedOperationException
 	at javax.faces.context.ExternalContext.getResponseContentType(ExternalContext.java:749)
 	at com.sun.faces.renderkit.RenderKitImpl.createResponseWriter(RenderKitImpl.java:183)
 	at com.sun.facelets.FaceletViewHandler.createResponseWriter(FaceletViewHandler.java:380)
 	at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:550)
 	at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
 	at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
 	at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
 	at com.icesoft.faces.webapp.http.core.JsfLifecycleExecutor.apply(JsfLifecycleExecutor.java:18)
 	at com.icesoft.faces.webapp.http.core.PageServer$1.respond(PageServer.java:25)
 	at com.icesoft.faces.webapp.http.servlet.ServletRequestResponse.respondWith(ServletRequestResponse.java:161)
 	at com.icesoft.faces.webapp.http.servlet.ThreadBlockingAdaptingServlet$ThreadBlockingRequestResponse.respondWith(ThreadBlockingAdaptingServlet.java:36)
 	at com.icesoft.faces.webapp.http.core.PageServer.service(PageServer.java:30)
 	at com.icesoft.faces.webapp.http.core.SingleViewServer.service(SingleViewServer.java:48)
 	at com.icesoft.faces.webapp.http.common.standard.PathDispatcherServer$Matcher.serviceOnMatch(PathDispatcherServer.java:50)
 	at com.icesoft.faces.webapp.http.common.standard.PathDispatcherServer.service(PathDispatcherServer.java:19)
 	at com.icesoft.faces.webapp.http.servlet.ThreadBlockingAdaptingServlet.service(ThreadBlockingAdaptingServlet.java:19)
 	at com.icesoft.faces.webapp.http.servlet.EnvironmentAdaptingServlet.service(EnvironmentAdaptingServlet.java:63)
 	at com.icesoft.faces.webapp.http.servlet.MainSessionBoundServlet.service(MainSessionBoundServlet.java:139)
 	at com.icesoft.faces.webapp.http.servlet.SessionDispatcher.service(SessionDispatcher.java:53)
 	at com.icesoft.faces.webapp.http.servlet.PathDispatcher$Matcher.serviceOnMatch(PathDispatcher.java:52)
 	at com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:29)
 	at com.icesoft.faces.webapp.http.servlet.MainServlet.service(MainServlet.java:82)
 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
 	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
 	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
 	at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
 	at java.lang.Thread.run(Unknown Source)
 Mar 15, 2009 5:40:05 PM org.apache.catalina.core.StandardWrapperValve invoke
 SEVERE: Servlet.service() for servlet Persistent Faces Servlet threw exception
 javax.faces.FacesException: java.lang.UnsupportedOperationException
 	at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:310)
 	at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
 	at com.icesoft.faces.webapp.http.core.JsfLifecycleExecutor.apply(JsfLifecycleExecutor.java:18)
 	at com.icesoft.faces.webapp.http.core.PageServer$1.respond(PageServer.java:25)
 	at com.icesoft.faces.webapp.http.servlet.ServletRequestResponse.respondWith(ServletRequestResponse.java:161)
 	at com.icesoft.faces.webapp.http.servlet.ThreadBlockingAdaptingServlet$ThreadBlockingRequestResponse.respondWith(ThreadBlockingAdaptingServlet.java:36)
 	at com.icesoft.faces.webapp.http.core.PageServer.service(PageServer.java:30)
 	at com.icesoft.faces.webapp.http.core.SingleViewServer.service(SingleViewServer.java:48)
 	at com.icesoft.faces.webapp.http.common.standard.PathDispatcherServer$Matcher.serviceOnMatch(PathDispatcherServer.java:50)
 	at com.icesoft.faces.webapp.http.common.standard.PathDispatcherServer.service(PathDispatcherServer.java:19)
 	at com.icesoft.faces.webapp.http.servlet.ThreadBlockingAdaptingServlet.service(ThreadBlockingAdaptingServlet.java:19)
 	at com.icesoft.faces.webapp.http.servlet.EnvironmentAdaptingServlet.service(EnvironmentAdaptingServlet.java:63)
 	at com.icesoft.faces.webapp.http.servlet.MainSessionBoundServlet.service(MainSessionBoundServlet.java:139)
 	at com.icesoft.faces.webapp.http.servlet.SessionDispatcher.service(SessionDispatcher.java:53)
 	at com.icesoft.faces.webapp.http.servlet.PathDispatcher$Matcher.serviceOnMatch(PathDispatcher.java:52)
 	at com.icesoft.faces.webapp.http.servlet.PathDispatcher.service(PathDispatcher.java:29)
 	at com.icesoft.faces.webapp.http.servlet.MainServlet.service(MainServlet.java:82)
 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
 	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
 	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
 	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
 	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
 	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
 	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
 	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
 	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
 	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
 	at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
 	at java.lang.Thread.run(Unknown Source)
 Caused by: java.lang.UnsupportedOperationException
 	at javax.faces.context.ExternalContext.getResponseContentType(ExternalContext.java:749)
 	at com.sun.faces.renderkit.RenderKitImpl.createResponseWriter(RenderKitImpl.java:183)
 	at com.sun.facelets.FaceletViewHandler.createResponseWriter(FaceletViewHandler.java:380)
 	at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:550)
 	at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
 	at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
 	... 29 more
 

Can someone please explain this error? I notice this when I trap Javascript messages.


6:55:36 error [window] : failed to insert element: <script id="dynamic-code" language="javascript">var c = function(){Ice.Focus.setFocus('j_id130:j_id133:0:j_id139');};if(window.application){c();}else{window.onLoad(c)};//-825839222</script>cannot find element with id: 'dynamic-code'

6:55:36 warn [window.synchronizer] : could not mark document as modified[object Error]
Hi Mark. I did the CTRL-SHIFT-T but was doing it at the wrong time. Here is what you were looking for. I highlighted some text in red that was red in the log. I hope is readable.

Thanx for your help.


Close on exit Lines 2550100200400 Category Level DebugInfoWarnError<table cellspacing="0" id="j_id23:j_id27" rows="0"><tbody><tr id="j_id23:j_id27:0"><td><a href="index.iface" id="j_id23:j_id27:0:j_id29"><span id="j_id23:j_id27:0:j_id30">Home</span></a></td></tr><tr id="j_id23:j_id27:1"><td><a href="faqs.iface" id="j_id23:j_id27:1:j_id29"><span id="j_id23:j_id27:1:j_id30">FAQ's</span></a></td></tr><tr id="j_id23:j_id27:2"><td><a href="services.iface" id="j_id23:j_id27:2:j_id29"><span id="j_id23:j_id27:2:j_id30">Services Defined</span></a></td></tr><tr id="j_id23:j_id27:3"><td><a href="join_kayenta.iface" id="j_id23:j_id27:3:j_id29"><span id="j_id23:j_id27:3:j_id30">Join Kayenta</span></a></td></tr><tr id="j_id23:j_id27:4"><td><a href="provider_information.iface" id="j_id23:j_id27:4:j_id29"><span id="j_id23:j_id27:4:j_id30">Provider Information</span></a></td></tr><tr id="j_id23:j_id27:5"><td><a href="about_us.iface" id="j_id23:j_id27:5:j_id29"><span id="j_id23:j_id27:5:j_id30">About Us</span></a></td></tr><tr id="j_id23:j_id27:6"><td><a href="contact_us.iface" id="j_id23:j_id27:6:j_id29"><span id="j_id23:j_id27:6:j_id30">Contact Us</span></a></td></tr></tbody></table><table id="j_id23:j_id31"><tbody><tr><td id="j_id23:j_id31-0-0"><a href="new_providers.iface" id="j_id23:j_id32"><span id="j_id23:j_id33">Review New Providers</span></a></td></tr><tr><td id="j_id23:j_id31-1-0"><a href="providersList.iface" id="j_id23:j_id34"><span id="j_id23:j_id35">See All Providers</span></a></td></tr><tr><td id="j_id23:j_id31-2-0"><a href="# " id="j_id23:j_id36" onblur="setFocus('');" onclick="document.forms['j_id23']['j_id23:_idcl'].value='j_id23:j_id36';iceSubmit( document.forms['j_id23'], this,event); return false;" onfocus="setFocus(this.id);">View my information</a></td></tr></tbody></table><input name="focus_hidden_field" type="hidden"></input><input name="j_id23:_idcl" type="hidden"></input></form><form action="iceSubmit('j_id37');" context_type="class com.icesoft.faces.context.BridgeFacesContext" enctype="application/x-www-form-urlencoded" id="j_id37" method="post" onsubmit="return false;"><script language="javascript">'j_id37'.asExtendedElement().captureAndRedirectSubmit();</script><input name="j_id37" type="hidden" value="j_id37"></input><input name="icefacesCssUpdates" type="hidden" value=""></input><table border="0" id="provider_search" width="100%"><tr><td align="center"><strong><span id="j_id37:j_id42">Find a Provider</span></strong></td></tr><tr><td><input id="j_id37:search_zip" name="j_id37:search_zip" onblur="setFocus('');" onfocus="setFocus(this.id);" size="6" type="text" value="Zip"></input></td></tr><tr><td><select id="j_id37:select_radius" name="j_id37:select_radius" onblur="setFocus('');" onfocus="setFocus(this.id);" size="1"><option value="10">10 miles</option><option value="20">20 miles</option><option value="30">30 miles</option><option selected="selected" value="50">50 miles</option></select><input id="j_id37:j_id52" name="j_id37:j_id52" onblur="setFocus('');" onclick="iceSubmit(form,this,event);return false;" onfocus="setFocus(this.id);" type="submit" value="Go"></input></td></tr></table><input name="focus_hidden_field" type="hidden"></input></form><br><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p></td>6:55:29 debug [window.script-loader] : evaluating script : 'j_id23'.asExtendedElement().captureAndRedirectSubmit();6:55:29 debug [window.script-loader] : evaluating script : 'j_id37'.asExtendedElement().captureAndRedirectSubmit();6:55:29 debug [window] : applied update : <table cellpadding="0" cellspacing="0" id="right_green"><tr><td><form action="iceSubmit('j_id74');" context_type="class com.icesoft.faces.context.BridgeFacesContext" enctype="application/x-www-form-urlencoded" id="j_id74" method="post" onsubmit="return false;"><script language="javascript">'j_id74'.asExtendedElement().captureAndRedirectSubmit();</script><input name="j_id74" type="hidden" value="j_id74"></input><input name="icefacesCssUpdates" type="hidden" value=""></input><span id="j_id74:j_id80"> </span><a href="# " id="j_id74:j_id81" onblur="setFocus('');" onclick="document.forms['j_id74']['j_id74:_idcl'].value='j_id74:j_id81';iceSubmit( document.forms['j_id74'], this,event); return false;" onfocus="setFocus(this.id);">Log Out</a><input name="focus_hidden_field" type="hidden"></input><input name="j_id74:_idcl" type="hidden"></input></form><p class="service_catagories"><form action="iceSubmit('j_id83');" context_type="class com.icesoft.faces.context.BridgeFacesContext" enctype="application/x-www-form-urlencoded" id="j_id83" method="post" onsubmit="return false;"><script language="javascript">'j_id83'.asExtendedElement().captureAndRedirectSubmit();</script><input name="j_id83" type="hidden" value="j_id83"></input><input name="icefacesCssUpdates" type="hidden" value=""></input><table cellspacing="0" id="j_id83:j_id84" rows="0"><tbody><tr id="j_id83:j_id84:0"><td><table id="j_id83:j_id84:0:j_id86"><tbody><tr><td id="j_id83:j_id84:0:j_id86-0-0"><a href="services.iface#1" id="j_id83:j_id84:0:j_id87"><span id="j_id83:j_id84:0:j_id88">Oriental Medicine/ Acupuncture</span></a></td></tr></tbody></table></td></tr><tr id="j_id83:j_id84:1"><td><table id="j_id83:j_id84:1:j_id86"><tbody><tr><td id="j_id83:j_id84:1:j_id86-0-0"><a href="services.iface#2" id="j_id83:j_id84:1:j_id87"><span id="j_id83:j_id84:1:j_id88">Wellness Services Specialist</span></a></td></tr></tbody></table></td></tr><tr id="j_id83:j_id84:2"><td><table id="j_id83:j_id84:2:j_id86"><tbody><tr><td id="j_id83:j_id84:2:j_id86-0-0"><a href="services.iface#3" id="j_id83:j_id84:2:j_id87"><span id="j_id83:j_id84:2:j_id88">Alcohol and Drug Counselors</span></a></td></tr></tbody></table></td></tr><tr id="j_id83:j_id84:3"><td><table id="j_id83:j_id84:3:j_id86"><tbody><tr><td id="j_id83:j_id84:3:j_id86-0-0"><a href="services.iface#4" id="j_id83:j_id84:3:j_id87"><span id="j_id83:j_id84:3:j_id88">Aromatherapy</span></a></td></tr></tbody></table></td></tr><tr id="j_id83:j_id84:4"><td><table id="j_id83:j_id84:4:j_id86"><tbody><tr><td id="j_id83:j_id84:4:j_id86-0-0"><a href="services.iface#5" id="j_id83:j_id84:4:j_id87"><span id="j_id83:j_id84:4:j_id88">Chiropractor</span></a></td></tr></tbody></table></td></tr><tr id="j_id83:j_id84:5"><td><table id="j_id83:j_id84:5:j_id86"><tbody><tr><td id="j_id83:j_id84:5:j_id86-0-0"><a href="services.iface#6" id="j_id83:j_id84:5:j_id87"><span id="j_id83:j_id84:5:j_id88">Clinical Psychologists</span></a></td></tr></tbody></table></td></tr><tr id="j_id83:j_id84:6"><td><table id="j_id83:j_id84:6:j_id86"><tbody><tr><td id="j_id83:j_id84:6:j_id86-0-0"><a href="services.iface#7" id="j_id83:j_id84:6:j_id87"><span id="j_id83:j_id84:6:j_id88">Clinical Social Workers</span></a></td></tr></tbody></table></td></tr><tr id="j_id83:j_id84:7"><td><table id="j_id83:j_id84:7:j_id86"><tbody><tr><td id="j_id83:j_id84:7:j_id86-0-0"><a href="services.iface#8" id="j_id83:j_id84:7:j_id87"><span id="j_id83:j_id84:7:j_id88">Dentists</span></a></td></tr></tbody></table></td></tr><tr id="j_id83:j_id84:8"><td><table id="j_id83:j_id84:8:j_id86"><tbody><tr><td id="j_id83:j_id84:8:j_id86-0-0"><a href="services.iface#9" id="j_id83:j_id84:8:j_id87"><span id="j_id83:j_id84:8:j_id88">Dietitians</span></a></td></tr></tbody></table></td></tr><tr id="j_id83:j_id84:9"><td><table id="j_id83:j_id84:9:j_id86"><tbody><tr><td id="j_id83:j_id84:9:j_id86-0-0"><a href="services.iface#10" id="j_id83:j_id84:9:j_id87"><span id="j_id83:j_id84:9:j_id88">Marriage and Family Therapists</span></a></td></tr></tbody></table></td></tr><tr id="j_id83:j_id84:10"><td><table id="j_id83:j_id84:10:j_id86"><tbody><tr><td id="j_id83:j_id84:10:j_id86-0-0"><a href="services.iface#11" id="j_id83:j_id84:10:j_id87"><span id="j_id83:j_id84:10:j_id88">Massage Therapy</span></a></td></tr></tbody></table></td></tr><tr id="j_id83:j_id84:11"><td><table id="j_id83:j_id84:11:j_id86"><tbody><tr><td id="j_id83:j_id84:11:j_id86-0-0"><a href="services.iface#12" id="j_id83:j_id84:11:j_id87"><span id="j_id83:j_id84:11:j_id88">Psychiatric Nurse Practitioners</span></a></td></tr></tbody></table></td></tr><tr id="j_id83:j_id84:12"><td><table id="j_id83:j_id84:12:j_id86"><tbody><tr><td id="j_id83:j_id84:12:j_id86-0-0"><a href="services.iface#13" id="j_id83:j_id84:12:j_id87"><span id="j_id83:j_id84:12:j_id88">Optometrists</span></a></td></tr></tbody></table></td></tr><tr id="j_id83:j_id84:13"><td><table id="j_id83:j_id84:13:j_id86"><tbody><tr><td id="j_id83:j_id84:13:j_id86-0-0"><a href="services.iface#14" id="j_id83:j_id84:13:j_id87"><span id="j_id83:j_id84:13:j_id88">Personal Training</span></a></td></tr></tbody></table></td></tr><tr id="j_id83:j_id84:14"><td><table id="j_id83:j_id84:14:j_id86"><tbody><tr><td id="j_id83:j_id84:14:j_id86-0-0"><a href="services.iface#15" id="j_id83:j_id84:14:j_id87"><span id="j_id83:j_id84:14:j_id88">Professional Counselor</span></a></td></tr></tbody></table></td></tr></tbody></table><input name="focus_hidden_field" type="hidden"></input></form></p><p> </p><p align="right"><em><strong>Note to subscribers :</strong>The provider may offer non-basic services to the client on an optional basis. There is no obligation to access these additional services. The choice to receive basic services or optional services is determined by the client and the provider.<br></em></p><p> </p><p> </p><p> </p><p> </p><p> </p><p> </p></td></tr></table>6:55:29 debug [window.script-loader] : evaluating script : 'j_id74'.asExtendedElement().captureAndRedirectSubmit();6:55:30 debug [window.script-loader] : evaluating script : 'j_id83'.asExtendedElement().captureAndRedirectSubmit();6:55:30 debug [window] : applied update : <td id="body"><form action="iceSubmit('j_id111');" context_type="class com.icesoft.faces.context.BridgeFacesContext" enctype="application/x-www-form-urlencoded" id="j_id111" method="post" onsubmit="return false;"><script language="javascript">'j_id111'.asExtendedElement().captureAndRedirectSubmit();</script><input name="j_id111" type="hidden" value="j_id111"></input><input name="icefacesCssUpdates" type="hidden" value=""></input><h1><a id="top" name="top"></a><img align="absmiddle" height="13" src="images/bullet.gif" width="14"></img><span id="j_id111:j_id115">Editing Mary Dunaway RD CDE</span></h1><h4>Name</h4><table id="j_id111:j_id118"><tbody><tr><td id="j_id111:j_id118-0-0"><span id="j_id111:j_id119">Display Name:</span></td><td id="j_id111:j_id118-0-1"><input id="j_id111:j_id120" name="j_id111:j_id120" onblur="setFocus('');" onfocus="setFocus(this.id);" type="text" value="Mary Dunaway RD CDE"></input></td></tr><tr><td id="j_id111:j_id118-1-0"><span id="j_id111:j_id121">Last Name:</span></td><td id="j_id111:j_id118-1-1"><input id="j_id111:j_id122" name="j_id111:j_id122" onblur="setFocus('');" onfocus="setFocus(this.id);" type="text" value="Dunaway"></input></td></tr><tr><td id="j_id111:j_id118-2-0"><span id="j_id111:j_id123">First Name:</span></td><td id="j_id111:j_id118-2-1"><input id="j_id111:j_id124" name="j_id111:j_id124" onblur="setFocus('');" onfocus="setFocus(this.id);" type="text" value="Mary"></input></td></tr><tr><td id="j_id111:j_id118-3-0"><span id="j_id111:j_id125"></span></td><td id="j_id111:j_id118-3-1"><a href="# " id="j_id111:j_id126" onblur="setFocus('');" onclick="document.forms['j_id111']['j_id111:_idcl'].value='j_id111:j_id126';iceSubmit( document.forms['j_id111'], this,event); return false;" onfocus="setFocus(this.id);">Save</a></td></tr></tbody></table><h4>Description</h4><textarea cols="35" id="j_id111:j_id129" name="j_id111:j_id129" rows="10">We are a group of registered dietitians specializing in nutrition education and counseling. Topics include, but are not limited to weight management, wellness, high blood pressure, high cholesterol, and diabetes.</textarea><h4>Client Ages</h4><table id="j_id111:j_id132"><tbody><tr><td id="j_id111:j_id132-0-0"><input id="j_id111:j_id133" name="j_id111:j_id133" onblur="setFocus('');" onfocus="setFocus(this.id);" type="checkbox"></input></td><td id="j_id111:j_id132-0-1"><span id="j_id111:j_id134">Child</span></td></tr><tr><td id="j_id111:j_id132-1-0"><input id="j_id111:j_id135" name="j_id111:j_id135" onblur="setFocus('');" onfocus="setFocus(this.id);" type="checkbox"></input></td><td id="j_id111:j_id132-1-1"><span id="j_id111:j_id136">Adolescent</span></td></tr><tr><td id="j_id111:j_id132-2-0"><input id="j_id111:j_id137" name="j_id111:j_id137" onblur="setFocus('');" onfocus="setFocus(this.id);" type="checkbox"></input></td><td id="j_id111:j_id132-2-1"><span id="j_id111:j_id138">Adult</span></td></tr><tr><td id="j_id111:j_id132-3-0"><input id="j_id111:j_id139" name="j_id111:j_id139" onblur="setFocus('');" onfocus="setFocus(this.id);" type="checkbox"></input></td><td id="j_id111:j_id132-3-1"><span id="j_id111:j_id140">Geriatric</span></td></tr></tbody></table><h4>Locations</h4><a href="# " id="j_id111:j_id143" onblur="setFocus('');" onclick="document.forms['j_id111']['j_id111:_idcl'].value='j_id111:j_id143';iceSubmit( document.forms['j_id111'], this,event); return false;" onfocus="setFocus(this.id);">Add New Location</a><table cellspacing="0" id="j_id111:j_id166" rows="0"><tbody><tr id="j_id111:j_id166:0"><td><table class="bottom_border" id="j_id111:j_id166:0:j_id168"><tbody><tr><td id="j_id111:j_id166:0:j_id168-0-0"><span id="j_id111:j_id166:0:j_id169">Address 1:</span></td><td id="j_id111:j_id166:0:j_id168-0-1"><input id="j_id111:j_id166:0:j_id170" name="j_id111:j_id166:0:j_id170" onblur="setFocus('');" onfocus="setFocus(this.id);" type="text" value="2235 B Renaissance Dr."></input></td></tr><tr><td id="j_id111:j_id166:0:j_id168-1-0"><span id="j_id111:j_id166:0:j_id171">Address 2:</span></td><td id="j_id111:j_id166:0:j_id168-1-1"><input id="j_id111:j_id166:0:j_id172" name="j_id111:j_id166:0:j_id172" onblur="setFocus('');" onfocus="setFocus(this.id);" type="text" value=""></input></td></tr><tr><td id="j_id111:j_id166:0:j_id168-2-0"><span id="j_id111:j_id166:0:j_id173">City:</span></td><td id="j_id111:j_id166:0:j_id168-2-1"><input id="j_id111:j_id166:0:j_id174" name="j_id111:j_id166:0:j_id174" onblur="setFocus('');" onfocus="setFocus(this.id);" type="text" value="Las Vegas"></input></td></tr><tr><td id="j_id111:j_id166:0:j_id168-3-0"><span id="j_id111:j_id166:0:j_id175">State:</span></td><td id="j_id111:j_id166:0:j_id168-3-1"><select id="j_id111:j_id166:0:j_id176" name="j_id111:j_id166:0:j_id176" onblur="setFocus('');" onfocus="setFocus(this.id);" size="1"><option value="AA">AA</option><option value="AE">AE</option><option value="AK">AK</option><option value="AL">AL</option><option value="AP">AP</option><option value="AR">AR</option><option value="AS">AS</option><option value="AZ">AZ</option><option value="CA">CA</option><option value="CO">CO</option><option value="CT">CT</option><option value="DC">DC</option><option value="DE">DE</option><option value="FL">FL</option><option value="FM">FM</option><option value="GA">GA</option><option value="GU">GU</option><option value="HI">HI</option><option value="IA">IA</option><option value="ID">ID</option><option value="IL">IL</option><option value="IN">IN</option><option value="KS">KS</option><option value="KY">KY</option><option value="LA">LA</option><option value="MA">MA</option><option value="MD">MD</option><option value="ME">ME</option><option value="MH">MH</option><option value="MI">MI</option><option value="MN">MN</option><option value="MO">MO</option><option value="MP">MP</option><option value="MS">MS</option><option value="MT">MT</option><option value="NC">NC</option><option value="ND">ND</option><option value="NE">NE</option><option value="NH">NH</option><option value="NJ">NJ</option><option value="NM">NM</option><option selected="selected" value="NV">NV</option><option value="NY">NY</option><option value="OH">OH</option><option value="OK">OK</option><option value="OR">OR</option><option value="PA">PA</option><option value="PR">PR</option><option value="PW">PW</option><option value="RI">RI</option><option value="SC">SC</option><option value="SD">SD</option><option value="TN">TN</option><option value="TX">TX</option><option value="UT">UT</option><option value="VA">VA</option><option value="VI">VI</option><option value="VT">VT</option><option value="WA">WA</option><option value="WI">WI</option><option value="WV">WV</option><option value="WY">WY</option></select></td></tr><tr><td id="j_id111:j_id166:0:j_id168-4-0"><span id="j_id111:j_id166:0:j_id178">Zip:</span></td><td id="j_id111:j_id166:0:j_id168-4-1"><input id="j_id111:j_id166:0:j_id179" name="j_id111:j_id166:0:j_id179" onblur="setFocus('');" onfocus="setFocus(this.id);" type="text" value="89119"></input></td></tr><tr><td id="j_id111:j_id166:0:j_id168-5-0"><span id="j_id111:j_id166:0:j_id180">Phone:</span></td><td id="j_id111:j_id166:0:j_id168-5-1"><input id="j_id111:j_id166:0:j_id181" name="j_id111:j_id166:0:j_id181" onblur="setFocus('');" onfocus="setFocus(this.id);" type="text" value="702-382-8841"></input></td></tr><tr><td id="j_id111:j_id166:0:j_id168-6-0"><span id="j_id111:j_id166:0:j_id182">Email:</span></td><td id="j_id111:j_id166:0:j_id168-6-1"><input id="j_id111:j_id166:0:j_id183" name="j_id111:j_id166:0:j_id183" onblur="setFocus('');" onfocus="setFocus(this.id);" type="text" value="dunawayrd@aol.com"></input></td></tr><tr><td id="j_id111:j_id166:0:j_id168-7-0"><span id="j_id111:j_id166:0:j_id184">Website:</span></td><td id="j_id111:j_id166:0:j_id168-7-1"><input id="j_id111:j_id166:0:j_id185" name="j_id111:j_id166:0:j_id185" onblur="setFocus('');" onfocus="setFocus(this.id);" type="text" value=""></input></td></tr><tr><td id="j_id111:j_id166:0:j_id168-8-0"><input id="j_id111:j_id166:0:j_id186" name="j_id111:j_id166:0:j_id186" onblur="setFocus('');" onfocus="setFocus(this.id);" type="checkbox"></input></td><td id="j_id111:j_id166:0:j_id168-8-1"><span id="j_id111:j_id166:0:j_id187">Offices are close to public transportation</span></td></tr><tr><td id="j_id111:j_id166:0:j_id168-9-0"><input id="j_id111:j_id166:0:j_id188" name="j_id111:j_id166:0:j_id188" onblur="setFocus('');" onfocus="setFocus(this.id);" type="checkbox"></input></td><td id="j_id111:j_id166:0:j_id168-9-1"><span id="j_id111:j_id166:0:j_id189">Offices are handicap accessible</span></td></tr><tr><td id="j_id111:j_id166:0:j_id168-10-0"><span id="j_id111:j_id166:0:j_id190"></span></td><td id="j_id111:j_id166:0:j_id168-10-1"><a href="# " id="j_id111:j_id166:0:j_id191" onblur="setFocus('');" onclick="document.forms['j_id111']['j_id111:_idcl'].value='j_id111:j_id166:0:j_id191';iceSubmit( document.forms['j_id111'], this,event); return false;" onfocus="setFocus(this.id);">Remove Location</a></td></tr></tbody></table></td></tr></tbody></table><h4>Languages</h4><a href="# " id="j_id111:j_id194" onblur="setFocus('');" onclick="document.forms['j_id111']['j_id111:_idcl'].value='j_id111:j_id194';iceSubmit( document.forms['j_id111'], this,event); return false;" onfocus="setFocus(this.id);">Add New Language</a><table cellspacing="0" id="j_id111:j_id199" rows="0"><tbody><tr id="j_id111:j_id199:0"><td><table id="j_id111:j_id199:0:j_id201"><tbody><tr><td id="j_id111:j_id199:0:j_id201-0-0"><span id="j_id111:j_id199:0:j_id202">English</span></td><td id="j_id111:j_id199:0:j_id201-0-1"><a href="# " id="j_id111:j_id199:0:j_id203" onblur="setFocus('');" onclick="document.forms['j_id111']['j_id111:_idcl'].value='j_id111:j_id199:0:j_id203';iceSubmit( document.forms['j_id111'], this,event); return false;" onfocus="setFocus(this.id);">remove</a></td></tr></tbody></table></td></tr></tbody></table><h4>Services</h4><a href="# " id="j_id111:j_id206" onblur="setFocus('');" onclick="document.forms['j_id111']['j_id111:_idcl'].value='j_id111:j_id206';iceSubmit( document.forms['j_id111'], this,event); return false;" onfocus="setFocus(this.id);">Add New Service</a><table cellspacing="0" id="j_id111:j_id210" rows="0"><tbody><tr id="j_id111:j_id210:0"><td><table class="bottom_border" id="j_id111:j_id210:0:j_id212"><tbody><tr><td id="j_id111:j_id210:0:j_id212-0-0"><span id="j_id111:j_id210:0:j_id213">Basic Plan </span></td><td id="j_id111:j_id210:0:j_id212-0-1"><span id="j_id111:j_id210:0:j_id214">(Dietitians)</span></td></tr><tr><td id="j_id111:j_id210:0:j_id212-1-0"><a href="# " id="j_id111:j_id210:0:j_id215" onblur="setFocus('');" onclick="document.forms['j_id111']['j_id111:_idcl'].value='j_id111:j_id210:0:j_id215';iceSubmit( document.forms['j_id111'], this,event); return false;" onfocus="setFocus(this.id);">Remove Service</a></td></tr></tbody></table></td></tr></tbody></table><h4>Licenses</h4><a href="# " id="j_id111:j_id218" onblur="setFocus('');" onclick="document.forms['j_id111']['j_id111:_idcl'].value='j_id111:j_id218';iceSubmit( document.forms['j_id111'], this,event); return false;" onfocus="setFocus(this.id);">Add New License</a><table cellspacing="0" id="j_id111:j_id230" rows="0"><tbody><tr id="j_id111:j_id230:0"><td><table class="bottom_border" id="j_id111:j_id230:0:j_id232"><tbody><tr><td id="j_id111:j_id230:0:j_id232-0-0"><span id="j_id111:j_id230:0:j_id233">License Type: </span></td><td id="j_id111:j_id230:0:j_id232-0-1"><span id="j_id111:j_id230:0:j_id234">Registard Dietitian </span></td></tr><tr><td id="j_id111:j_id230:0:j_id232-1-0"><span id="j_id111:j_id230:0:j_id235">Expiration Date: </span></td><td id="j_id111:j_id230:0:j_id232-1-1"><span id="j_id111:j_id230:0:j_id236">Aug 1, 2008</span></td></tr><tr><td id="j_id111:j_id230:0:j_id232-2-0"><span id="j_id111:j_id230:0:j_id237">State Issued: </span></td><td id="j_id111:j_id230:0:j_id232-2-1"><span id="j_id111:j_id230:0:j_id238">NV</span></td></tr><tr><td id="j_id111:j_id230:0:j_id232-3-0"><a href="# " id="j_id111:j_id230:0:j_id239" onblur="setFocus('');" onclick="document.forms['j_id111']['j_id111:_idcl'].value='j_id111:j_id230:0:j_id239';iceSubmit( document.forms['j_id111'], this,event); return false;" onfocus="setFocus(this.id);">Remove License</a></td></tr></tbody></table></td></tr></tbody></table><h4>Insurance</h4><table cellspacing="0" id="j_id111:j_id242" rows="0"><tbody><tr id="j_id111:j_id242:0"><td><table class="provider_enroll_panelgrids" id="j_id111:j_id242:0:j_id244"><tbody><tr><td id="j_id111:j_id242:0:j_id244-0-0"><span id="j_id111:j_id242:0:j_id245">Insurance Carrier</span></td><td id="j_id111:j_id242:0:j_id244-0-1"><input id="j_id111:j_id242:0:j_id246" name="j_id111:j_id242:0:j_id246" onblur="setFocus('');" onfocus="setFocus(this.id);" type="text" value="Chicago Insurance Company"></input></td></tr><tr><td id="j_id111:j_id242:0:j_id244-1-0"><span id="j_id111:j_id242:0:j_id247">Policy Number</span></td><td id="j_id111:j_id242:0:j_id244-1-1"><input id="j_id111:j_id242:0:j_id248" name="j_id111:j_id242:0:j_id248" onblur="setFocus('');" onfocus="setFocus(this.id);" type="text" value="AHL-1175307"></input></td></tr><tr><td id="j_id111:j_id242:0:j_id244-2-0"><span id="j_id111:j_id242:0:j_id249">Expiration Date (MM/yyyy</span></td><td id="j_id111:j_id242:0:j_id244-2-1"><input id="j_id111:j_id242:0:j_id250" name="j_id111:j_id242:0:j_id250" onblur="setFocus('');" onfocus="setFocus(this.id);" type="text" value="11/2007"></input></td></tr></tbody></table><table class="provider_enroll_panelgrids" id="j_id111:j_id242:0:j_id251"><tbody><tr><td id="j_id111:j_id242:0:j_id251-0-0"><span id="j_id111:j_id242:0:j_id252">Has any disciplinary action ever been taken regarding any license/certification that you hold or have ever held?(Disciplinary actions include but are not limited to suspensions, revocation, probation, practice limitations, reprimands, letter of admonition, censure and allegetions currently pending.)</span></td></tr><tr><td id="j_id111:j_id242:0:j_id251-1-0"><table id="j_id111:j_id242:0:j_id253"><tr><td><input id="j_id111:j_id242:0:j_id253:_1" name="j_id111:j_id242:0:j_id253" type="radio" value="false"></input><label>No</label></td><td><input id="j_id111:j_id242:0:j_id253:_2" name="j_id111:j_id242:0:j_id253" type="radio" value="true"></input><label>Yes</label></td></tr></table></td></tr><tr><td id="j_id111:j_id242:0:j_id251-2-0"><span id="j_id111:j_id242:0:j_id256">If yes please explain:</span></td></tr><tr><td id="j_id111:j_id242:0:j_id251-3-0"><textarea cols="35" id="j_id111:j_id242:0:j_id257" name="j_id111:j_id242:0:j_id257" rows="10"></textarea></td></tr></tbody></table><table class="provider_enroll_panelgrids" id="j_id111:j_id242:0:j_id258"><tbody><tr><td id="j_id111:j_id242:0:j_id258-0-0"><span id="j_id111:j_id242:0:j_id259">Have you or anyone insuring you or otherwise acting on your behalf settled a claim of error or omission relating to your practice?</span></td></tr><tr><td id="j_id111:j_id242:0:j_id258-1-0"><table id="j_id111:j_id242:0:j_id260"><tr><td><input id="j_id111:j_id242:0:j_id260:_1" name="j_id111:j_id242:0:j_id260" type="radio" value="false"></input><label>No</label></td><td><input id="j_id111:j_id242:0:j_id260:_2" name="j_id111:j_id242:0:j_id260" type="radio" value="true"></input><label>Yes</label></td></tr></table></td></tr><tr><td id="j_id111:j_id242:0:j_id258-2-0"><span id="j_id111:j_id242:0:j_id263">If yes please explain:</span></td></tr><tr><td id="j_id111:j_id242:0:j_id258-3-0"><textarea cols="35" id="j_id111:j_id242:0:j_id264" name="j_id111:j_id242:0:j_id264" rows="10"></textarea></td></tr></tbody></table><table class="provider_enroll_panelgrids" id="j_id111:j_id242:0:j_id265"><tbody><tr><td id="j_id111:j_id242:0:j_id265-0-0"><span id="j_id111:j_id242:0:j_id266">Have you ever had a claim filed, dismissed, or tried against you relative to your practice?</span></td></tr><tr><td id="j_id111:j_id242:0:j_id265-1-0"><table id="j_id111:j_id242:0:j_id267"><tr><td><input id="j_id111:j_id242:0:j_id267:_1" name="j_id111:j_id242:0:j_id267" type="radio" value="false"></input><label>No</label></td><td><input id="j_id111:j_id242:0:j_id267:_2" name="j_id111:j_id242:0:j_id267" type="radio" value="true"></input><label>Yes</label></td></tr></table></td></tr><tr><td id="j_id111:j_id242:0:j_id265-2-0"><span id="j_id111:j_id242:0:j_id270">If yes please explain:</span></td></tr><tr><td id="j_id111:j_id242:0:j_id265-3-0"><textarea cols="35" id="j_id111:j_id242:0:j_id271" name="j_id111:j_id242:0:j_id271" rows="10"></textarea></td></tr></tbody></table></td></tr></tbody></table><input id="j_id111:j_id272" name="j_id111:j_id272" onblur="setFocus('');" onclick="iceSubmit(form,this,event);return false;" onfocus="setFocus(this.id);" type="submit" value="Save Changes"></input><input id="j_id111:j_id273" name="j_id111:j_id273" onblur="setFocus('');" onclick="iceSubmit(form,this,event);return false;" onfocus="setFocus(this.id);" type="submit" value="Delete Provider"></input><input name="focus_hidden_field" type="hidden"></input><input name="j_id111:_idcl" type="hidden"></input></form></td>6:55:35 debug [window.script-loader] : evaluating script : 'j_id111'.asExtendedElement().captureAndRedirectSubmit();


6:55:36 error [window] : failed to insert element: <script id="dynamic-code" language="javascript">var c = function(){Ice.Focus.setFocus('j_id130:j_id133:0:j_id139');};if(window.application){c();}else{window.onLoad(c)};//-825839222</script>cannot find element with id: 'dynamic-code'

6:55:36 warn [window.synchronizer] : could not mark document as modified[object Error]


6:55:36 debug [window.stateMon] : Checking [0] monitors6:55:36 debug [window.stateMon] : Rebuilding Monitors [0]6:55:37 debug [window.stateMon] : Rebuilding Monitors [0]6:55:37 debug [window.async-connection.ui] : [2317182] : connection closed6:55:39 info [window.async-connection.heartbeat] : ping6:55:39 debug [window.async-connection.ui] : [6643615] : send asynchronous POST6:55:39 debug [window.async-connection.blocking] : [8268865] : receive [200] OK6:55:40 warn [window.synchronizer] : could not mark document as modified[object Error]6:55:40 debug [window.stateMon] : Checking [0] monitors6:55:40 debug [window.stateMon] : Rebuilding Monitors [0]6:55:41 debug [window.stateMon] : Rebuilding Monitors [0]6:55:41 debug [window.async-connection.ui] : [6643615] : receive [200] OK6:55:41 debug [window.async-connection.ui] : [3131071] : send asynchronous POST6:55:41 debug [window.async-connection] : closing previous connection...6:55:41 debug [window.async-connection.blocking] : [8268865] : connection closed6:55:42 debug [window.async-connection] : connect...6:55:42 debug [window.async-connection.blocking] : [3050781] : send asynchronous POST6:55:42 debug [window.async-connection.ui] : [3131071] : receive [200] OK6:55:42 info [window.async-connection.heartbeat] : pong6:55:42 warn [window.synchronizer] : could not mark document as modified[object Error]6:55:43 debug [window.stateMon] : Checking [0] monitors6:55:43 debug [window.stateMon] : Rebuilding Monitors [0]6:55:43 debug [window.stateMon] : Rebuilding Monitors [0]6:55:43 debug [window.async-connection.ui] : [3131071] : connection closed
From my research can this be the cause of a incremental, in-place page update on the part of ICEFaces? If so what I can possibly be doing wrong?

I can tell there is no full post-back to the server when I click the link because you don't here the 'click'.
After further testing its not just the <h:commandLink> that invokes this behavior. I also tested with <h:commandButton> and the same thing occurs.

When the page URL is actually entered into the browser the page is fine.

This is a very frustrating issue. Any help is appreciated.

Thanx.
I modified the edit_providers.jsp page to be a .jspx page. I get the same problem as defined in this thread, but I also see this message in my console:

17:09:49,628 ERROR JspPageToDocument:501 - Can't find TLD for location [http://java/sun.com/JSP/Page]. JAR containing the TLD may not be in the classpath

I have numerous <jsp:directive.include..../>. The namespace is delcared in the <html> tag.

When I refresh the page it looks as it should.

***** I resolved this portion. I copied the URL from the docs, but there is a typo. java/ should be java.

*****
I am using the latest version of ICEFaces. I have used <redirect/> for one case and it works great. The others I can't because they are using a bean that only has request scope.

I also have another page that simply uses an <h:datatable> to list items. At first the page works fine. Once I click on an item and try to go back to this list later it renders the form generated in this post.
Yes. It has the same behavior on IE and FF.
Being that what I posted the first time doesn't provide enough info, I decided to take some screen shots in hopes that someone can help me.

The first image shows what I get after a <h:commandLink> is clicked. The second image shows what I should get. I get the second image after I hit refresh on the browser.

This application works perfectly with JSF 1.2 alone.

Thanx.
I have taken over a site that was built with templates using Dreamweaver. I had an instance where a login button was calling a bean method. After the method was finished it would return a string and go to the next page.

The page was missing the header, footer, nav, etc. It was like only the middle or changed section was displayed. If you viewed the HTML source the entire source was present. If you hit F5 (refresh) the page was displayed correctly.

I added <redirect/> to the nav case in faces config file which solved the problem. I really don't understand why, but it worked.

Now comes the problem with the <h:commandLink>. Once it's method is complete it too returns a string and the next page in the navigation is called. I get the same exact issue. The page only contains the 'content' portion and everything else is not displayed. The HTML source shows the correct source for what should be the entire page. Pressing F5 (refresh) displays the correct page.

Using <redirect/> in this case is not feasible because I am using a bean with request scope. My page is displayed correctly, but my field values are gone.

If anyone can follow this at all please share any thoughts.

Thanx.
I am using Tomcat 6.0 and JSF 1.2
 
Profile for mangelo -> Messages posted by mangelo [54] Go to Page: 1, 2, 3, 4 Next 
Go to:   
Powered by JForum 2.1.7ice © JForum Team