An Error Occurred:

/oferta.jsp @38,68 value="#{OfertaF.currentOferta }": Exception setting property currentOferta of base with class com.easydevel.bookingLanzarote.front.OfertaBean

+ Stack Trace

javax.faces.el.EvaluationException: /oferta.jsp @38,68 value="#{OfertaF.currentOferta }": Exception setting property currentOferta of base with class com.easydevel.bookingLanzarote.front.OfertaBean
	at com.sun.facelets.el.LegacyValueBinding.getValue(LegacyValueBinding.java:60)
	at javax.faces.component.UIOutput.getValue(UIOutput.java:77)
	at org.apache.myfaces.shared_impl.renderkit.RendererUtils.getStringValue(RendererUtils.java:217)
	at org.apache.myfaces.renderkit.html.HtmlHiddenRenderer.encodeEnd(HtmlHiddenRenderer.java:55)
	at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:536)
	at com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:252)
	at com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:249)
	at com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:249)
	at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:573)
	at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:384)
	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:138)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
	at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:691)
	at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:469)
	at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:403)
	at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
	at org.tuckey.web.filters.urlrewrite.RewrittenUrl.doRewrite(RewrittenUrl.java:176)
	at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:787)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
	at com.easydevel.coolurl.CoolFilter.doFilter(CoolFilter.java:107)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
	at org.hyperic.hq.product.servlet.filter.JMXFilter.doFilter(JMXFilter.java:324)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
	at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200)
	at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:291)
	at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:775)
	at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:704)
	at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:897)
	at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
	at java.lang.Thread.run(Thread.java:619)
Caused by: javax.faces.el.EvaluationException: Bean: com.easydevel.bookingLanzarote.front.OfertaBean, property: currentOferta
	at org.apache.myfaces.el.PropertyResolverImpl.setProperty(PropertyResolverImpl.java:410)
	at org.apache.myfaces.el.PropertyResolverImpl.setValue(PropertyResolverImpl.java:173)
	at org.apache.myfaces.config.ManagedBeanBuilder.initializeProperties(ManagedBeanBuilder.java:190)
	at org.apache.myfaces.config.ManagedBeanBuilder.buildManagedBean(ManagedBeanBuilder.java:56)
	at org.apache.myfaces.el.VariableResolverImpl.resolveVariable(VariableResolverImpl.java:311)
	at org.apache.myfaces.config.LastVariableResolverInChain.resolveVariable(LastVariableResolverInChain.java:42)
	at com.sun.facelets.el.LegacyELContext$LegacyELResolver.getValue(LegacyELContext.java:134)
	at com.sun.el.parser.AstIdentifier.getValue(AstIdentifier.java:68)
	at com.sun.el.parser.AstValue.getValue(AstValue.java:107)
	at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:192)
	at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:71)
	at com.sun.facelets.el.LegacyValueBinding.getValue(LegacyValueBinding.java:56)
	... 40 more
Caused by: java.lang.reflect.InvocationTargetException
	at sun.reflect.GeneratedMethodAccessor65019.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.myfaces.el.PropertyResolverImpl.setProperty(PropertyResolverImpl.java:406)
	... 51 more
Caused by: javax.ejb.EJBException: java.lang.NullPointerException
	at org.jboss.ejb3.tx.Ejb3TxPolicy.handleExceptionInOurTx(Ejb3TxPolicy.java:77)
	at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:83)
	at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:190)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
	at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
	at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
	at org.jboss.ejb3.security.Ejb3AuthenticationInterceptorv2.invoke(Ejb3AuthenticationInterceptorv2.java:159)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
	at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:41)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
	at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
	at org.jboss.ejb3.BlockContainerShutdownInterceptor.invoke(BlockContainerShutdownInterceptor.java:65)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
	at org.jboss.aspects.currentinvocation.CurrentInvocationInterceptor.invoke(CurrentInvocationInterceptor.java:67)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
	at org.jboss.ejb3.stateless.StatelessContainer.dynamicInvoke(StatelessContainer.java:486)
	at org.jboss.ejb3.session.InvokableContextClassProxyHack._dynamicInvoke(InvokableContextClassProxyHack.java:56)
	at org.jboss.aop.Dispatcher.invoke(Dispatcher.java:91)
	at org.jboss.aspects.remoting.AOPRemotingInvocationHandler.invoke(AOPRemotingInvocationHandler.java:82)
	at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:908)
	at org.jboss.remoting.transport.socket.ServerThread.completeInvocation(ServerThread.java:742)
	at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:695)
	at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:549)
	at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:230)
