Problem with af:selectInputDate (no calendar popup)

Hi All,
I have a problem with the af:selectInputDate component and the calendar popup when using a custom converter. My converter converts the date in a way, that it always has a four digit year depending on the short date format and the corresponding locale, e.g. 01/18/2007 instead of 01/18/07 for en-us. It looks like when I am using my converter with the component in the following way some javascript is not generated by the af:selectInputDate which results in an javascript error when clicking on the popup button:
<h:panelGroup>
<af:selectInputDate id="idPatientBirthDate" columns="12" simple="true" value="#{PatientDetails.patient.birthDate}">
<f:converter converterId="BirthdateConverter" />
</af:selectInputDate>
<h:message for="idPatientBirthDate" errorClass="errorMessageStyle"></h:message>     
</h:panelGroup>
The following javascript is not generated using the above jsf:
<script>
if(window['_dfs'] == (void 0)){var _dfs=new Object();}_dfs["_id43:general:idPatientBirthDate"]='M/d/yyyy';function __id43Validator(){return true;}
</script>
I am using version 10.1.3.0.4 of ADF faces.
My BirthdateConverter is a standard converter that implements the Converter interface and is not doing any magical. It works perfectly for other components. An interesting fact is, that the above javascript gets generated when I am using no converter at all or the standard date/time converters like f:convertDateTime provided by the RI. However, these don't provide the functionality I need.
I have the bad feeling, that I am missing something. Does anyone else ran across this problem?
Thanks,
Herbert

