Event in Template

Hi,is there no way whatever to write event handler in template?
thanks
yong

Yong, you are correct.
All EventHandlers must reside at the top level.
This enhancement is being tracked.
Kind Regards.

Similar Messages

  • Contextual Events between templates and fragments

    Hi there,
    I'm having some issues to use contextual events in the following scenario:
    I have an inputText and a button on a jsf template. The input text is associated with an attribute on a managed bean and the button triggers and action that returns the value of this property on the managed bean. Besides, it triggers a contextual event.
    I also have a fragment that should consume that event, and this fragment is placed on a jsf that inherits the template that triggers the event.
    Unfortunately, when I try to consume the event on my fragment I cannot see the producer on the event map window, and event if I create my event map manually, it doesn't work anyway.
    Does anybody have an example of it?
    Am I doing smth wrong here?
    Cheers,
    George

    Hi,
    does the template ave a pagedef file that exposes the binding that triggers the communication ?
    Frank

  • Would event in Template be supported  in future UIX Version?

    My uix pages are totally based on a Template file which has a globalButton to change user's password.So of cause every page can call the changePassword.uix By clicking this button. Problem is after changing password the calling source page should be displayed again. I think the best way here is a event can be called on the template. Does anyone has some idea how I should do it elegantly?
    Thanks
    Yong

    There's no brilliantly elegant way of supporting this today. Looking forward UIX will support the Java Server Faces standard, which means - among lots of other goodies - that there'll be support for component-level events and listeners, which is exactly what you need to solve this sort of a problem.

  • BBOS10 - Calendar - Event Pattern/Template

    When using the Blackbery 10 (10.2.1) calendar I am missing a feature to add an event based on a (custom) pattern/template.
    This is useful if you have meetings with similar title, atendants, ... but changing date.
    Is this really not possible with the native BBOS10 calendar or did I miss a button?
    As far as I've search, also no third-party app is able to do such a thing. Is such a feature planned for a future release of Blackberry 10?

    I did this for a web site by reading all the events from the
    database for a
    month, and then putting them into an array, where the key is
    the day number
    that the event is on eg
    $sql = "SELECT id,DAYOFMONTH(reminder_date) AS
    date_day,reminder_type,reminder_title,reminder_description ";
    $sql .= "FROM reminders ";
    $sql .= "WHERE UNIX_TIMESTAMP(reminder_date) >= '" .
    $start_date . "' ";
    $sql .= "AND UNIX_TIMESTAMP(reminder_date) <= '" .
    $end_date . "' ";
    $sql .= "AND reminder_user_id = '" .
    $this->data['user_id'] . "' ";
    $sql .= "ORDER BY date_day ASC";
    $db->dbOpenDatabase();
    $results = $db->dbResults($sql);
    $db->dbCloseDatabase();
    if($results[0]['id'] > 0 ){
    foreach($results as $result){
    $temp = "";
    $temp['id'] = $result['id'];
    $temp['title'] = $result['reminder_title'];
    $temp['type'] = $result['reminder_type'];
    $temp['description'] = $result['reminder_description'];
    $this->events[$result['date_day']][] = $temp;
    Then, for each day cell in the callender, check in the array
    using the day
    number as the key, and display the events.
    Gareth
    http://www.phploginsuite.co.uk/
    PHP Login Suite V2 - 34 Server Behaviors to build a complete
    Login system.

  • Error msg trying to get to edit event template

    Below is the message, any time I try to edit an event template or email template. Mac OSX 10.9.2, Safari 7.0.3 Savvy user. Have edited events and templates many times before. PLEASE check on this one and reply.
    Error during include of component '/apps/connect/components/eventlandingpage'
    Error Message:
    org.apache.sling.api.scripting.ScriptEvaluationException: javax.servlet.ServletException: javax.servlet.jsp.JspException: Error while executing script head.jsp
    Processing Info:
    Page
    =
    /content/connect/c1/1116418017/en/events/event/shared/1127345348/event_landing
    Resource Path
    =
    /content/connect/c1/1116418017/en/events/event/shared/1127345348/event_landing/jcr:content
    Cell
    =
    eventlandingpage
    Cell Search Path
    =
    eventlandingpage|page
    Component Path
    =
    /apps/connect/components/eventlandingpage
    Sling Request Progress:
      0 (2014-04-29 08:39:00) TIMER_START{Request Processing} 0 (2014-04-29 08:39:00) COMMENT timer_end format is {<elapsed msec>,<timer name>} <optional message> 0 (2014-04-29 08:39:00) LOG Method=GET, PathInfo=/content/connect/c1/1116418017/en/events/event/shared/1127345348/event_landing.html 0 (2014-04-29 08:39:00) TIMER_START{ResourceResolution} 0 (2014-04-29 08:39:00) TIMER_END{0,ResourceResolution} URI=/content/connect/c1/1116418017/en/events/event/shared/1127345348/event_landing.html resolves to Resource=JcrNodeResource, type=cq:Page, superType=null, path=/content/connect/c1/1116418017/en/events/event/shared/1127345348/event_landing 0 (2014-04-29 08:39:00) LOG Resource Path Info: SlingRequestPathInfo: path='/content/connect/c1/1116418017/en/events/event/shared/1127345348/event_landing', selectorString='null', extension='html', suffix='null' 0 (2014-04-29 08:39:00) TIMER_START{ServletResolution} 0 (2014-04-29 08:39:00) TIMER_START{resolveServlet(JcrNodeResource, type=cq:Page, superType=null, path=/content/connect/c1/1116418017/en/events/event/shared/1127345348/event_landing)} 0 (2014-04-29 08:39:00) TIMER_END{0,resolveServlet(JcrNodeResource, type=cq:Page, superType=null, path=/content/connect/c1/1116418017/en/events/event/shared/1127345348/event_landing)} Using servlet /libs/foundation/components/primary/cq/Page/Page.jsp 0 (2014-04-29 08:39:00) TIMER_END{0,ServletResolution} URI=/content/connect/c1/1116418017/en/events/event/shared/1127345348/event_landing.html handled by Servlet=/libs/foundation/components/primary/cq/Page/Page.jsp 0 (2014-04-29 08:39:00) LOG Applying Requestfilters 0 (2014-04-29 08:39:00) LOG Calling filter: org.apache.sling.bgservlets.impl.BackgroundServletStarterFilter 0 (2014-04-29 08:39:00) LOG Calling filter: org.apache.sling.rewriter.impl.RewriterFilter 0 (2014-04-29 08:39:00) LOG Calling filter: com.day.cq.wcm.core.impl.WCMRequestFilter 0 (2014-04-29 08:39:00) LOG Calling filter: org.apache.sling.i18n.impl.I18NFilter 0 (2014-04-29 08:39:00) LOG Calling filter: com.day.cq.theme.impl.ThemeResolverFilter 0 (2014-04-29 08:39:00) LOG Calling filter: com.day.cq.wcm.foundation.forms.impl.FormsHandlingServlet 0 (2014-04-29 08:39:00) LOG Calling filter: org.apache.sling.engine.impl.debug.RequestProgressTrackerLogFilter 0 (2014-04-29 08:39:00) LOG Calling filter: com.day.cq.wcm.mobile.core.impl.redirect.RedirectFilter 0 (2014-04-29 08:39:00) LOG RedirectFilter did not redirect (MobileUtil.isMobileResource() returns false) 0 (2014-04-29 08:39:00) LOG Calling filter: com.day.cq.wcm.core.impl.warp.TimeWarpFilter 0 (2014-04-29 08:39:00) LOG Applying Componentfilters 0 (2014-04-29 08:39:00) LOG Calling filter: com.day.cq.wcm.core.impl.WCMComponentFilter 0 (2014-04-29 08:39:00) LOG Calling filter: com.day.cq.wcm.core.impl.WCMDebugFilter 0 (2014-04-29 08:39:00) TIMER_START{/libs/foundation/components/primary/cq/Page/Page.jsp#0} 0 (2014-04-29 08:39:00) LOG Including resource JcrNodeResource, type=connect/components/eventlandingpage, superType=null, path=/content/connect/c1/1116418017/en/events/event/shared/1127345348/event_landing/jcr:content (SlingRequestPathInfo: path='/content/connect/c1/1116418017/en/events/event/shared/1127345348/event_landing/jcr:content', selectorString='null', extension='html', suffix='null') 0 (2014-04-29 08:39:00) TIMER_START{resolveServlet(JcrNodeResource, type=connect/components/eventlandingpage, superType=null, path=/content/connect/c1/1116418017/en/events/event/shared/1127345348/event_landing/jcr:content)} 0 (2014-04-29 08:39:00) TIMER_END{0,resolveServlet(JcrNodeResource, type=connect/components/eventlandingpage, superType=null, path=/content/connect/c1/1116418017/en/events/event/shared/1127345348/event_landing/jcr:content)} Using servlet /libs/foundation/components/page/page.jsp 0 (2014-04-29 08:39:00) LOG Applying Includefilters 0 (2014-04-29 08:39:00) LOG Calling filter: com.day.cq.wcm.core.impl.WCMComponentFilter 0 (2014-04-29 08:39:00) LOG Calling filter: com.day.cq.wcm.core.impl.WCMDebugFilter 0 (2014-04-29 08:39:00) TIMER_START{/libs/foundation/components/page/page.jsp#1} 0 (2014-04-29 08:39:00) LOG Including script head.jsp for path=/content/connect/c1/1116418017/en/events/event/shared/1127345348/event_landing/jcr:content, type=connect/components/eventlandingpage: /apps/connect/components/page/head.jsp 0 (2014-04-29 08:39:00) TIMER_START{/apps/connect/components/page/head.jsp} 0 (2014-04-29 08:39:00) LOG SCRIPT ERROR: javax.servlet.ServletException: java.lang.Exception: unable to initialize connect properties 0 (2014-04-29 08:39:00) LOG SCRIPT ERROR: javax.servlet.ServletException: javax.servlet.jsp.JspException: Error while executing script head.jsp 0 (2014-04-29 08:39:00) TIMER_END{0,/libs/foundation/components/page/page.jsp#1} 0 (2014-04-29 08:39:00) LOG Found processor for post processing ProcessorConfiguration: {contentTypes=[text/html],order=-1, active=true, valid=true, processErrorResponse=true, pipeline=(generator=Config(type=htmlparser, config={}), transformers=(Config(type=linkchecker, config={}), Config(type=mobile, config=org.apache.sling.jcr.resource.JcrPropertyMap@7ece69cc), Config(type=mobiledebug, config=org.apache.sling.jcr.resource.JcrPropertyMap@2184111e), Config(type=contentsync, config=org.apache.sling.jcr.resource.JcrPropertyMap@657fd9c2), serializer=Config(type=htmlwriter, config={}))} 0 (2014-04-29 08:39:00) TIMER_END{0,Request Processing} Dumping SlingRequestProgressTracker Entries
    Full Exception:
    org.apache.sling.api.scripting.ScriptEvaluationException: javax.servlet.ServletException: javax.servlet.jsp.JspException: Error while executing script head.jsp at org.apache.sling.scripting.core.impl.DefaultSlingScript.call(DefaultSlingScript.java:385) at org.apache.sling.scripting.core.impl.DefaultSlingScript.eval(DefaultSlingScript.java:170) at org.apache.sling.scripting.core.impl.DefaultSlingScript.service(DefaultSlingScript.java:456) at org.apache.sling.engine.impl.request.RequestData.service(RequestData.java:500) at org.apache.sling.engine.impl.filter.SlingComponentFilterChain.render(SlingComponentFilterChain.java:45) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:64) at com.day.cq.wcm.core.impl.WCMDebugFilter.doFilterWithErrorHandling(WCMDebugFilter.java:183) at com.day.cq.wcm.core.impl.WCMDebugFilter.doFilter(WCMDebugFilter.java:150) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at com.day.cq.wcm.core.impl.WCMComponentFilter.doFilter(WCMComponentFilter.java:219) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at org.apache.sling.engine.impl.SlingRequestProcessorImpl.processComponent(SlingRequestProcessorImpl.java:257) at org.apache.sling.engine.impl.SlingRequestProcessorImpl.dispatchRequest(SlingRequestProcessorImpl.java:297) at org.apache.sling.engine.impl.request.SlingRequestDispatcher.dispatch(SlingRequestDispatcher.java:216) at org.apache.sling.engine.impl.request.SlingRequestDispatcher.include(SlingRequestDispatcher.java:103) at com.day.cq.wcm.core.impl.WCMComponentFilter$ForwardRequestDispatcher.include(WCMComponentFilter.java:381) at org.apache.jsp.libs.foundation.components.primary.cq.Page.Page_jsp._jspService(Page_jsp.java:106) at org.apache.sling.scripting.jsp.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:420) at org.apache.sling.scripting.jsp.JspServletWrapperAdapter.service(JspServletWrapperAdapter.java:59) at org.apache.sling.scripting.jsp.JspScriptEngineFactory.callJsp(JspScriptEngineFactory.java:233) at org.apache.sling.scripting.jsp.JspScriptEngineFactory.access$100(JspScriptEngineFactory.java:85) at org.apache.sling.scripting.jsp.JspScriptEngineFactory$JspScriptEngine.eval(JspScriptEngineFactory.java:453) at org.apache.sling.scripting.core.impl.DefaultSlingScript.call(DefaultSlingScript.java:358) at org.apache.sling.scripting.core.impl.DefaultSlingScript.eval(DefaultSlingScript.java:170) at org.apache.sling.scripting.core.impl.DefaultSlingScript.service(DefaultSlingScript.java:456) at org.apache.sling.engine.impl.request.RequestData.service(RequestData.java:500) at org.apache.sling.engine.impl.filter.SlingComponentFilterChain.render(SlingComponentFilterChain.java:45) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:64) at com.day.cq.wcm.core.impl.WCMDebugFilter.doFilter(WCMDebugFilter.java:147) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at com.day.cq.wcm.core.impl.WCMComponentFilter.filterRootInclude(WCMComponentFilter.java:308) at com.day.cq.wcm.core.impl.WCMComponentFilter.doFilter(WCMComponentFilter.java:141) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at org.apache.sling.engine.impl.SlingRequestProcessorImpl.processComponent(SlingRequestProcessorImpl.java:257) at org.apache.sling.engine.impl.filter.RequestSlingFilterChain.render(RequestSlingFilterChain.java:49) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:64) at com.day.cq.wcm.core.impl.warp.TimeWarpFilter.doFilter(TimeWarpFilter.java:106) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at com.day.cq.wcm.mobile.core.impl.redirect.RedirectFilter.doFilter(RedirectFilter.java:296) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at org.apache.sling.engine.impl.debug.RequestProgressTrackerLogFilter.doFilter(RequestProgressTrackerLogFilter.java:59) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at com.day.cq.wcm.foundation.forms.impl.FormsHandlingServlet.doFilter(FormsHandlingServlet.java:220) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at com.day.cq.theme.impl.ThemeResolverFilter.doFilter(ThemeResolverFilter.java:76) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at org.apache.sling.i18n.impl.I18NFilter.doFilter(I18NFilter.java:117) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at com.day.cq.wcm.core.impl.WCMRequestFilter.doFilter(WCMRequestFilter.java:89) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at org.apache.sling.rewriter.impl.RewriterFilter.doFilter(RewriterFilter.java:83) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at org.apache.sling.bgservlets.impl.BackgroundServletStarterFilter.doFilter(BackgroundServletStarterFilter.java:135) at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilterChain.java:60) at org.apache.sling.engine.impl.SlingRequestProcessorImpl.processRequest(SlingRequestProcessorImpl.java:153) at org.apache.sling.engine.impl.SlingMainServlet.service(SlingMainServlet.java:206) at org.apache.felix.http.base.internal.handler.ServletHandler.doHandle(ServletHandler.java:96) at org.apache.felix.http.base.internal.handler.ServletHandler.handle(ServletHandler.java:79) at org.apache.felix.http.base.internal.dispatch.ServletPipeline.handle(ServletPipeline.java:42) at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFilterChain.java:49) at org.apache.felix.http.base.internal.dispatch.HttpFilterChain.doFilter(HttpFilterChain.java:33) at org.apache.sling.i18n.impl.I18NFilter.doFilter(I18NFilter.java:117) at org.apache.felix.http.base.internal.handler.FilterHandler.doHandle(FilterHandler.java:88) at org.apache.felix.http.base.internal.handler.FilterHandler.handle(FilterHandler.java:76) at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFilterChain.java:47) at org.apache.felix.http.base.internal.dispatch.HttpFilterChain.doFilter(HttpFilterChain.java:33) at com.adobe.granite.license.impl.LicenseCheckFilter.doFilter(LicenseCheckFilter.java:179) at org.apache.felix.http.base.internal.handler.FilterHandler.doHandle(FilterHandler.java:88) at org.apache.felix.http.base.internal.handler.FilterHandler.handle(FilterHandler.java:76) at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFilterChain.java:47) at org.apache.felix.http.base.internal.dispatch.HttpFilterChain.doFilter(HttpFilterChain.java:33) at org.apache.sling.security.impl.ReferrerFilter.doFilter(ReferrerFilter.java:238) at org.apache.felix.http.base.internal.handler.FilterHandler.doHandle(FilterHandler.java:88) at org.apache.felix.http.base.internal.handler.FilterHandler.handle(FilterHandler.java:76) at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFilterChain.java:47) at org.apache.felix.http.base.internal.dispatch.HttpFilterChain.doFilter(HttpFilterChain.java:33) at org.apache.sling.engine.impl.log.RequestLoggerFilter.doFilter(RequestLoggerFilter.java:75) at org.apache.felix.http.base.internal.handler.FilterHandler.doHandle(FilterHandler.java:88) at org.apache.felix.http.base.internal.handler.FilterHandler.handle(FilterHandler.java:76) at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFilterChain.java:47) at org.apache.felix.http.base.internal.dispatch.HttpFilterChain.doFilter(HttpFilterChain.java:33) at org.apache.felix.http.base.internal.dispatch.FilterPipeline.dispatch(FilterPipeline.java:48) at org.apache.felix.http.base.internal.dispatch.Dispatcher.dispatch(Dispatcher.java:39) at org.apache.felix.http.base.internal.DispatcherServlet.service(DispatcherServlet.java:67) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at com.day.j2ee.servletengine.ServletRuntimeEnvironment.service(ServletRuntimeEnvironment.java:250) at com.day.j2ee.servletengine.RequestDispatcherImpl.doFilter(RequestDispatcherImpl.java:315) at com.day.j2ee.servletengine.RequestDispatcherImpl.service(RequestDispatcherImpl.java:334) at com.day.j2ee.servletengine.RequestDispatcherImpl.service(RequestDispatcherImpl.java:377) at com.day.j2ee.servletengine.ServletHandlerImpl.process(ServletHandlerImpl.java:351) at com.day.j2ee.servletengine.HttpListener$Worker.run(HttpListener.java:625) at java.lang.Thread.run(Unknown Source) Caused by: org.apache.sling.api.SlingException: javax.servlet.ServletException: javax.servlet.jsp.JspException: Error while executing script head.jsp at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.handleJspExceptionInternal(JspServletWrapper.java:563) at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:499) at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:443) at org.apache.sling.scripting.jsp.JspServletWrapperAdapter.service(JspServletWrapperAdapter.java:59) at org.apache.sling.scripting.jsp.JspScriptEngineFactory.callJsp(JspScriptEngineFactory.java:233) at org.apache.sling.scripting.jsp.JspScriptEngineFactory.access$100(JspScriptEngineFactory.java:85) at org.apache.sling.scripting.jsp.JspScriptEngineFactory$JspScriptEngine.eval(JspScriptEngineFactory.java:453) at org.apache.sling.scripting.core.impl.DefaultSlingScript.call(DefaultSlingScript.java:358) ... 93 more Caused by: org.apache.sling.api.SlingException: javax.servlet.ServletException: java.lang.Exception: unable to initialize connect properties at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.handleJspExceptionInternal(JspServletWrapper.java:563) at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:499) at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:443) at org.apache.sling.scripting.jsp.JspServletWrapperAdapter.service(JspServletWrapperAdapter.java:59) at org.apache.sling.scripting.jsp.JspScriptEngineFactory.callJsp(JspScriptEngineFactory.java:233) at org.apache.sling.scripting.jsp.JspScriptEngineFactory.access$100(JspScriptEngineFactory.java:85) at org.apache.sling.scripting.jsp.JspScriptEngineFactory$JspScriptEngine.eval(JspScriptEngineFactory.java:453) at org.apache.sling.scripting.core.impl.DefaultSlingScript.call(DefaultSlingScript.java:358) at org.apache.sling.scripting.core.impl.DefaultSlingScript.eval(DefaultSlingScript.java:170) at org.apache.sling.scripting.core.impl.DefaultSlingScript.service(DefaultSlingScript.java:456) at com.day.cq.wcm.tags.IncludeTag.includeScript(IncludeTag.java:167) at com.day.cq.wcm.tags.IncludeTag.doEndTag(IncludeTag.java:87) at org.apache.jsp.libs.foundation.components.page.page_jsp._jspx_meth_cq_005finclude_005f0(page_jsp.java:178) at org.apache.jsp.libs.foundation.components.page.page_jsp._jspService(page_jsp.java:148) at org.apache.sling.scripting.jsp.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:420) ... 98 more Caused by: java.lang.Exception: unable to initialize connect properties at org.apache.jsp.apps.connect.components.page.head_jsp._jspService(head_jsp.java:337) at org.apache.sling.scripting.jsp.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:420) ... 112 more Caused by: javax.jcr.PathNotFoundException: /content/connect/connectinfo at org.apache.jackrabbit.core.session.SessionItemOperation.perform(SessionItemOperation.java:192) at org.apache.jackrabbit.core.session.SessionState.perform(SessionState.java:216) at org.apache.jackrabbit.core.SessionImpl.perform(SessionImpl.java:361) at org.apache.jackrabbit.core.SessionImpl.getNode(SessionImpl.java:1109) at org.apache.jsp.apps.connect.components.page.head_jsp._jspService(head_jsp.java:328) ... 115 more
    Day Communique 5 WCM Core Implementation / 5.5.6 ( (c) Day Management AG ) running on ApacheSling/2.2 (Day-Servlet-Engine/4.1.24, Java HotSpot(TM) 64-Bit Server VM 1.7.0_45, Windows Server 2008 R2 6.1 amd64)

    Further info:
    The same error (or similar) occurs when trying to edit email templates as well. Also occurs in Chrome browser.
    Have restarted Macbook.
    Have tried at several times of day.
    Have cleared cache.
    I am the administrator on the account-- FULL admin privileges.
    I have edited MANY templates before (both Events and Email). Am a "power user"!
    Am trying to make  changes to our registration pages and emails  due to Adobe's email domain name change announced  (suddenly) this week. We tell people to whitelist so they will receive our AdobeConnect emails.
    Customer support ticket system keeps dumping me back here. Come on, "experts"... you can at least ANSWER. It has been 23 hr, 50 minutes.
    I manage the renreal/nonrenewals on our account, too.

  • Events + Message Data Templates

    I have defined my own versions of the events TaskCreated and TaskComplete in which I specify the XSD Event Message Template so that I can pass "complex" information.
    In my event thrower, I ...
    * setup an event data map to pass my process instance id
    * provide an xml variable as the event message data.
    In my event receiver, I have my process data map set up with 3 values.
    * assign the process instance id passed in the event data map to a local variable
    * assign a particular string element in my event message data (xml) to a local variable.
    These both work.
    What doesn't work is assigning the entire event message data (xml) to a local process variable of type xml. My local xml process variable is always null.
    I don't understand how I can map a single value from within the xml, but I cannot map the entire xml.
    Any thoughts?

    And if you look at the provided event samples.
    In the POCancel event, they specify an event message template which contains "Order" information, but they never use it in the samples.

  • I need a Numbers Template for Event registration

    I am hosting a Women's Retreat that has people registering, paying for tickets,etc.  Is there a numbers template that would allow me to collect that data and show it in a nice format?

    Numbers does not have anything specifically called an event registration template.  There are several options:
    1) search using your favorite search engine (google found quite a few hits when I searched using "Event Registration Template"
    2) build your own in Numbers
    Option (2) shouldn't be too difficult.
    It could look something like:

  • Events not getting fired for templated controls.

    Hi,
    I have an asp.net custom server control, in which I have given template support. The template controls render fine. But, the events of template controls are not getting fired. For example, If I added an asp dropdownlist as a template in my custom control
    and select any item from dropdownlist and raised the postback, the selected item did not get updated in dropdownlist ( i.e selectedIndex, selectedText of the control remains the same as like initial rendering.), also I am not able to trigger the SelectedIndexChanged
    server side event of dropdownlist.
    I have used NamingContainer for rendering the template controls. The codes are as follows,
    <code>
    This is my source:
         private
    ITemplate fileTemplate =
    null;
     [TemplateContainer(typeof(ContentContainer)),
    PersistenceMode(PersistenceMode.InnerProperty),
    DesignerSerializationVisibility(DesignerSerializationVisibility.Content),
    TemplateInstance(TemplateInstance.Single)]
    public ITemplate FileTemplate
    get
       return fileTemplate;
    set
    fileTemplate = value;
    public class
    ContentContainer :
    WebControl, INamingContainer
    internal ContentContainer()
    protected override
    void CreateChildControls()
    this.Controls.Clear();
    ContentContainer container =
    new ContentContainer();
    this.FileTemplate.InstantiateIn(container);
    this.Controls.Add(container);
    base.CreateChildControls();
          public
    override ControlCollection Controls
    get
    this.EnsureChildControls();
           return
    base.Controls;
    Whereas in my application, I have rendered the custom control with template as below,
    [ASPX]
    <mycustom control>
    <FileTemplate>
    <asp:DropDownList
    ID="ddc1"
    runat="server"
    AutoPostBack="true"
    OnSelectedIndexChanged="ddc1_SelectedIndexChanged"
    >
    <asp:ListItem
    Text="Item1"
    Value="one"></asp:ListItem>
    <asp:ListItem
    Text="Item2"
    Value="two"></asp:ListItem>
    <asp:ListItem
    Text="Item3"
    Value="three"></asp:ListItem>
    <asp:ListItem
    Text="Item4"
    Value="four"></asp:ListItem>
    </asp:DropDownList>
    </FileTemplate>
    </mycustom control>
    [Code Behind]
    This event is not getting raised.
    protected
    void ddc1_SelectedIndexChanged(object sender,
    EventArgs e)
     I can get the template control's details here using "FindControl("templateID")". But not able to get the updated details.
    protected void btn_Click1(object sender,
    EventArgs e)
    var template= this.CustomControl.Controls[0].FindControl("ddc1");
    </code>
    Where I am going wrong? Kindly help me on this.
    Thanks in advance.
    Regards,
    Meena

    This is a Windows Phone forum, not a web development forum. Please ask this question at the forums at
    http://asp.net.
    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.
    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined
    objects and unknown namespaces.

  • I Need  Matrix Report Template for XML

    can any one give me matrix report tample for XML
    Edited by: Kamran Riaz on Mar 21, 2009 12:13 AM

    Numbers does not have anything specifically called an event registration template.  There are several options:
    1) search using your favorite search engine (google found quite a few hits when I searched using "Event Registration Template"
    2) build your own in Numbers
    Option (2) shouldn't be too difficult.
    It could look something like:

  • Is it possible to create a Event Reciver program as Sandbox solution? - SharePoint 2010

    Dear All,
    I try to create a Event receiver program as SandBox solution in SharePoint 2010. I want to do a list item updation using this event receiver.
    Almost all the internet help & examples seems to be written with Farm solution and I got plenty of
    errors in the code(since the code may be written for farm solutions).
    So is it good idea that I am trying to do Sandbox Event Receiver???? Can any one please advice me
    and if sandbox is feasible can anyone help me with a tutorial( How to create a sandbox event receiver for list item updation).
    Somebody please help me soon.

    Dear All,
    hen I run the project, I got this error
    There were deployment errors? do you want to continue. I pressed No button but
    I cannot see any error list below in visual studio 2010!!! I am not able to
    identify where is the error or rectify those error, somebody please help me soon.
    I try to create one event receiver for list updation. I selected Event Receiver template
    while created new project and added following code for debugging, debugger is not hitting!!!
    please note my code below. Am I missing anything?????
    EventReceiver1.cs
    using Microsoft.SharePoint.Security;
    using Microsoft.SharePoint.Utilities;
    using Microsoft.SharePoint.Workflow;
    namespace NewProjEventReceiver.EventReceiver1
        /// <summary>
        /// List Item Events
        /// </summary>
        public class EventReceiver1 : SPItemEventReceiver
            static void Main(string[] args)
           /// <summary>
           /// An item is being added.
           /// </summary>
           public override void ItemAdding(SPItemEventProperties properties)
               base.ItemAdding(properties);
           /// <summary>
           /// An item is being updated
           /// </summary>
           public override void ItemUpdating(SPItemEventProperties properties)
               base.ItemUpdating(properties);
               SPListItem CurrentItem = properties.ListItem;
               String strCustomer = CurrentItem["SampleList"].ToString();
               int startPos = 0;
               int endPos = CurrentItem["SampleList"].ToString().IndexOf(";#");
               int Cust_ID = Convert.ToInt32(strCustomer.Substring(startPos, endPos));
               SPWeb oWeb = properties.Web;
               SPList oList = oWeb.Lists["SampleList"];
               SPListItem Customers = oList.GetItemById(First_ID);
               CurrentItem["Title"] = "One Time";
               oWeb.AllowUnsafeUpdates = true;
               oWeb.Update();
               oWeb.AllowUnsafeUpdates = false;

  • What has happened to the responsive templates that where in Create New site?

    They have all changed except for Universalis. I was showcasing to potential client's and cannot see the options there.In particular there were two excellent event booking templates and a Legal company template?

    They might be some of the templates affected by this announcement.
    Updating Business Catalyst customer on-boarding experience

  • Adjustments needed in Event detail/list layout, help!

    Hi there,
    I could really need your help on this:
    I'd like to make these changes to the event module template:
    - be able to hide the booking form for certain events
    - make sure the event list layout only shows the upcoming events for the selected month. And not ALL upcoming events (otherwise this list is way too long).
    - add a specific field for 1. time, 2. location and 3.costs in the event detail layout (just as the 'date' is setup).
    Can anyone tell me if this is possible? And if so, how I can do this or who can do this for me? (I'm a beginner in ABC...).
    Thank you very much!!
    Kind regards,
    Yfke

    Hi Liam,
    Thank you very much for your reply! I have absolutely no skills in Javascript, especially when it it so much work.
    Is there an easy way to at least make sure you can choose to hide the booking form per event? Because there are certain events that need to be booked elsewhere.
    Hope that is fairly easy, then I can ask my developer.
    Or would it even be smarter, and maybe even easier, to build an event feature like this module in e.g. web apps?
    Thnx!

  • How can we find workflow templates activated ina system ?

    how can we find workflow templates activated ina system ?
    Could you please tell me a table name for that ?
    thanks

    Hello ,
    I need the active workflow templates regardless of business object,event or template etc
    So I used method suggested by Mohammad Anwar  and checked the table HRS1205
    Here I find a long list of active workflow templates
    But further to that I need to find which workflows have been activated and implemented to meet business requirement and put to use in the system.
    For this I checked the SWI1 in production system to get an idea of what all workflows are active.This will give day to day data.
    But if I need to find the same in HRS1205 table then can I consider those entries of active workflows for which UNAME field is not standard SAP userID but a dialog user ID of any user ?
    thank you

  • Can you have nested event loops?

    I am trying to use a nested event structure and am have a lot of trouble getting it to work right. On the block diagram I have 5 events that I am looking for. When I hit the baseline button I have an abort button become visible and I want that button to control the vi that I have running in that event, but once the baseline event starts I am not able to push the abort button or any other button for that matter. I started with the user event handler template. Attached you will find a copy of my program, If you decide to run it you need to choose comm port 0 when it asks or else the program will hang. Should I be using a different type of template for this program? This is also a problem when the assay button and save buttons ar
    e pressed.
    THanks
    Attachments:
    labview.zip ‏277 KB

    I opened the code and was missing a DLL and some controls so I was not able to run it. However I still may be able to help.
    Basically I have never had a need for impeded event structures because they are very hard to get right, and in general are not needed. I believe some of the event structure caveats mention this, or the 2 events in a loop are similar.
    Anyways the reason it is dangerous is that they can lock each other. As soon as your VI starts running the structures start watching for value changes. They all share the same event queue so they are all watching the same stack of events.
    So in your code if I hit the Buttons.Save Data button and then I decide to hit it again, or I decide to hit the Buttons.Stop your VI will lock up. If I then hit the S
    aveAssay button it does not matter.
    Here is the reasoning. The queue of events looks like: Save Data, then Stop, and then SaveAssay. The SaveData is handled first so I enter that case. Now before I finish that events code, I must run the impeded event structure due to dataflow. However because I hit Stop next, it is the next thing in the event queue. The impeded event structure is waiting for a SaveAssay or SaveBaseline event, and will not finish until it can process that event.
    However LabVIEW events can not be thrown away so the Stop MUST be handled before the SaveAssay can. So in your case the event structure is waiting to handle the SaveAssay but the Stop must be handled first. However the stop can not be handled until the SaveData finishes, which it can�t.
    Therefore you end up locked. LabVIEW can not finish the handling of one event until another is handled, and data flow won�t allow that.
    Sorry for the novel here. If you have any questions let me know, I real
    ize this is a confusing answer, but the issue is complicated.

  • How to create custom events in OIM

    Hi
    We have a requirement to create new notification templates with custom events to send email notifications.
    How should I create a custom event, any pointers are highly appreciated.
    Thanks
    Nagendra

    I am still unclear about the relationship between this report and OIM; as stated OIM allows you to create [url http://docs.oracle.com/cd/E27559_01/dev.1112/e27150/notevents.htm#BEIBDIAA]Custom Notification Events however generally the invocation of them is tied to the [url http://docs.oracle.com/cd/E27559_01/dev.1112/e27150/oper.htm#CCHFBGAA]custom event handler which in turn are tied to OIM operations. In this case AFAIK there is no OIM operation rather the HCM application is querying user data combined with data from HCM. Is the requirement to use the OIM notification feature or can you use other alternatives e.g. [url http://fmwdocs.us.oracle.com/doclibs/fmw/E10285_01/dev.1111/e10224/ns_ws_api.htm#SOASE87208]UMS ?
    I think you could invoke a custom OIM event using the [url http://docs.oracle.com/cd/E27559_01/dev.1112/e27150/apis.htm]OIM APIs specifically using the [url http://docs.oracle.com/cd/E21764_01/apirefs.1111/e17334/oracle/iam/notification/api/NotificationService.html]notification service (for details of related classes refer to the [url http://docs.oracle.com/cd/E21764_01/apirefs.1111/e17334/toc.htm]javadoc).
    However I have not tested this and was unable to find a concrete example from the documentation. Pseudo logic should be something like this:
      Hashtable env = new Hashtable();
      env.put(OIMClient.JAVA_NAMING_FACTORY_INITIAL, "weblogic.jndi.WLInitialContextFactory");
      env.put(OIMClient.JAVA_NAMING_PROVIDER_URL, http://OIM_HOSTNAME:OIM_PORT);
      OIMClient oimClient = new OIMClient(env);
      oimClient.login(OIM_USERNAME, OIM_PASSWORD);
      NotificationEvent event = new NotificationEvent();
      event.setUserIds(new String[]{"receiverUserId"});
      event.setTemplateName("Template Name");
      event.setSender(null);
      NotificationService notificationService = oimClient.getService(NotificationService.class);
      notificationService.notify(event);Do note that this is provided as illustration and if adopted you will need to implement proper exception handling, store credentials in [url http://docs.oracle.com/cd/E29505_01/core.1111/e10043/devcsf.htm]CSF etc.
    Jani Rautiainen
    Fusion Applications Developer Relations
    https://blogs.oracle.com/fadevrel/

Maybe you are looking for

  • ADVC 100 not capturing in Tiger-new

    Hi Bob hope you're monitoring. Did a search prior to posting but removing and reinstalling as per instructions did not change things. I'm trying to capture audio only through my ADVC 100. Settting my settings to audio only and device control to (non

  • Multiple Submit / Applychanges  - Issues

    Dear All, I am having form with 3 submit buttons. 1. Submit (create) 2. submit (Approved) -> sequence ->30 3. Submit (Rejected ) -> sequence ->40 I have created 2 processes like 'submit-app' & 'submit-rej'. I have written the conditional for 2 ,3 sub

  • Photos warping a bit after renedering

    Photos appear normal in preview and then warp when placed in the movie. Anyone?

  • Does Safari on iPad support SNI (Server Name Indication)

    Hi, I am testing name-based virtual host with apache 2.2 over SSL and noticed that this is only supported using SNI (server name indication). I have updated openSSL to include the SNI extensions on the apache but the client browser is also required t

  • Saving text on iPod

    I'm wondering if it's possible to save lengthy text documents (say, 50,000 words) onto your iPod so that they're actually viewable ON the iPod. I've tried, but the text cuts off like six lines down. Any suggestions appreciated. Thanks!