Calendar Portlet Initial Page?

Hi,
I am testing the built-in calendar portlet. The thing is it always shows the calendar-page of the first date in the data set.
ie. If the first date in the set is 01/01/1980. The calendar will always open on that day. Tho some people might live in the '80s, it would be handy that the initial page is the current month (07/07/2004).
Is that default behavior?
Best Regards
B.

I'm working on the Calendar Portlet too. I tried all things in the startdate. But i can't get it working. I found on other forums that the solution would be: #TO_CHAR(SYSDATE,'MON-YYYY')
But i tried also this in all kind of combinations. Resulting in this error
Invalid Date Format: Enter Start or End Month in MON-YYYY Format. (WWV-13035)
What can i do more????
Koen

Similar Messages

  • Hi , I m not sure i m in the right comunity but my problem is..i have an ipad 2, brand new..In Settings when i press Mail,Contacts,Calendars..the page doesn t open..What happens is the page back to the initial page..Any ideas?? Tks, Andreas

      Hi
    I m not sure i m in the right comunity.
    I have a brand new Ipad 2
    In the SETTINGS page, when i press MAIL,CONTACT , CALENDARS the page back to the initial page and do not open the page requested..
    Any ideas?
    Tks for the help

    A reboot should be enough to make it work.
    Just restart your computer.
    Otherwise, make sure you're an administrator - as if you're not, it could be that the administrator put a restiction.

  • Oracle Collaboration Suite Calendar Portlet

    Hi,
    I have only oracle calendar installed from OCS 10G.
    I have seen from documentation that there is a Calendar Portlet available as part of the install.
    Does anyone know where the calendar portlet is installed, or is there a war or ear file that I can use to manually install the calendar portlet itself ?
    Thanks,

    Check the download page for the software.
    /Per

  • Calendar Portlet Will Fail Restarting After July 28, 2005

    Hi,
    We have an Oracle 8i database sitting on a UNIX server. On July 28th 2005, our entire database crashed with no UNIX processes able to run. We found that the cause was due to the Java Cryptography Extension (JCE) 1.2.1 that ships with OCS 9.0.4.x makes use of a certificate that expires on July 28, 2005. On or after July 28, 2005
    the Calendar Portlet will no longer be able to use JCE 1.2.1. and will error with 500 error.
    The workaround we did was to replace the following JCE1.2.1 files with the corresponding files from the JCE 1.2.2 package and then re-boot the UNIX server:-
    US_export_policy.jar
    jce1_2_1.jar
    local_policy.jar
    sunjce_provider.jar
    We have been told by out DBAs that although it occurred within the Oracle Collaboration Suite, it is actually a Sun Java problem.
    Therefore, despite putting this workaround in place, is anyone able to advise if this problem will occur again in the future? Is the workaround sufficient?
    Many Thanks.
    Full description of problem and workaround is below...
    CALENDAR PORTLET WILL FAIL RESTARTING AFTER JULY 28, 2005
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Versions Affected
    ~~~~~~~~~~~~~~~~~
    Oracle Collaboration Suite - Version: 9.0.4.x
    Platforms Affected
    ~~~~~~~~~~~~~~~~~~
    GENERIC
    Description
    ~~~~~~~~~~~
    The Java Cryptography Extension (JCE) 1.2.1 that ships with OCS 9.0.4.x makes
    use of a certificate that expires on July 28, 2005. On or after July 28, 2005
    the Calendar Portlet will no longer be able to use JCE 1.2.1. and will error
    with 500 error.
    Likelihood of Occurrence
    ~~~~~~~~~~~~~~~~~~~~~~~~
    Every OCS installation will run into issues with the Calendar Portlet after
    July 28, 2005. This will only occur the next time they bounce OC4J components
    after July 28, 2005.
    Possible Symptoms
    ~~~~~~~~~~~~~~~~~
    The Calendar Portlet fails with 500 error after July 28, 2005.
    The following stack trace will be seen in the application log:
    $ORACLE_HOME/j2ee/OC4J_Portal/application-deployments/webclient-calendar/OC4J_Portal_default_island_1/application.log
    ====STACK TRACE =====
    05/07/28 9:01 webclient-calendar-web: Servlet error java.lang.ExceptionInInitializerError: java.lang.SecurityException: Cannot set up certs for trusted CAs
    at javax.crypto.b.<clinit>([DashoPro-V1.2-120198])
    at javax.crypto.SecretKeyFactory.getInstance([DashoPro-V1.2-120198])
    at oracle.calendar.authentication.OTMT.initEncryption(OTMT.java:240)
    at oracle.calendar.authentication.OTMT.<init>(OTMT.java:150)
    at portlets.Calendar.getOTMT(_Calendar.java:110)
    at portlets.Calendar.doSearch(_Calendar.java:313)
    at portlets.Calendar._jspService(_Calendar.java:528)
    at com.orionserver[Oracle9iAS (9.0.2.3) Containers for J2EE].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:302)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:407)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:330)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
    ... remaining of stack trace truncated ...
    And NoClassDefFoundError with the following stack is raised
    if reloading the web browser after the error occured.
    05/07/28 9:02 webclient-calendar-web: Servlet error
    java.lang.NoClassDefFoundError
    at javax.crypto.SecretKeyFactory.getInstance([DashoPro-V1.2-120198])
    at oracle.calendar.authentication.OTMT.initEncryption(OTMT.java:240)
    at oracle.calendar.authentication.OTMT.<init>(OTMT.java:150)
    at portlets.Calendar.getOTMT(_Calendar.java:110)
    at portlets.Calendar.doSearch(_Calendar.java:313)
    at portlets.Calendar._jspService(_Calendar.java:528)
    at com.orionserver[Oracle9iAS (9.0.2.3) Containers for J2EE].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    ... remaining of stack trace truncated ...
    Workaround
    ~~~~~~~~~~
    The workaround is as follows:
    1- Download the JCE 1.2.2 package from the following web page:
    http://java.sun.com/products/jce/index-122.html
    2- Remove the following files from the midtier:
    $ORACLE_HOME/jdk/jre/lib/ext/US_export_policy.jar
    $ORACLE_HOME/jdk/jre/lib/ext/jce1_2_1.jar
    $ORACLE_HOME/jdk/jre/lib/ext/local_policy.jar
    $ORACLE_HOME/jdk/jre/lib/ext/sunjce_provider.jar
    3- Copy the following files from the JCE 1.2.2 package to the
    directory $ORACLE_HOME/jdk/jre/lib/ext/ :
    jce1.2.2/lib/US_export_policy.jar
    jce1.2.2/lib/jce1_2_2.jar
    jce1.2.2/lib/local_policy.jar
    jce1.2.2/lib/sunjce_provider.jar
    4- Complete by issuing opmnctl stopall , opmnctl startall on the middle tier and
    test the Calendar Portlet again. Calendar Portlet should now work with the
    system date set to past July 28, 2005.
    Patches
    ~~~~~~~
    List the known patche(s).
    References
    ~~~~~~~~~~
    Bug 4452391 Calendar Portlet Authentication Certification (Jce) Expiring July 28th 2005

    I was unable to access the laptop last night to create a new user; however my client would perfer not to try a second account since that would make it unusable for him while we test the second profile.
    Also John Sophos was installed after this started to verify that it was not a virus/malware (I know pointless step but it has happened to me before) so I don't think that is the problem

  • Calendar Portlet, Multiple Group How To...

    Hi,
    I need to use WLP (10.3) Calendar Portlet such a way.
    I have a couple of user groups (GroupA, GroupB....., GroupN) containing several users.
    Every group has a seperate calendar page. (It would be good to use single page/calendar???)
    Each group's users should see other groups Calendar entries asReadOnly.
    A user can add an appointment to his/her group calendar.
    A user can delete/Edit his/her own appointment.
    How can I do this?
    Thanks in advance.

    Hi,
    Thank you very much for your reply. I read the document pointed by the link one more time in order to figure out is there anything that I am missing but still
    I can not get it work as I want.
    I thing there is a small but important point to catch.
    My steps are below.
    1- Repository:          /Community_Repository/CollaborationData                    
    2- Prepared a shared calendar portlet as described at the document.
    (http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/portlets /thirdparty.html#wp1034614)                               
    3- I created 2 roles at the Enterprise Application Scope.                              
         a- ROLE1= For the admin who will create calendar entries                         
         b- ROLE2= For users who will see the calendar entries as readonly                         
    4- I created 2 users                              
         a- User1 and user2, they will see the calendar entries as readonly                         
         b- "Weblogic" user (Portal admin) will create the calendar entries                         
         c- "Weblogic" user added to ROLE1                         
         d- "User1" and "User2" added to ROLE2                         
    5- My repository: "/Community_Repository/CollaborationData"                              
    a- "CollaborationData" folder entitled with the ROLE1. (Capability Create+View+Update+Delete)                              
    b- "CollaborationData" folder entitled with the ROLE2. (Capability is just view)                              
    6- I put 2 shared calendar on a portal page.                              
    7- calendar1 is entitled with ROLE1 (Admin) with those capabilities (View, Edit, Remove, Minimize, Maximize)                              
    8- calendar2 entitled with ROLE2 (user) with Just the View capability.                              
    Result:                              
    Opened the portal page, logged as Weblogic (ROLE1)…                              
    The calendar1 has been shown.                              
    An appointmen added succesfully.                              
    Logged out.                              
    Logged in as USER1 (Ordinary user, ROLE2)                              
    The calendar2 has been shown                              
    The appointment (added by weblogic previously) is exist on the calendar2                              
    The "Add Appointment" button is ACTIVE ???????? (expected that it shoud be disabled or invisible)                              
    An error occures after clicking the "Save" button                               
    Error message : "com.bea.content.AuthorizationException: User does not have create privileges to create a node at this location"                              
    This message is correct. The user does not have the proper rights on the repository folder for add/edit/delete operations.     
    This user should only see the calendar entries adde by the site administrator.
    How can the "add/edit/delete" functions disabled for some users on a calendar portlet?
    Regards.

  • Calendar in tab page

    I've build calendar and then I put it in tab page. But when I
    push next or previous button on calendar portlet, the tab page
    is disappear. What should I do to show tab page? Please tell
    me. Thank you

    The problem affects Calendars and Reports.
    See oracle 9i personal or lite edition? for a
    similar thread.

  • How do i include a calendar portlet from groupspace in my portal

    hi all
    i have created a portal web project and create a portal,
    the domain created for the portal is normal portal domain without the groupspace/collaboratio facets,
    now i want to include a calendar portlet into my application where users of my portal can use that calendar to schedule their activities,
    What do i need to do integrate calendar portlets into my portal?

    Biren,
    If you want to use calendar portlet,your domain should support the groupspace Framework configuration.
    Here is steps(WLP9.2):
    (1)Create a domain which support portal and groupspace(Check the groupspace checkbox).
    (2)In workshop:
    Create a portal EAR project(Select Collaboration API and Collaboration portlets App from weblogic portal Collaboration facet)
    Create a portal web project(Select Collaboration portlets Checkbox from weblogic portal Collaboration facet)
    Create a data project(if required)
    (3)Now open the merged projects view in the workshop.
    (4)From the portal webb project copy the portlets folder.
    (5)Now create a .portal file and keep the calendar portlet on the portal file.
    You can use all the Collaboration portlets(Email,Tasklist,calendar,Address Book,Discussion).It needs same configuration for every one.
    In weblogic portal 8.1.4 you need to manually run the SQL scripts and update web.xml/weblogic.xml but in 9.2 while creating the domain configuarion it does all the necessary task.
    Thanks
    Bishnu
    Regards
    Bishnu

  • How to change the initial page without open safari

    Hi everybody,
    I have problems opening my safari because of the plugin silverlight. I defined a tvair.swisscom.ch page as initial and it makes an error open it. it means that my safari doesn't work at all.
    i want to know if somebody knows how to change the initial page from safari without open safari and solve this problem.
    thx
    cheers
    nun

    Back up all data before proceeding.
    Triple-click anywhere in the line below on this page to select it:
    ~/Library/Preferences/com.apple.Safari.plist
    Right-click or control-click the line and select
              Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A folder should open with an item selected. Quit the application if it's running. Move the selected item to the Trash. Relaunch the application and test. Optionally, restore the file from a backup that predates the problem.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

  • Initial-page-number not working in RTF format output

    A report has a parameter for the page number to start with. In rtf template below code is present
    <?initial-page-number:xdoxslt:ifelse(P_FIRST_PAGE_NUM!=’’,number(P_FIRST_PAGE_NUM),1)?>
    The report page number starts with the value which we pass in p_first_page_num in PDF format but in rtf format output it always starts with 1.
    Is initial-page-number not supported in RTF format output ? If not then what is the alternative?

    the method u followed is fine as need a page number staring from a specify value which u input.
    @section is only for resetting page number to 1 for every group and for that pdf and ppt will be fine but only for rtf u need to use that ( pressing F9).
    u can use @section and initial page number combined but they give u same output as get now. rtf output wont support it will only reset 1 every time
    What ever u do rtf output wont support initial page number code ..........
    i mentioned that F9 work around to mention that it is the only work around u have upto now to control rtf output with regards to page number.
    Guru's correct me if i am wrong. wait for a day or two if some one from guru's confirm it .
    If u need real confirmation raise an SR oracle will let u know .

  • Calendar portlet to display by week instead of by month

    Hi,
    Does anyone know how to setup the calendar portlet to display only 7 days at a time, or if this is even possible at all?
    cheers, Kim

    No, it is not possible currently.
    Thanx,
    Chetan.

  • Where is the calendar wizard in Pages?

    Where is the calendar wizard in Pages?  Appleworks had one.  Pages needs one too.  I used it all the time.  I have spend tons of time looking and have not found a replacement for this and I'm seriously irritated.  I need to make monthy calendars for my organization.  I recently bought a new MBP and love it but am so sad that I finally had to give up appleworks.  I can survive with out the draw feature but this calendar this is really annoying.

    There is one in Swift Publishing v3. Along with bleeds, proper master pages, imposition, quality settings in pdf exports and other useful features.
    Peter

  • Place default checkbox value "in SESSION" on initial page load

    Oracle 11.2
    Apex 4.1
    Desire outcome: Chart renders on inital page load using default value of checkbox in query.
    I have a checkbox with a default (checked) value. It shows checked when the page renders for the first time but the value is not in the SESSION state. I use this value in a query for a chart. I do not want to use a Submit button so I have a dynamic action submitting the value for the checkbox and the chart refreshes as desired when I check and uncheck the box.
    I tried "Fire on Page Load" in the DA Execution Options, as well, but that caused a loop where the page renders and immmediately renders, and immediately renders, etc.
    Is there a declarative solution that submits the current, in this case default, values when the page is loaded? I only need and want the default values used the first time the page is accessed. This is the initial page of the application but I need the same behavior on all pages for the separate checkbox selections found there.
    May God Bless,
    Howard

    Howard (DBA in Training) wrote:
    If I remove the Default Value and add a Before Header page computation for the item with static assignment to
    a:bI get the 2 A/B checkboxes, both checked, and the value is set in session state.If you log in here, you can see it up close and personal!
    http://apex.oracle.com/pls/apex/f?p=21997:3 Login: Dever / Ima9Dever
    The Default Value colon-delimited string must contain the checkbox values, not the labels. In a static LOV the checkbox options are specified as <tt>label;value</tt> pairs. Thus in your checkbox LOV the labels are A/B, whilst the values are a/b. The values are case-sensitive.
    The Default Value should therefore be:
    a:bwhereas you've specified:
    A:BWith the checkbox item LOV Display Extra Values property set to Yes, APEX displays these extra values that are not included in the LOV definition as additional checkboxes. You can see this if you inspect the rendered checkbox elements in the HTML source:
    <input type="checkbox" id="P3_CHECKBOX_0" name="p_v01" value="a">
    <input type="checkbox" id="P3_CHECKBOX_1" name="p_v01" value="b">
    <input type="checkbox" id="P3_CHECKBOX_2" name="p_v01" value="A" checked="checked">
    <input type="checkbox" id="P3_CHECKBOX_3" name="p_v01" value="B" checked="checked">You get the a/b values defined in the LOV, plus the extra A/B values the LOV knows nothing about.
    ==== ) How do you keep it from setting/resetting these values each time the
    page is rendered?  The need is to do it only the very first time?  ( ====Put a Value of Item / Column in Expression 1 Is NULL condition on the Computation. Problem then is that the computation will be run if the user can [legitimately] deselect all of the checkboxes, either leaving you back where you started, or requiring the use of a further item to flag whether it is the really "the very first time" (which I find intellectually deeply unsatisfactory). This may be a sign that the control should really be a radio group that always has one option set, rather than a check box.

  • Need to invoke bean method prior to initial page

    I have a web application with a default welcome page (index.jsp) that automatically forwards to a page with JSF tags in it (home.jsp). I use:
    <jsp:forward page="home.faces" />to accomplish this. This works fine for rendering the JSF tags in the page as long as the page does not need data from the server.
    However, this is not the case. I need to have a backing bean method invoked as follows:
      // ActionListener handler.
      public void retrievePagerList(ActionEvent event) {
        if (logger.isDebugEnabled()) {
          logger.debug("In retrievePagerList method of backing PagerBean.");
        try {
          setPagers(PagerDAO.selectAll());
        catch (SQLException e) {
          logger.error("Error retrieving list of pagers: ", e);
      public void setPagers(List pagers) {
        this.pagers = pagers;
        if (logger.isDebugEnabled()) {
          logger.debug("Number of pagers set: " + pagers.size());
      }I want to load a list of objects from the database so that the initial page shown to the users has a list of pagers displayed as follows:
    <f:view>
      <h:form>
      <h:dataTable styleClass="dataTable"
                   value="#{pagerBean.pagers}"
                   var="pager">
        <h:column>
        <h:commandLink id="editPager"
                       title="Edit Pager"
                       value="Edit"
                       action="edit"
                       actionListener="#{pagerBean.editPager}">
        </h:commandLink>
        </h:column>
        <h:column>
          <h:outputText value="#{pager.pagerType}"/>
        </h:column>
        <h:column>
          <h:outputText value="#{pager.pagerName}"/>
        </h:column>
      </h:dataTable>
      </h:form>
    </f:view>How can I accomplish this? I cannot seem to find a way to have a backing bean method invoked to put objects into the request (or session scope) in order for the initial JSP to display properly.

    jsf 1.2 will contains beforePhaseListener attribute for f:view that allows to call some code before page is loaded. For the current jsf version, it is usually recommended to register your own phase listener that is invoked "before Render Response" phase.
    Sergey : jsfTutorials.net

  • Custom fields for ROS initial page in BSP application

    Hi,
    We want to add some more customer fields in ROS initial page, for example TIN number. We have added a field to ZZTIN in the include CI_CUF_REQ_FIELDS of structure ROS_CUF_REQ_FIELDS and also implemented BAdI ROS_REQ_CUF. After adding custom codes in BSP application ROS_SELF_REG under page u201Caddress.htmu201D we are able to see this field in the initial registration page.
    Now the question is WE ARE UNABLE TO KNOW HOW TO STORE THE VALUE ENTERED HERE. We are facing below issues.
    (1)     If we try to input  ZZTIN to structure u201Cgs_address u201C it is asking us to add custom fields here also.
    (2)      But when we tried to append ZZTIN to structure BAPIBUS1006_ADDRESS,  it is not allowing to activate it.
    (3)     We have also appended ZZTIN to ADRC table. How can we input to ADRC table from here?
    Ganapathi

    Dear VASILIEVA Irina,
    Thanks for the reponse. Could not get what do you menat by "core mod", did you meant you created a separate table with key field business partner id... Can you just elaborate?
    However we would prefer to add a custom filed in the standard strcucure itself.. both type suggetions are welcome....
    Ganapathi

  • I had access to some plug-ins (like Download Help and Read It Later) in my initial page, and the buttons disappeared. How do I recover them?

    Such commands are not visible in my initial page any longer. I still have the options of clicking ''show/panel/read it later'' or ''show/panel/similar sites'', but I still prefer the buttons on the initial page.

    Delete the files extensions.* (extensions.rdf, extensions.cache, extensions.ini, extensions.sqlite) and compatibility.ini in the Firefox [[Profiles|profile folder]] to reset the extensions registry. New files will be created when required.
    See "Corrupt extension files": http://kb.mozillazine.org/Unable_to_install_themes_or_extensions
    If you see disabled, not compatible, extensions in "Tools > Add-ons > Extensions" then click the "Find Updates" button (in Firefox 4: right-click the extension -> "Find Updates") to do a compatibility check.
    If you haven't done that yet then create a new profile exclusively for the 4.0 beta version and create a desktop shortcut with -P "profile" appended to the target to launch that profile.
    * http://kb.mozillazine.org/Testing_pre-release_versions
    * http://kb.mozillazine.org/Creating_a_new_Firefox_profile_on_Windows
    * http://kb.mozillazine.org/Shortcut_to_a_specific_profile
    * http://kb.mozillazine.org/Using_multiple_profiles_-_Firefox

Maybe you are looking for