Frank,
Thank you for your answer. I'm not using ADF BC, so is there a possible workaround? My model provides a standard java.util.Date. My converter looks like:
public class BirthdateConverter implements Converter {
  public Object getAsObject(FacesContext facesContext, UIComponent uIComponent, String sDate) {
    Locale locale = facesContext.getCurrentInstance().getExternalContext().getRequestLocale();
    String pattern = AppUtil.getFourDigitYearPattern(DateFormat.SHORT);
    SimpleDateFormat sdf = new SimpleDateFormat(pattern, locale);
    java.util.Date d = sdf.parse(sDate);
    // converter logic
    return d;
  public String getAsString(FacesContext facesContext, UIComponent uIComponent, Object object) {
    if (object == null)
      return null;
    if (!(object instanceof Date))
      return object.toString();
    Locale locale = facesContext.getCurrentInstance().getExternalContext().getRequestLocale();
    String pattern = AppUtil.getFourDigitYearPattern(DateFormat.SHORT);
    SimpleDateFormat sdf = new SimpleDateFormat(pattern, locale);
    return sdf.format((java.util.Date)object);
}AppUtil.getFourDigitYearPattern(DateFormat.SHORT) provides a date pattern, e.g. "M/d/yyyy" for locale en-us. In the above code I did not include try-catch blocks to make it more readable.
Herbert
Message was edited by:
user575859

Similar Messages

  • Problems with Yahoo Mail and Calendar on MacBook air.  Very slow performance.  Any ideas?

    I have a macbook air running Apple's latest OS. My system is up-to-date.  Over the last few weeks, I have had a very difficult time accessing my yahoo mail and calendar.  I can access other sites, thus I know my connection is solid.  The problem seems to be limited to Yahoo.  I can access my yahoo account on my husband's PC without any issues.  To be specific, here are the symptoms of my problem.  When I try to open my yahoo mail on the Mac, I get the spinning wheel for several minutes.  I view my yahoo calendar through ical.  Yahoo is not connecting with ical, thus my calendar is empty.  I verified my settings and they are correct.  Also, sometimes after trying and retrying the calendar will connect.  I checked the web and did not find any info about this problem.  I appreciate your assistance.

    I have been having the same issue. I can't figure it out. I have tried setting this up my yahoo calendar on my phone and my computer and my iPhone with no luck. It's definitely a Yahoo Problem. At this point I have become enemy to Yahoo Calendar.

  • Problems with customizing select lists and popup LOVs

    Hi
    I have 2 problems about select lists and popup LOVs.
    The first one is about a select list in a tabular form.
    It should be created with APEX_ITEM.SELECT_LIST_FROM_LOV or similar and take its values from a named LOV.
    This worked fine but now it should also have the possibility to enter a free value.
    I tried to accomplish that by creating a APEX_ITEM.POPUP_FROM_LOV, but there is a problem with the function that is called by the arrow icon right to the input field (for eg. genList_f11_5()).
    If the row is added by addRow, then it works fine, but if the row is is not empty
    then the function call is like genList_f11_$_row() and the input field gets no value, when a LOV option is selected.
    The other problem is about a select list which should have the possibility to enter a custom value and
    also there should be the possibility to select several values. I tried to implement this by a text area containing the selected values and a multiple select list, with an event handler in each option. The user could click options and they would be copied to the text area. The problem is that I couldn't make the event handler work in IE.
    I would appreciate any ideas about either of these problems.
    Tiina

    Hi,
    If you download application you can see source.
    I have not write any instructions, sorry.
    If you are on Apex 4 you can just load jQuery UI autocomplete library and take ideas from my app.
    If you download my sample in zip there is uncompressed htmldbQuery library.
    You can see that and take only function htmldbAutocomplete.
    Then check jQuery UI document
    http://jqueryui.com/demos/autocomplete/#method-search
    There is method search that you can use open list just by click of input.
    I hope this helps at start.
    Regards,
    Jari

  • Problem with a navigation from a Popup Window in an other Window

    Hi Experts,
    i have a problem with a popup window. I explain my problem. I have a DC Component in which there are two different Windows (MainWindow and PopupWindow) and one of this Window is a popup Window. I desire to navigate from the popup window to the main window of the component. Is there a way to accomplish that ?
    I have created the popupWindow and it works very good.
    Thanks a lot for your help.
    Gregorio Perillo
    Edited by: GregorioPerillo on May 28, 2010 5:45 PM

    Hi ,
    By using this code you have to Open Popup Window
    public void popup( )
    //@@begin popup()
    poplink=wdComponentAPI.getWindowManager().createModalWindow(wdComponentAPI.getComponentInfo().findInWindows("Wd_POPupwindow"));
    poplink.setWindowPosition(500,30);
    poplink.open();
    //@@end
    Wd_POPupwindow-- This is Window Name Under this window you can create in View that view having OK and Close Buttion.
    When click on Submit button that time you call the popup method. that time you will get popup window
    Regards
    Vijay Kalluri

  • Firefox is having problems with google and google calendars

    Two things: can't keep two separate google accounts functioning, one being their calendar used by a client to which we have access (client A), and the other a gmail inbox (client B).
    The two accounts are unrelated but accessed from the same computer. When trying to refresh after appt setting for client A, google defaults to client B's calendar and logs me out of their gmail account.
    Second hassle, incoming messages to the gmail inbox activates the scroll bar and takes me to the bottom of whatever page I am viewing on the net, or if I'm typing an email hangs the machine so I can't use the keyboard or swap between tabs.
    I also have trouble with plugins so wonder where the problem lies?

    Is it a safe assumption that website is your's? <br />
    What difference does it make which browser '''''you''''' use? Isn't your website for client's or potential clients?
    That said, I don't have a problem with that web page on Firefox 2.0.0.20, 3.0.19, 3.5.16, 3.6.13, or the 4.0b9 nightly - it looks the same as in IE8 on 32-bit WinXP SP3, with an AMD 64-bit processor.
    The problem shown in your screenshot is with your own Firefox installation. It's like all the "styling" is turned off.
    ''''' "I infer Firefox needs a 64 bit version." ''''' <br />
    What good is a 64-bit browser without 64-bit plugins? <br />
    Adobe still hasn't released a 64-bit version of Flash, although they do have a "preview" version available. <br />
    http://kb2.adobe.com/cps/000/6b3af6c9.html
    ''BTW, Mozilla does have a Windows 64-bit version of the Firefox 4.0 betas that is being tested now, but it is not going to be released in Jan / Feb when Firefox 4.0 is released. It will probably be released later in 2011 with one of the 4.# versions, I suspect right after Adobe has a 64-bit Flash release version.''

  • Problem with checkbox column in ALV popup (ABAP)

    Hi, the problem is: I've created the code below for maintaining a popup with an ALV table inside. One of the column is a checkbox field. When I run first time the popup, it run well, when I clode the popup window and then I run for second time the popup, i see all the columns except those with the checkbox. Someone else have encountered the same proble, if yes someone could me explain that? Here's the code:
    method WDDOINIT .
    data: l_ref_cmp_usage type ref to if_wd_component_usage.
      l_ref_cmp_usage =   wd_This->wd_CpUse_ALV( ).
      if l_ref_cmp_usage->has_active_component( ) is initial.
        l_ref_cmp_usage->create_component( ).
      endif.
      DATA: l_ref_INTERFACECONTROLLER TYPE REF TO IWCI_SALV_WD_TABLE .
      l_ref_INTERFACECONTROLLER =   wd_This->wd_CpIfc_ALV( ).
      data:
      l_VALUE type ref to Cl_Salv_Wd_Config_Table.
      data:  l_tabset  type ref to IF_Salv_Wd_Table_SETTINGS.
    l_VALUE = l_ref_INTERFACECONTROLLER->Get_Model( ).
      l_tabset ?= l_value.
      l_tabset->set_read_only( abap_false ).
      l_tabset->SET_VISIBLE_ROW_COUNT( 15 ).
      l_tabset->set_width( '500' ).
      l_tabset->SET_DESIGN( VALUE = CL_WD_TABLE=>E_DESIGN-ALTERNATING ).
    data:
        lr_std_functions type ref to if_salv_wd_std_functions,
        l_table          type ref to if_salv_wd_function_settings.
      lr_std_functions ?= l_value.
      lr_std_functions->SET_EXPORT_ALLOWED( Abap_false ).
      lr_std_functions->SET_VIEW_LIST_ALLOWED( Abap_false ).
      lr_std_functions->SET_PDF_ALLOWED( Abap_false ).
      lr_std_functions->SET_DIALOG_SETTINGS_ALLOWED(  Abap_off ).
      lr_std_functions->SET_DIALOG_SETTINGS_AS_POPUP( Abap_off ).
      lr_std_functions->SET_DISPLAY_SETTINGS_ALLOWED( abap_off ).
      lr_std_functions->SET_EDIT_APPEND_ROWS_ALLOWED( abap_off ).
      lr_std_functions->SET_EDIT_APPEND_ROW_ALLOWED( abap_off ).
      lr_std_functions->SET_EDIT_CHECK_AVAILABLE( abap_off ).
      lr_std_functions->SET_EDIT_DELETE_ROW_ALLOWED( abap_off ).
      lr_std_functions->SET_EDIT_INSERT_ROWS_ALLOWED( abap_off ).
      lr_std_functions->SET_EDIT_INSERT_ROW_ALLOWED( abap_off ).
      lr_std_functions->SET_PDF_ALLOWED( abap_off ).
      data: lr_column   type ref to cl_salv_wd_column.
    instancing check box
      data: lr_checkbox type ref to cl_salv_wd_uie_checkbox.
      create object lr_checkbox
              exporting
                checked_fieldname = 'CHECK'.
      lr_checkbox->set_read_only( value = abap_false ).
      lr_column = l_value->if_salv_wd_column_settings~get_column( 'CHECK' ).
      lr_column->set_cell_editor( lr_checkbox ).
    endmethod.
    Thanks for answers.

    This is just some guessing - but try and set a breakpoint in the wddoinit of your popup.  I'm betting that it isn't being executed on the second call because the original instance is reused. 
    Take a look at the properties on the view for the popup.  You might try  changing the lifetime of the view from "framework controlled" to "when visible".

  • TWO problems with iphone 3G S Calendar

    First of all, my calendar always alerts me 10 minutes before an event regardless of whether I asked it to or not. I can select 'none' and hit done, but when I go back to the event, the alert is set to go off ten minutes before (it appears to change, but then changes back on it's own). This means when I've created an all-day event, it's waking me up at 11:50 at night to tell me my phone bill is due... So because of this I downloaded another calendar app and tried to delete all the events from the iphone calendar... and here comes the second problem. In the same strange way the alerts keep setting themselves, the events I delete reappear! I simply CANNOT delete any event I ever set to occur monthly or yearly. It seems to understand when I want to delete an one-off event (those haven't magically reappeared... yet) but not any others. I even tried changing the event to NOT be a recurring one before attempting to delete it, and that still didn't work. I think it's important to say that it seems to disappear, but will reappear after you've clicked into something else and gone back. I am definitely hitting 'done' before leaving the calendar, too, so it's not because I'm not saving it. It's really frustrating to be woken up in the middle of the night... It's the only bad experience I've had with this phone! Help!

    my phone actually does 'sync' it just never completes the job. each time I go throught the process some things are actually done as for as changes I am trying to implement but others are not. the acytual syunc process just never stops, like I said before it will say 'sync in progress' for literally days without completing.

  • Sync Problem with Outlook and Blackberry Calendars

    I am hoping someone has an "easy" solution to this problem.
    I am using Desktop Sync (BIS) and synching it to my work Outlook 2007 mailbox.
    Normally my calendar entries should sync to the Blackberry calendar associated with my work email address. Somehow, over the course of the past several days, some of my syncing was occuring with the the VZW Blackberry calendar. I didn't catch the problem in time and now I have work calendar entries correctly listed on my Blackberry, but in two different calendars.
    I have since lost some of those entries originally created in Outlook. They are on the Blackberry, but on the wrong Calendar. When I sync with Desktop, the work entries on the VZW Calendar are not getting over to Outlook.
    So the question is - is there a way to "move" the entries in one BB calendar, over to the other calendar? Thanks.

    I would love to know the answer to this problem as well.  I had the same problem even when I downgraded back to 5.0.  It always worked fine before.  Very Frustrating.  To get around it clearing out all the settings on my handheld.  I just have to click no every time it asks if I want to clear all databases on the phone before sync.  It still syncs but doesn't change my settings.  Annoying but works until they get this aggravation fixed. 

  • I'm having problems with syncing my iphone calendar to my ipad, but not the other way around

    My iPhone 5 will not sync with my iPad calendar.  If I make any changes or add an appointment on my iPhone it will not sync to either iCloud or my iPad, however if I add or change an appointment on my iPad or iCloud it will update my iPhone calendar.  I've read where other's are having the same problems but haven't read anyone's post of where a solution has helped.  Anyone??

    There is no  8/9 pin to 30-pin to adopters that support audio. There are such adopters but they only support charging and syncing, not audio
    http://www.guuds.com/product/iP5-9020__Lightning-8-Pin-Female-to-30-Pin-Male-Ada pter-for-iPhone-4S-iPad-3-iPod-Touch-4-Black.html
    says
    Notice: this converter adapter can not support any audio and video product
    Message was edited by: lllaass got mixed up

  • Problem with exchange syncing and calendar

    Hi,
    I found a bug on the iphone (2.0.2)
    When I create a rendez-vous in calendar and I add a note on several lines
    example :
    Mr Doe
    Phone : 00000000
    This contact won't synchronize with the exchange server (mail2web), if I create the same appointment on my mac (entourage) it will sync normally.
    If I create the same appointment with calendar (on the iphone) and do'nt write the note on several lines, example :
    Mr Doe, Phone : 000000
    It will sync normally.
    Someone else also has this problem ?
    Message was edited by: bobby001

    I also experianced this problem after an upgrade to Mountain Lion.
    I think it has to do with the fact that in Lion the account settings were managed from iCal, and now they are managed by the OS?
    Anyway I finally solved it by:
    Open Calendar (formerly iCal).
    Go to the Calendar menu and select Preferences.
    Select the Accounts tab.
    Remove the Exchange server account which is giving you the error messages.  This calendar will be removed from the Calendar app.
    Go to System Preferences and click on the "Mail, Contacts & Calendars" pane, find your Exchange server account, and check the "Calendars & Reminders" option to re-enable your calendar.
    Your Calendar should now sync properly.
    I had to do this for all of the accounts I had set up in Calander, and haven't had any problems since.

  • Problem with a Stuck ML Calendar Client using Server Calendar

    I set up group Wikis on our server, which seem to work fine (as long as everyone remembers to log in with "https:" not "http:".
    On my ML client however, after cleaning out old Calendar accounts with the server, using System Preferences to create a Calendar account with the server, and then reopening Calendar, I can see the Server as a calendar source on the left pane but always get a message that says:
    "The URL https://<server URL>/principals/__uids__/0D06B83A-D825-4318-816C-097904CB4886/ encountered HTTP error 404. Make sure the URL is correct."
    I suspect that the hex code for my user ID is wrong (or maybe it is a group ID). But I can't seem to fix this. There is no place in the application to edit this URL. I can delete the server account from Calendar and try to start again and I still get the same message.
    Is there a configuration file where I can kill this and start over? I suspect some of my other clients to the server will also have this problem as I migrate them over.
    Thanks!

    I am still trying to debug this problem.
    I have tried removing the Server account from Calendar Preferences as well as System Preferences, then readding. Did not work.
    I tried doing the remove again, this time removing everything in Keychain associated with the Server Calendars. Did not work.
    I tried going to ../<User>/Library/Calendars and navigating to the caldav directory associated with the server (this takes some poking around as the directory name is based on the server's hex identifier), then renaming the Info.plist file, then deleting the account from System Preferences, then recreating. Did not work. In fact the renamed Info.plist file was gone, but a new one was there.
    The Info.plist file contained the bad entry in several places. This is what mine looks like (with specific servers and user names replaced):
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
            <key>AccountIsEnabled</key>
            <true/>
            <key>AutoDiscovery</key>
            <false/>
            <key>AutoScheduleSupport</key>
            <true/>
            <key>CalendarHomePath</key>
            <string>/calendars/__uids__/0D06B83A-D825-4318-816C-097904CB4886/</string>
            <key>CalendarProxySupport</key>
            <true/>
            <key>CalendarServerPrivateEventsSupport</key>
            <true/>
            <key>CalendarUserAddresses</key>
            <array>
                    <string>urn:uuid:0D06B83A-D825-4318-816C-097904CB4886</string>
                    <string>/principals/users/<user short name>/</string>
                    <string>mailto:<user mailing address></string>
                    <string>/principals/users/<another short name>/</string>
                    <string>/principals/users/<another short name>/</string>
                    <string>/principals/__uids__/0D06B83A-D825-4318-816C-097904CB4886/</string>
            </array>
            <key>Color</key>
            <string>#808080FF</string>
            <key>Delegate</key>
            <false/>
            <key>DropBoxPath</key>
            <string>/calendars/__uids__/0D06B83A-D825-4318-816C-097904CB4886/dropbox/</stri ng>
            <key>Enabled</key>
            <true/>
            <key>ExpandPropertyReportSupport</key>
            <true/>
            <key>Expanded</key>
            <true/>
            <key>FullName</key>
            <string><User Full Name></string>
            <key>InboxAvailabilitySupport</key>
            <true/>
            <key>InboxPath</key>
            <string>/calendars/__uids__/0D06B83A-D825-4318-816C-097904CB4886/inbox/</string >
            <key>KeepOffline</key>
            <false/>
            <key>Kerberos</key>
            <false/>
            <key>Key</key>
            <string>0F753F73-160F-4836-91F3-8B0A54F10B85</string>
            <key>Login</key>
            <string><user short name></string>
            <key>ManagedAttachmentSupported</key>
            <false/>
            <key>NotificationCollectionPath</key>
            <string>/calendars/__uids__/0D06B83A-D825-4318-816C-097904CB4886/notification/< /string>
            <key>Order</key>
            <integer>39</integer>
            <key>OutboxPath</key>
            <string>/calendars/__uids__/0D06B83A-D825-4318-816C-097904CB4886/outbox/</strin g>
            <key>PrincipalURL</key>
            <string>https://<server URL>:8443/principals/__uids__/0D06B83A-D825-4318-816C-097904CB4886/</string>
            <key>PrivateCommentsSupport</key>
            <true/>
            <key>PushDisabled</key>
            <false/>
            <key>RefreshDate</key>
            <date>2012-12-02T19:44:22Z</date>
            <key>RefreshInterval</key>
            <integer>900</integer>
            <key>RequestCompressionSupported</key>
            <false/>
            <key>ShareDefaultAlarmSettings</key>
    <true/>
            <key>SupportsDefaultAlarms</key>
            <true/>
            <key>SupportsSharing</key>
            <true/>
            <key>SupportsSubscriptionCalendars</key>
            <false/>
            <key>Title</key>
            <string><server name></string>
            <key>Type</key>
            <string>CalDAV</string>
            <key>Writable</key>
            <true/>
            <key>isInSeparateWindow</key>
            <false/>
            <key>isManuallyConfigured</key>
            <false/>
    </dict>
    </plist>
    This tells me that my client is pulling this information down from the server. Annoying. Where is the configuration file on Mountain Lion Server? Why does it use the Hex address??? Short name would be infinitely better!

  • Problem with leap years in Calendar demo

    I've just looked at the Calendar demo component:
    http://developers.sun.com/prodtech/javatools/jscreator/reference/codesamples/samplecomps/calendar.html
    There is a little bug : it doesn't seem to manage leap years.
    Go to february 2008, and you won't the the 29th of February 2008 in the calendar.
    Please try to correct this bug quickly. It is a bad idea to let people get source code with bugs as a a demo.
    Thanks
    Thibaut REGNIER
    See TastePhone, my Open Source app made whith Java Studio Creator:
    http://www.club-java.com/TastePhone/J2ME/MIDP_mobile.jsp

    The Calendar Component does take account of the leap year.
    If you look at the code, it has
    if ((month == FEBRUARY) && (isLeapYear(year))) numCells++;Not sure what went wrong. I'll take a look at it.
    - Winston

  • Iphoto: problem with background color on Calendar.  Help!

    I have made 4 calendars using iphoto now.  The first time I did it, I was able to custom background color the pages, including the bottom half with month and days.  Since then, the only page that works for making background color changes is the top page (the border between photos).  What am I doing wrong?  When I go back to my original calendar (which I saved), I can still change the colors, but it doesn't work on any subsequent calendars.  Can someone please advise?
    Thanks,
    Catherine

    Catherine,
    you might try to change the "Theme" of your calendar. Not all themes allow to change the background color for the calendar page. For example, the "Colored Paper" theme lets you select the background color for all pages - click the "Layout" button and select a page in the page browser;  then select a colored background tile, like this:
    Regards
    Léonie

  • Problem with Dates in ADF Calendar (Possibly Oracle 9i related?)

    Hi All,
    I have an entity and up-datable view object based on the following table
    CREATE TABLE IM_CALENDAR
    ID VARCHAR2(32 BYTE),
    START_TIME DATE,
    END_TIME DATE,
    PROVIDER_ID VARCHAR2(32 BYTE),
    TITLE VARCHAR2(256 BYTE),
    RECURRING VARCHAR2(32 BYTE),
    REMINDER VARCHAR2(3 BYTE),
    TIME_TYPE VARCHAR2(6 BYTE),
    LOCATION VARCHAR2(256 BYTE)
    When I run the ADF Application, it responds with the following error.
    Cannot create an object of type:java.sql.Date from type:java.util.Date with value:22/12/10 00:00
    In the app server console, I get the following error message.
    <Utils><buildFacesMessage> ADF: Adding the following JSF error message: Cannot create an object of type:java.sql.Date from type:java.util.Date with value:22/12/10 00:00
    oracle.jbo.domain.DataCreationException: JBO-25009: Cannot create an object of type:java.sql.Date from type:java.util.Date with value:22/12/10 00:00
         at oracle.jbo.domain.TypeFactory.get(TypeFactory.java:852)
    In my Oracle XE database this ran fine. But I am now running on an Oracle 9i Database, will this cause an issue with ADF?

    The error message you give has nothing to do with the database.. seems that something else has changed (assuming it used to work)

  • Problem with Snooze when two calendar event pop up

    When two calendar event pop up at the same time in  notification and you press snooze a couple of time on both of them. Eventualy one of them wont pop up again in notification.

    Hey TriniteAutomation,
    Thanks for the question and detailed information. Have you attempted to quit the calendar application, then restart your computer?
    OS X Mavericks: Quit an app
    http://support.apple.com/kb/PH13744
    Thanks,
    Matt M.

Maybe you are looking for

  • Mobile accounts: Only sync with specific computers?

    Is it possible to have a mobile account sync with the local computers only on selected machines? Most of my users have a computer in their own offices, and I want those to be synched (and it works well with mobile accounts). But when they go the labs

  • OBIEE - use of chronological Key

    Hi all, can any body explain in detail what is the use of chronological key and why we need to enable the time dimension at time of creating a time dimension hierarchy. Thanks bharath

  • SAP KW Installation

    Hi Gurus, I got requirement to build SAP KW on windows server . Could anyone help me with installation documents and hints. JAN

  • SETTING UP EMAIL IN INCREDIMAI​L

    I had FIOS, moved, cannot get FIOS. Since my move I was not able to use my email address and lost all of my mail from the time it was disconnected. I use Incredimail for all of my emails and was frustrated when I could not sign in and get any of my m

  • MSS BP

    Portal Runtime Error An exception occurred while processing a request for : iView : pcd:portal_content/com.sap.portal.migrated/ep_5.0/roles/com.sap.pct.hcm.manager/mystaff/nf_2/eereview/eeprofile/com.sap.pct.hcm.eeprofilegeneraldata Component Name :