Caused by: java.lang.NullPointerException
	at com.easydevel.kore.ejb.OfferEJB.getOfferHotels(OfferEJB.java:1688)
	at sun.reflect.GeneratedMethodAccessor790.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeTarget(MethodInvocation.java:122)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:111)
	at org.jboss.ejb3.EJBContainerInvocationWrapper.invokeNext(EJBContainerInvocationWrapper.java:69)
	at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.invoke(InterceptorSequencer.java:73)
	at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.aroundInvoke(InterceptorSequencer.java:59)
	at sun.reflect.GeneratedMethodAccessor303.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.jboss.aop.advice.PerJoinpointAdvice.invoke(PerJoinpointAdvice.java:174)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
	at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.fillMethod(InvocationContextInterceptor.java:72)
	at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_fillMethod_699659.invoke(InvocationContextInterceptor_z_fillMethod_699659.java)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
	at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.setup(InvocationContextInterceptor.java:88)
	at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_setup_699659.invoke(InvocationContextInterceptor_z_setup_699659.java)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
	at org.jboss.ejb3.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:62)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
	at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:56)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
	at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
	at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
	at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:68)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
	at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:79)
	at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:190)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
	at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
	at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
	at org.jboss.ejb3.security.Ejb3AuthenticationInterceptorv2.invoke(Ejb3AuthenticationInterceptorv2.java:159)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
	at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:41)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
	at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
	at org.jboss.ejb3.BlockContainerShutdownInterceptor.invoke(BlockContainerShutdownInterceptor.java:65)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
	at org.jboss.aspects.currentinvocation.CurrentInvocationInterceptor.invoke(CurrentInvocationInterceptor.java:67)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
	at org.jboss.ejb3.stateless.StatelessContainer.dynamicInvoke(StatelessContainer.java:486)
	at org.jboss.ejb3.session.InvokableContextClassProxyHack._dynamicInvoke(InvokableContextClassProxyHack.java:56)
	at org.jboss.aop.Dispatcher.invoke(Dispatcher.java:91)
	at org.jboss.aspects.remoting.AOPRemotingInvocationHandler.invoke(AOPRemotingInvocationHandler.java:82)
	at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:908)
	at org.jboss.remoting.transport.socket.ServerThread.completeInvocation(ServerThread.java:742)
	at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:695)
	at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:549)
	at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:230)
	at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:206)
	at org.jboss.remoting.Client.invoke(Client.java:1708)
	at org.jboss.remoting.Client.invoke(Client.java:612)
	at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:60)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
	at org.jboss.aspects.tx.ClientTxPropagationInterceptor.invoke(ClientTxPropagationInterceptor.java:61)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
	at org.jboss.ejb3.security.client.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:65)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
	at org.jboss.ejb3.remoting.IsLocalInterceptor.invoke(IsLocalInterceptor.java:76)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
	at org.jboss.aspects.remoting.PojiProxy.invoke(PojiProxy.java:62)
	at $Proxy5.invoke(Unknown Source)
	at org.jboss.ejb3.proxy.handler.ProxyInvocationHandlerBase.invoke(ProxyInvocationHandlerBase.java:261)
	at org.jboss.ejb3.proxy.handler.session.SessionSpecProxyInvocationHandlerBase.invoke(SessionSpecProxyInvocationHandlerBase.java:101)
	at $Proxy3031.getOfferHotels(Unknown Source)
	at com.easydevel.bookingLanzarote.front.OfertaBean.setTipologiasOferta(OfertaBean.java:386)
	at com.easydevel.bookingLanzarote.front.OfertaBean.load(OfertaBean.java:75)
	at com.easydevel.bookingLanzarote.front.OfertaBean.setCurrentOferta(OfertaBean.java:65)
	at sun.reflect.GeneratedMethodAccessor65019.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.myfaces.el.PropertyResolverImpl.setProperty(PropertyResolverImpl.java:406)
	at org.apache.myfaces.el.PropertyResolverImpl.setValue(PropertyResolverImpl.java:173)
	at org.apache.myfaces.config.ManagedBeanBuilder.initializeProperties(ManagedBeanBuilder.java:190)
	at org.apache.myfaces.config.ManagedBeanBuilder.buildManagedBean(ManagedBeanBuilder.java:56)
	at org.apache.myfaces.el.VariableResolverImpl.resolveVariable(VariableResolverImpl.java:311)
	at org.apache.myfaces.config.LastVariableResolverInChain.resolveVariable(LastVariableResolverInChain.java:42)
	at com.sun.facelets.el.LegacyELContext$LegacyELResolver.getValue(LegacyELContext.java:134)
	at com.sun.el.parser.AstIdentifier.getValue(AstIdentifier.java:68)
	at com.sun.el.parser.AstValue.getValue(AstValue.java:107)
	at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:192)
	at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:71)
	at com.sun.facelets.el.LegacyValueBinding.getValue(LegacyValueBinding.java:56)
	at javax.faces.component.UIOutput.getValue(UIOutput.java:77)
	at org.apache.myfaces.shared_impl.renderkit.RendererUtils.getStringValue(RendererUtils.java:217)
	at org.apache.myfaces.renderkit.html.HtmlHiddenRenderer.encodeEnd(HtmlHiddenRenderer.java:55)
	at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:536)
	at com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:252)
	at com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:249)
	at com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:249)
	at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:573)
	at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:384)
	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:138)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
	at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:691)
	at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:469)
	at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:403)
	at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
	at org.tuckey.web.filters.urlrewrite.RewrittenUrl.doRewrite(RewrittenUrl.java:176)
	at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:787)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
	at com.easydevel.coolurl.CoolFilter.doFilter(CoolFilter.java:107)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
	at org.hyperic.hq.product.servlet.filter.JMXFilter.doFilter(JMXFilter.java:324)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
	at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200)
	at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:291)
	at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:775)
	at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:704)
	at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:897)
	at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
	at java.lang.Thread.run(Thread.java:619)
	at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:72)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
	at org.jboss.aspects.tx.ClientTxPropagationInterceptor.invoke(ClientTxPropagationInterceptor.java:61)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
	at org.jboss.ejb3.security.client.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:65)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
	at org.jboss.ejb3.remoting.IsLocalInterceptor.invoke(IsLocalInterceptor.java:76)
	at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
	at org.jboss.aspects.remoting.PojiProxy.invoke(PojiProxy.java:62)
	at $Proxy5.invoke(Unknown Source)
	at org.jboss.ejb3.proxy.handler.ProxyInvocationHandlerBase.invoke(ProxyInvocationHandlerBase.java:261)
	at org.jboss.ejb3.proxy.handler.session.SessionSpecProxyInvocationHandlerBase.invoke(SessionSpecProxyInvocationHandlerBase.java:101)
	at $Proxy3031.getOfferHotels(Unknown Source)
	at com.easydevel.bookingLanzarote.front.OfertaBean.setTipologiasOferta(OfertaBean.java:386)
	at com.easydevel.bookingLanzarote.front.OfertaBean.load(OfertaBean.java:75)
	at com.easydevel.bookingLanzarote.front.OfertaBean.setCurrentOferta(OfertaBean.java:65)
	at sun.reflect.GeneratedMethodAccessor65019.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.myfaces.el.PropertyResolverImpl.setProperty(PropertyResolverImpl.java:406)
	at org.apache.myfaces.el.PropertyResolverImpl.setValue(PropertyResolverImpl.java:173)
	at org.apache.myfaces.config.ManagedBeanBuilder.initializeProperties(ManagedBeanBuilder.java:190)
	at org.apache.myfaces.config.ManagedBeanBuilder.buildManagedBean(ManagedBeanBuilder.java:56)
	at org.apache.myfaces.el.VariableResolverImpl.resolveVariable(VariableResolverImpl.java:311)
	at org.apache.myfaces.config.LastVariableResolverInChain.resolveVariable(LastVariableResolverInChain.java:42)
	at com.sun.facelets.el.LegacyELContext$LegacyELResolver.getValue(LegacyELContext.java:134)
	at com.sun.el.parser.AstIdentifier.getValue(AstIdentifier.java:68)
	at com.sun.el.parser.AstValue.getValue(AstValue.java:107)
	at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:192)
	at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:71)
	at com.sun.facelets.el.LegacyValueBinding.getValue(LegacyValueBinding.java:56)
	at javax.faces.component.UIOutput.getValue(UIOutput.java:77)
	at org.apache.myfaces.shared_impl.renderkit.RendererUtils.getStringValue(RendererUtils.java:217)
	at org.apache.myfaces.renderkit.html.HtmlHiddenRenderer.encodeEnd(HtmlHiddenRenderer.java:55)
	at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:536)
	at com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:252)
	at com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:249)
	at com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:249)
	at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:573)
	at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:384)
	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:138)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
	at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:691)
	at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:469)
	at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:403)
	at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
	at org.tuckey.web.filters.urlrewrite.RewrittenUrl.doRewrite(RewrittenUrl.java:176)
	at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:787)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
	at com.easydevel.coolurl.CoolFilter.doFilter(CoolFilter.java:107)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
	at org.hyperic.hq.product.servlet.filter.JMXFilter.doFilter(JMXFilter.java:324)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:433)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
	at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200)
	at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:291)
	at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:775)
	at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:704)
	at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:897)
	at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
	at java.lang.Thread.run(Thread.java:619)

+ Component Tree

<UIViewRoot locale="en" renderKitId="HTML_BASIC" rendered="true" transient="false" viewId="/oferta.jsp">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
<html xmlns="http://www.w3.org/1999/xhtml">
<UILocaleSet id="ofertas_f" parentid="ofertas_f" profileid="en" rendered="true" transient="false"/>
<UILocaleSet id="ofertas" parentid="ofertas" profileid="en" rendered="true" transient="false"/>
<head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>#{CoolURL.title }</title>
<HtmlOutputText escape="false" id="_id3" rendered="true" transient="false" value="<meta name="keywords" content="lanzasur apartments offers, Deals, Deal, lanzarote apartments offers, playa blanca apartments,lanzarote hotel, playa blanca hoteles, playa blanca,hotels, hotels lanzarote, Hotels in Lanzarote, lanzarote hotels, hotel, apartments,Lanzarote, website, Official, Asolan,web " />"/>
<HtmlOutputText escape="false" id="_id4" rendered="true" transient="false" value="<meta name="description" content="Lanzasur Apartments offers: the best deal in Apartments in Lanzarote with Lanzasur Apartments with the best offer. Came and make your bookings with Lanzarote Hotel & Apartments Association Official website" />"/>
<link href="/css/layout2de2.css" media="screen" rel="stylesheet" type="text/css"/> <link href="/css/common2de2.css" media="screen" rel="stylesheet" type="text/css"/> <link href="/css/templates2de2.css" media="screen" rel="stylesheet" type="text/css"/> <link href="/css/fonts2de2.css" media="screen" rel="stylesheet" type="text/css"/> <link href="/css/slideshow2de2.css" media="screen" rel="stylesheet" type="text/css"/> <!--[if lte IE 6]><link href="//css/ie6.css" media="screen" rel="stylesheet" type="text/css" /><![endif]--> <!--[if IE 7]><link href="//css/ie7.css" media="screen" rel="stylesheet" type="text/css" /><![endif]--> <link href="/css/calendar_date_select/default2de2.css" media="screen" rel="stylesheet" type="text/css"/>
<UINamingContainer id="i_js" rendered="true" transient="false">
<script src="/js/swfobject2de2.js" type="text/javascript"/> <script src="/js/prototype2de2.js" type="text/javascript"/> <script src="/js/effects2de2.js" type="text/javascript"/> <script src="/js/dragdrop2de2.js" type="text/javascript"/> <script src="/js/controls2de2.js" type="text/javascript"/> <script src="/js/application2de2.js" type="text/javascript"/> <script src="/js/slideshow2de2.js" type="text/javascript"/> <script src="/js/date.js" type="text/javascript"/> <script src="/js/ajax.js" type="text/javascript"/> <script src="/js/jquery-1.3.2.min.js" type="text/javascript"/> <script src="/js/default.js" type="text/javascript"/>
</UINamingContainer>
</head> <body onload="init()"> <div id="wrapper"> <div id="leftcolumn">
<UINamingContainer id="i_menu" rendered="true" transient="false">
<UILocaleSet id="menu_f" parentid="menu_f" profileid="en" rendered="true" transient="false"/>
<div id="main-menu" class="header-block"> <div class="tl"> <div class="tr"> <ul> <li>
<HtmlOutputLink id="_id9" rendered="true" transient="false" value="/index.xhtml">
<UILocaleGet anchorid="bienvenida" defaulttext="Bienvenida" id="_id10" name="menu_f" rendered="true" transient="false"/>
</HtmlOutputLink>
</li> <li>
<HtmlOutputLink id="_id12" rendered="true" transient="false" value="/hoteles.xhtml">
<UILocaleGet anchorid="hoteles.y.apartamentos" defaulttext="Hoteles y Apartamentos" id="_id13" name="menu_f" rendered="true" transient="false"/>
</HtmlOutputLink>
</li> <li>
<HtmlOutputLink id="_id15" rendered="true" transient="false" value="/ofertas.xhtml">
<UILocaleGet anchorid="ofertas.y.paquetes" defaulttext="Ofertas y paquetes" id="_id16" name="menu_f" rendered="true" transient="false"/>
</HtmlOutputLink>
</li> <li>
<HtmlOutputLink id="_id18" rendered="true" transient="false" value="/conoce_lanzarote.xhtml">
<UILocaleGet anchorid="conoce.lanzarote" defaulttext="Conoce Lanzarote" id="_id19" name="menu_f" rendered="true" transient="false"/>
</HtmlOutputLink>
</li> <li class="last">
<HtmlOutputLink id="_id21" rendered="true" transient="false" value="/multimedia.xhtml">
<UILocaleGet anchorid="multimedia" defaulttext="Multimedia" id="_id22" name="menu_f" rendered="true" transient="false"/>
</HtmlOutputLink>
</li> </ul> </div> </div> </div>
</UINamingContainer>
<UINamingContainer id="i_show" rendered="true" transient="false">
<div id="slideshow-container" class="slideshow fade speed:8"> <img alt="'Imagen de cabecera'[:imagen_de_cabecera]" height="262" src="/i/slideshow/12de2.jpg?1236538495" width="673"/> <img alt="'Imagen de cabecera'[:imagen_de_cabecera]" height="262" src="/i/slideshow/22de2.jpg?1236538495" width="673"/> <img alt="'Imagen de cabecera'[:imagen_de_cabecera]" height="262" src="/i/slideshow/32de2.jpg?1236538495" width="673"/> <img alt="'Imagen de cabecera'[:imagen_de_cabecera]" height="262" src="/i/slideshow/42de2.jpg?1236538495" width="673"/> <img alt="'Imagen de cabecera'[:imagen_de_cabecera]" height="262" src="/i/slideshow/52de2.jpg?1236538495" width="673"/> <img alt="'Imagen de cabecera'[:imagen_de_cabecera]" height="262" src="/i/slideshow/62de2.jpg?1236538495" width="673"/> </div>
</UINamingContainer>
<div id="main-content"> <h1><strong>
<UILocaleGet anchorid="Ofertas.y.paquetes" defaulttext="Ofertas y paquetes" id="_id26" name="ofertas_f" rendered="true" transient="false"/>
</strong></h1>
<HtmlForm enctype="application/x-www-form-urlencoded" id="form1" rendered="true" submitted="false" transient="false">
<HtmlInputHidden id="cargar" immediate="false" localValueSet="false" rendered="true" required="false" transient="false" valid="true"/>
<div class="hotels-list"> <div class="info-box"> <div class="header"> <h4>
<UILocaleGet defaulttext="Titulo oferta" id="_id29" name="ofertas" rendered="true" transient="false"/>
</h4> </div> <div class="body">
<ComponentRef id="_id31" transient="false">
<img src="/idb/#{OfertaF.oferta.nombreImagenId }" border="0" width="225" height="150"/>
</ComponentRef>
<p style="font-size:10px;color:#888">
<HtmlOutputText escape="false" id="_id34" rendered="true" transient="false"/>
</p> <p>
<UILocaleGet defaulttext="texto oferta" id="_id36" name="ofertas" rendered="true" transient="false"/>
</p> <div class="clr"/> <div class="links"> <p class="price">
<UILocaleGet anchorid="ahora" defaulttext="desde" id="_id38" name="ofertas_f" rendered="true" transient="false"/>
<span>
<HtmlOutputText converter="javax.faces.convert.NumberConverter@19a3185" escape="true" id="_id40" rendered="true" transient="false"/>
</span>  
<HtmlOutputText escape="true" id="_id42" rendered="true" transient="false"/>
</p> <p class="mas_info"/> </div> </div> </div> </div>
</HtmlForm>
</div> </div> <div id="rightcolumn">
<UINamingContainer id="i_idiomas" rendered="true" transient="false">
<div id="secondary-menu"> <span class="languages">
<HtmlOutputLink id="_id46" rendered="true" styleClass="first" transient="false" value="/index.xhtml?lng=en">
<UILocaleGet anchorid="idioma.ingles" defaulttext="ingles" id="_id47" name="menu_f" rendered="true" transient="false"/>
</HtmlOutputLink>
<HtmlOutputLink id="_id48" rendered="true" transient="false" value="/index.xhtml?lng=es">
<UILocaleGet anchorid="idioma.espanol" defaulttext="Español" id="_id49" name="menu_f" rendered="true" transient="false"/>
</HtmlOutputLink>
<HtmlOutputLink id="_id50" rendered="true" transient="false" value="/index.xhtml?lng=de">
<UILocaleGet anchorid="idioma.aleman" defaulttext="aleman" id="_id51" name="menu_f" rendered="true" transient="false"/>
</HtmlOutputLink>
</span>
<HtmlOutputLink id="_id53" rendered="true" transient="false" value="/index.xhtml">
<UILocaleGet anchorid="inicio" defaulttext="Inicio" id="_id54" name="menu_f" rendered="true" transient="false"/>
</HtmlOutputLink>
<span class="separator">:::::::::::::::::::::::::</span> </div>
</UINamingContainer>
<UINamingContainer id="abode" rendered="true" transient="false">
<UILocaleSet id="cajetin_f" parentid="cajetin_f" profileid="en" rendered="true" transient="false"/>
<HtmlMessages globalOnly="false" id="_id56" layout="list" rendered="true" showDetail="true" showSummary="true" tooltip="false" transient="false"/>
<HtmlForm enctype="application/x-www-form-urlencoded" id="dfBookBox" rendered="true" submitted="false" transient="false">
<HtmlInputHidden id="ofertaSeleccionada" immediate="false" localValueSet="false" rendered="true" required="false" transient="false" valid="true" value="305"/>
<div id="booking-block"> <div class="header-block"> <div class="tl"> <h1>
<UILocaleGet anchorid="reservas.y.disponibilidad" defaulttext="Reservas y disponibilidad" id="_id58" name="cajetin_f" rendered="true" transient="false"/>
</h1> </div> </div> <div class="step" id="step-1"> <span class="number">1</span> <div class="content"> <h2>
<UILocaleGet anchorid="donde.deseas.ir" defaulttext="Dónde deseas ir?" id="_id60" name="cajetin_f" rendered="true" transient="false"/>
</h2> <p>
<HtmlSelectOneMenu disabled="false" id="destinos" immediate="false" localValueSet="false" onchange="doCompletion('87','en');" readonly="false" rendered="true" required="false" transient="false" valid="true" value="22">
<UISelectItems id="_id62" rendered="true" transient="false"/>
</HtmlSelectOneMenu>
</p> <p>
<HtmlSelectOneMenu disabled="false" id="hoteles" immediate="false" localValueSet="false" readonly="false" rendered="true" required="false" style="margin-top: 5px;" transient="false" valid="true" value="87">
<UISelectItems id="_id64" rendered="true" transient="false"/>
</HtmlSelectOneMenu>
</p> </div> </div> <div class="step" id="step-2"> <span class="number">2</span> <div class="content"> <h2>
<UILocaleGet anchorid="cuando.deseas.ir" defaulttext="¿Cuando deseas ir?" id="_id66" name="cajetin_f" rendered="true" transient="false"/>
</h2> <div class="form-line date-line"> <label>
<UILocaleGet anchorid="fecha.de.llegada" defaulttext="Fecha de llegada" id="_id68" name="cajetin_f" rendered="true" transient="false"/>
</label>
<HtmlSelectOneMenu disabled="false" id="entrada1" immediate="false" localValueSet="false" onchange="changeFecha('abode:dfBookBox');" readonly="false" rendered="true" required="true" style="margin-right: 5px;" transient="false" valid="true" value="10">
<UISelectItems id="_id70" rendered="true" transient="false"/>
</HtmlSelectOneMenu>
<HtmlSelectOneMenu disabled="false" id="entrada2" immediate="false" localValueSet="false" onchange="changeFecha('abode:dfBookBox', null, null, true);" readonly="false" rendered="true" required="true" transient="false" valid="true" value="0 - 2011">
<UISelectItems id="_id71" rendered="true" transient="false"/>
</HtmlSelectOneMenu>
</div> <div class="form-line date-line"> <label>
<UILocaleGet anchorid="noches" defaulttext="Noches" id="_id73" name="cajetin_f" rendered="true" transient="false"/>
</label>
<HtmlInputText disabled="false" id="noches" immediate="false" localValueSet="false" maxlength="-2147483648" onchange="changeNoches('abode:dfBookBox');" readonly="false" rendered="true" required="false" size="2" transient="false" valid="true" value="1"/>
</div> <div class="form-line date-line"> <label>
<UILocaleGet anchorid="fecha.de.salida" defaulttext="Fecha de salida" id="_id76" name="cajetin_f" rendered="true" transient="false"/>
</label>
<HtmlSelectOneMenu disabled="false" id="salida1" immediate="false" localValueSet="false" onchange="changeFecha('abode:dfBookBox');" readonly="false" rendered="true" required="true" style="margin-right: 5px;" transient="false" valid="true" value="11">
<UISelectItems id="_id78" rendered="true" transient="false"/>
</HtmlSelectOneMenu>
<HtmlSelectOneMenu disabled="false" id="salida2" immediate="false" localValueSet="false" onchange="changeFecha('abode:dfBookBox', null, null, true);" readonly="false" rendered="true" required="true" transient="false" valid="true" value="0 - 2011">
<UISelectItems id="_id79" rendered="true" transient="false"/>
</HtmlSelectOneMenu>
</div> </div> </div> <script type="text/javascript">changeFecha('abode:dfBookBox', null, null, true);</script> <div class="step" id="step-3"> <span class="number">3</span> <div class="content" id="habitacion_solicitadas"> <h2>
<UILocaleGet anchorid="habitaciones.personas" defaulttext="Habitaciones/personas" id="_id81" name="cajetin_f" rendered="true" transient="false"/>
</h2> <div class="habitacion_solicitada"> <label for="habitaciones" style="display: block;">
<UILocaleGet anchorid="Habitaciones" defaulttext="Habitaciones" id="_id83" name="cajetin_f" rendered="true" transient="false"/>
</label>
<HtmlSelectOneMenu disabled="false" id="habitaciones" immediate="false" localValueSet="false" onchange="show_rooms(this,'block')" readonly="false" rendered="true" required="false" transient="false" valid="true" value="1">
<UISelectItems id="_id85" rendered="true" transient="false"/>
</HtmlSelectOneMenu>
</div> <div class="habitacion_solicitada" style="margin-top:20px;"> <label>
<UILocaleGet anchorid="habitacion" defaulttext="Habitacion" id="_id87" name="cajetin_f" rendered="true" transient="false"/>
- 1 -</label> <div class="form-box" id="form-box-adults"> <label>
<UILocaleGet anchorid="adultos" defaulttext="Adultos" id="_id89" name="cajetin_f" rendered="true" transient="false"/>
</label>
<HtmlSelectOneMenu disabled="false" id="adultos1" immediate="false" localValueSet="false" readonly="false" rendered="true" required="true" styleClass="dfInputs2" transient="false" valid="true" value="2">
<UISelectItems id="_id91" rendered="true" transient="false"/>
</HtmlSelectOneMenu>
</div> <div class="form-box" id="form-box-boys"> <label>
<UILocaleGet anchorid="ninos" defaulttext="Niños" id="_id93" name="cajetin_f" rendered="true" transient="false"/>
:</label>
<HtmlSelectOneMenu disabled="false" id="ninos1" immediate="false" localValueSet="false" onchange="show_childrenAges(this,'block');" readonly="false" rendered="true" required="true" styleClass="dfInputs2" transient="false" valid="true" value="0">
<UISelectItems id="_id95" rendered="true" transient="false"/>
</HtmlSelectOneMenu>
<ul> <li id="edad_ninos1_1" style="#{AbodeF.estiloNino1_1 }"> <label for="edad_ninos1_1" style="margin-top:3px;">
<UILocaleGet anchorid="edades" defaulttext="Edades" id="_id97" name="cajetin_f" rendered="true" transient="false"/>
</label>
<HtmlSelectOneMenu disabled="false" id="edad_ninos_1_1" immediate="false" localValueSet="false" readonly="false" rendered="true" required="true" styleClass="dfInputs2" transient="false" valid="true" value="5">
<UISelectItems id="_id99" rendered="true" transient="false"/>
</HtmlSelectOneMenu>
</li> <li id="edad_ninos1_2" style="#{AbodeF.estiloNino1_2 }">
<HtmlSelectOneMenu disabled="false" id="edad_ninos_1_2" immediate="false" localValueSet="false" readonly="false" rendered="true" required="true" styleClass="dfInputs2" transient="false" valid="true" value="5">
<UISelectItems id="_id101" rendered="true" transient="false"/>
</HtmlSelectOneMenu>
</li> <li id="edad_ninos1_3" style="#{AbodeF.estiloNino1_3 }">
<HtmlSelectOneMenu disabled="false" id="edad_ninos_1_3" immediate="false" localValueSet="false" readonly="false" rendered="true" required="true" styleClass="dfInputs2" transient="false" valid="true" value="5">
<UISelectItems id="_id103" rendered="true" transient="false"/>
</HtmlSelectOneMenu>
</li> </ul> </div> </div> <div id="habitacion_2" class="habitacion_solicitada" style="margin-top:70px;#{AbodeF.estiloHabitacion2 }"> <label>
<UILocaleGet anchorid="habitacion" defaulttext="Habitacion" id="_id105" name="cajetin_f" rendered="true" transient="false"/>
- 2 -</label> <div class="form-box" id="form-box-adults"> <label>
<UILocaleGet anchorid="adultos" defaulttext="Adultos" id="_id107" name="cajetin_f" rendered="true" transient="false"/>
</label>
<HtmlSelectOneMenu disabled="false" id="adultos2" immediate="false" localValueSet="false" readonly="false" rendered="true" required="true" styleClass="dfInputs2" transient="false" valid="true" value="2">
<UISelectItems id="_id109" rendered="true" transient="false"/>
</HtmlSelectOneMenu>
</div> <div class="form-box" id="form-box-boys"> <label for="habitacion_solicitada_num_ninos_2_12">
<UILocaleGet anchorid="ninos" defaulttext="Niños" id="_id111" name="cajetin_f" rendered="true" transient="false"/>
:</label>
<HtmlSelectOneMenu disabled="false" id="ninos2" immediate="false" localValueSet="false" onchange="show_childrenAges(this,'block');" readonly="false" rendered="true" required="true" styleClass="dfInputs2" transient="false" valid="true" value="0">
<UISelectItems id="_id113" rendered="true" transient="false"/>
</HtmlSelectOneMenu>
<ul> <li id="edad_ninos2_1" style="#{AbodeF.estiloNino2_1 }"> <label for="edad_ninos1_1" style="margin-top:3px;">
<UILocaleGet anchorid="edades" defaulttext="Edades" id="_id115" name="cajetin_f" rendered="true" transient="false"/>
</label>
<HtmlSelectOneMenu disabled="false" id="edad_ninos_2_1" immediate="false" localValueSet="false" readonly="false" rendered="true" required="true" styleClass="dfInputs2" transient="false" valid="true" value="5">
<UISelectItems id="_id117" rendered="true" transient="false"/>
</HtmlSelectOneMenu>
</li> <li id="edad_ninos2_2" style="#{AbodeF.estiloNino2_2 }">
<HtmlSelectOneMenu disabled="false" id="edad_ninos_2_2" immediate="false" localValueSet="false" readonly="false" rendered="true" required="true" styleClass="dfInputs2" transient="false" valid="true" value="5">
<UISelectItems id="_id119" rendered="true" transient="false"/>
</HtmlSelectOneMenu>
</li> <li id="edad_ninos2_3" style="#{AbodeF.estiloNino2_3 }">
<HtmlSelectOneMenu disabled="false" id="edad_ninos_2_3" immediate="false" localValueSet="false" readonly="false" rendered="true" required="true" styleClass="dfInputs2" transient="false" valid="true" value="5">
<UISelectItems id="_id121" rendered="true" transient="false"/>
</HtmlSelectOneMenu>
</li> </ul> </div> </div> <script type="text/javascript">doCompletion('#{AbodeF.currentHotel}','#{Util.lng}');</script>
<HtmlInputHidden id="ofertaSeleccionadaa" immediate="false" localValueSet="false" rendered="true" required="false" transient="false" valid="true" value="305"/>
<div class="clr"/> <div class="form-buttons">
<HtmlCommandLink action="#{AbodeF.verDisponibilidad }" id="_id124" immediate="false" rendered="true" styleClass="button_red" transient="false">
<UILocaleGet anchorid="buscar" defaulttext="Buscar" id="_id125" name="cajetin_f" rendered="true" transient="false"/>
</HtmlCommandLink>
</div> </div> </div> <div class="footer"> <div class="bl"/> </div> </div>
</HtmlForm>
</UINamingContainer>
<UINamingContainer id="i_scripts" rendered="true" transient="false">
<UILocaleSet id="scripts_f" parentid="scripts_f" profileid="en" rendered="true" transient="false"/>
<div>
<UILocaleGet anchorid="script.lateral" defaulttext="..." id="_id128" name="scripts_f" rendered="true" transient="false"/>
</div>
</UINamingContainer>
<UINamingContainer id="i_atencion" rendered="true" transient="false">
<UILocaleSet id="atencion_f" parentid="atencion_f" profileid="en" rendered="true" transient="false"/>
<div id="callcenter-block"> <h1>
<UILocaleGet anchorid="en.que.podemos.ayudarle" defaulttext="En que podemos ayudarle?" id="_id131" name="menu_f" rendered="true" transient="false"/>
</h1> <div class="body"> <h2>
<UILocaleGet anchorid="atencion.al.cliente" defaulttext="Atención al cliente" id="_id133" name="menu_f" rendered="true" transient="false"/>
</h2> <ul> <li> <strong>
<UILocaleGet anchorid="email" defaulttext="email" id="_id135" name="menu_f" rendered="true" transient="false"/>
:</strong> <a href="mailto:info@bookinglanzarote.com">info@bookinglanzarote.com</a> </li> <li> <strong>
<UILocaleGet anchorid="tlf" defaulttext="tlf" id="_id137" name="menu_f" rendered="true" transient="false"/>
:</strong>
<UILocaleGet anchorid="tlf.numero" defaulttext="928 516 025 (ext 5)" id="_id139" name="menu_f" rendered="true" transient="false"/>
</li> </ul> </div> </div>
</UINamingContainer>
</div>
<UINamingContainer id="i_footer" rendered="true" transient="false">
<UILocaleSet id="footer_f" parentid="footer_f" profileid="en" rendered="true" transient="false"/>
<div id="footer"> <ul> <li>
<HtmlOutputLink id="_id143" rendered="true" transient="false" value="/legal.xhtml">
<UILocaleGet anchorid="aviso.legal" defaulttext="Aviso Legal" id="_id144" name="footer_f" rendered="true" transient="false"/>
</HtmlOutputLink>
</li> <li> <a href="mailto:info@bookinglanzarote.com">
<UILocaleGet anchorid="contacto" defaulttext="Contacto" id="_id146" name="footer_f" rendered="true" transient="false"/>
</a> </li> <li>
<HtmlOutputLink id="_id148" rendered="true" transient="false" value="/noticias.xhtml">
<UILocaleGet anchorid="sala.de.prensa" defaulttext="Sala de Prensa" id="_id149" name="menu_f" rendered="true" transient="false"/>
</HtmlOutputLink>
</li> </ul> </div> <div id="logos"> <div> <a href="http://www.canarias.es/" title="web islas canarias"> <img alt="Islas Canarias" src="/i/logo-islas-canarias2de2.gif"/> </a> <a href="http://www.asolan.com/" title="web de Asolan" target="_blank"> <img alt="Asolan" src="/i/logo-asolan2de2.gif"/> </a> <a href="http://www.turismolanzarote.com/" title="web de Lanzarote" target="_blank"> <img alt="Lanzarote" src="/i/logo-lanzarote2de2.gif"/> </a> <img alt="Gobierno de Canarias" src="/i/logo-gobcan2de2.gif?1236538495"/> </div> <div> <img alt="Feder" src="/i/logo-feder2de2.gif"/> <img alt="Ministerio de industria y turismo" src="/i/logo-ministerio2de2.gif"/> </div> </div> <div id="legals"> <p>
<HtmlOutputText escape="true" id="_id151" rendered="true" transient="false" value="Copyright © 2009 - Bookinglanzarote.com"/>
<br/>
<HtmlOutputText escape="true" id="_id153" rendered="true" transient="false" value="Calle Suiza 15 - local,1 - C.P.: 35510"/>
<br/>
<HtmlOutputText escape="true" id="_id155" rendered="true" transient="false" value="Puerto del Carmen - Tías - Lanzarote"/>
<br/>
<HtmlOutputText escape="true" id="_id157" rendered="true" transient="false" value="Islas Canarias"/>
<br/> </p> </div>
<HtmlOutputText escape="false" id="_id159" rendered="true" transient="false" value="<script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ?"https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost +"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script type="text/javascript">try {var pageTracker = _gat._getTracker("UA-11030886-1");pageTracker._trackPageview();} catch(err) {}</script>"/>
</UINamingContainer>
</div> </body> </html>
</UIViewRoot>

+ Scoped Variables

Request Parameters
NameValue
currentOferta305
lngen
Request Attributes
NameValue
Analyticscom.easydevel.bookingLanzarote.front.AnalyticsBean@51d7d1
CoolURLcom.easydevel.coolurl.CoolURLBean@12fef05
a4c9268ceaa279f9bccdb8b964dc1aa2com.globalred.dao.LocaleDAO@1f53c20
d2b32960b751c80eb76574e57b7347c7com.globalred.dao.LocaleDAO@13e997a
d8d510f34346567996b03f4c2e1fe7c1com.globalred.dao.LocaleDAO@ce51a4
jsf_sequence28
lngen
lnggen
Session Attributes
NameValue
AbodeFcom.easydevel.bookingLanzarote.front.AbodeBean@b31078
Utilcom.easydevel.bookingLanzarote.UtilBean@1fe7744
jsf_sequence28
Application Attributes
NameValue
ClientId9981
DIR/web/bookingcore.com/idb/
DIR_COM/web/bookingcore.com/idb/
DIR_FONTS/web/_fonts/
DIR_GEOIP/var/lib/GeoIP/
DIR_LINKwww.easydevel.com/soncaliu/index.xhtml
DIR_REWRITE/web/www.visitlasafor.com/resources/
EMAIL_CONTACTOweb@vikhotels.com
EMAIL_GRUPOSgrupos@hotelesglobales.com
EMAIL_INFOventas5@sandoshotels.com
EMAIL_NEWSLETTERvikclass@vikhotels.com
EMAIL_RESERVAStin@easydevel.com
GAPIABQIAAAAL6WpNWwNz7e-aiIf-njYjRQOGjz5dObxbLU4YC7PWK1ouoZcmxTkEPBFLlMhjJsGBnBb_Xg_QS_Ziw
GAPI_ADMINABQIAAAAJM2ly0YlYyWxkgEL8kKyZBRxMsubnzxfh3niG4jLDR998hJGCBTv9sdo7Eqbp5lyGUcn7fo-RCDVZQ
GAPI_MABQIAAAAJM2ly0YlYyWxkgEL8kKyZBSppS4u0PpBWqcQJG_yjkCeinZxvxQpHsUg5uXFrRjXg5Y-6H4uiMZI9A
IMG_CACHE/idb/
SAFOR_GAPI_ADMINABQIAAAAAWSOLjlKIjg1YXhOfD5nWRRo8jo1kuj34DZPQjsqqpEYuYMElRTmmdH7rg9Sg3sBDZE0Sg8nqZ6FPg
URL_BASEhttp://www.visitlasafor.com
bannersConImagenes1
destinoID65
idComplejoLaBarrosa237
Feb 5, 2012 1:24:01 AM - Generated by Facelets