Problem with new type of Document and WebUI

Hello everyone,
My problem is quite strange. Here it is :
I have created a new subclass of Document using the API, named IFSDocument. So, i created a class IFSDocumentDefinition and a class IFSDocument. Here is the code :
IFSDocumentDefinition :
package fr.sword.ifs.GestionDocument;
public class IFSDocumentDefinition extends DocumentDefinition {
protected LibrarySession ifsSession;
public IFSDocumentDefinition() throws IfsException {
setClassname("IFSDOCUMENT");
public IFSDocumentDefinition(LibrarySession ifsSession) throws IfsException {
this();
this.ifsSession = ifsSession;
IFSDocument :
package fr.sword.ifs.GestionDocument;
public class IFSDocument extends TieDocument{
public IFSDocument(LibrarySession session, Long id, Long classId, S_LibraryObjectData data) throws IfsException {
super(session, id, classId, data);
In this class, i've created a new ClassObject to handle my new type. Here is the method :
public void createIFSDocument(LibrarySession ifsSession) throws IfsException {
DocumentDefinition myDocDef = new DocumentDefinition(ifsSession);
Document doc = (Document)ifsSession.createPublicObject(myDocDef);
ClassObject co = doc.getClassObject();
ClassObjectDefinition cod = new ClassObjectDefinition(ifsSession);
cod.setSuperclass(co);
cod.setSuperclassName(co.getName());
cod.setName("IFSDocument");
ifsSession.setInstallationMode(true);
c = (ClassObject)ifsSession.createSchemaObject(cod);
c.setBeanClasspath("fr.sword.ifs.GestionDocument.IFSDocument");
c.setSelectorClasspath("fr.sword.ifs.GestionDocument.S_IFSDocumentSelector");
c.setServerClasspath("fr.sword.ifs.GestionDocument.S_IFSDocument");
ifsSession.setInstallationMode(false);
I also created two classes named S_IFSDocument and S_IFSDocumentSelector that do nothing special but calling super(). Here is the code :
S_IFSDocument :
package fr.sword.ifs.GestionDocument;
public class S_IFSDocument extends S_TieDocument {
public S_IFSDocument(S_LibrarySession session, java.lang.Long classId) throws IfsException {
super(session, classId);
public S_IFSDocument (S_LibrarySession session, S_LibraryObjectData data) throws IfsException {
super (session, data);
S_IFSDocumentSelector :
package fr.sword.ifs.GestionDocument;
public class S_IFSDocumentSelector extends S_DocumentSelector {
protected S_IFSDocumentSelector(S_LibrarySession session) {
super(session);
protected S_IFSDocumentSelector(S_LibrarySession session, Long classId) throws IfsException {
super(session, classId);
Everything seems to work since i'm able to create new objects of type IFSDocument. I can add custom attributes, put them into folders etc. BUT when i use the web interface, i have the following error message :
oracle.ifs.common.IfsException : IFS-21002: Unable to construct S_LibraryObject for class fr.sword.ifs.GestionDocuments.S_IFSDocument (invalid class path specification)
I don't understand why my classpath is invalid since i simply call super(). So, where is the problem ? Do i have to put the class(es) on the Server ?
By the way, what's the purpose of the Selector class ? Is it related to search ?
Thanks in advance.
Regards,
Guillaume
PS : i'm using iFS 1.1.9 on Oracle 8.1.7 and NT4 sp6

Hi Guillaume,
don't know exactly but what i have in mind
is that everything in iFS API that starts
with a S_ is executed at server side, so the
classes should exist there.
You can easily check this if you put your
classes in directory %IFS_HOME%\custom_classes
You are right, the Selector class is for SIMPLE searches, for example:
LibrarySession ifsSession;
String searchCriteria = PublicObject.NAME_ATTRIBUTE + " = '<someName>'";
Selector mySelector = new Selector(ifsSession, Document.CLASS_NAME, searchCriteria);
LibraryObject objs[] = mySelector.getItems();
Regards,
Ralf
null

Similar Messages

  • Problem with new iPod software update and Robi DAB radio

    There seems to be a compatability issue between my iPod Classic and my Robi DAB radio attachment. The DAB radio was working just fine until last week, when I downloaded the latest iPod software updates. Since then, the Robi works fine when it is used as a remote control for the iPod, but when it is used in radio mode, the iPod shuts down after a few minutes (as though it does not recognise that the radio is still attached, and thinks that there is no activity) and the Robi closes down too (due to lack of battery power when the iPod is no longer on). It could be a coincidence, but my guess is that the iPod updates are causing a problem.
    I have tried to remove the new software updates from the iPod, ie I deleted the latest updates from the iPod software updates file (C/Documents and Settings/user name/Application data/Apple Computer/iTunes/iPod Software updates), unchecked the box labelled "automatically check for software updates", and then tried to restore the iPod using the old software. At that point, a message from iTunes appeared, to the effect that it could not go any further due to no internet connection. I could not find any way of restoring the iPod without letting iTunes download the current sortware updates.
    So the question is, does anyone else have a similar compatability problem (with the Robi or anything else) and how can I get the iPod to run on the previous software?
    I would be very grateful for any advice, as this is a very frustrating problem.
    Sue
    Message was edited by: Sue Marsh1

    The good news is that I removed the most recent iPod software update, restored the iPod (ie returned it to factory settings and reloaded all 14500 songs) and now I am really pleased to say that the iPod and the Robi are working together again in harmony, which is a huge relief.
    Since I had inadvertently deleted the previous version of the iPod software from my PC, I had to download the files from here;
    http://rapidshare.com/files/73863240/1.0.3.zip.html
    I have contacted Roberts Radio about this problem. The recent 1.1 software update must be even more frustrating for them, since they have sold lots of Robi radios.
    If anyone needs help to revert to the previous iPod software, have a look at this thread, where the instructions are printed in red;
    http://discussions.apple.com/thread.jspa?threadID=1343689
    Message was edited by: Sue Marsh1

  • Problem with New Macbook 2.2ghz and 2x2gb Sodimm Ram 800mhz

    Hi..I bought the newest Macbook white 2.2ghz Santa Rosa and I wanted to upgrade default ram up to 4 gb 800mhz.
    I bought 2 Sodimm Adata..I tried to put them toghether inside my macbook and it doesn't boot.I click power button but it only turns on sleep led.
    So I tried to put one new ram with an old 512mb ram and macbook works well with 2.5gb at 667 mhz.
    I thought one new ram was difected and I tried to put the other new 2gb ram instead the other one and macbook works fine againg at 2.5gb 667mhz.
    Why the newest macbook doesn't work with 2x2gb Sodimm 800mhz?Anyone had the same problem?It's not fault of new sodimm rams..i'm sure it's is macbook!
    DO you think with the next Leopard Update 10.5.2 they'll fix this problem?

    Steschwab wrote:
    Thanks..
    Last 2 questions..
    Did you find any speed difference between 2.5gb and 4 gb ram?
    Didn't even try it out besides seeing if the configurations were recognized. Frankly I don't think there's much of a difference between 2GB and 4GB unless there are tons of open applications.
    I'll buy this ram..do you think they'll work fine in my Santa Rosa mb?
    2GB Kingston PC5300 SODIMM-DDR2 667
    This is what they recommend as Apple-specific memory. What you wrote sounds like it should work.
    http://www.ec.kingston.com/ecom/configurator_new/modelsinfo.asp?SysID=40310&mfr= Apple&model=MacBook13&root=&LinkBack=&Sys=40310-Apple-MacBook+13-inch+3rdGeneration&distributor=0&submit1=Search
    Some people have said to stay away from their ValueRAM series because the long term reliability might not be as good. Of course they have a "lifetime warranty" but that means going through the trouble of getting it replaced.

  • Problems with new Motorola SB6120 modem and BEFW11S4

    I upgraded to Charter Communication's high-speed Internet and after a couple of weeks purchased the SB6120 modem to replace my old SB4100 as the speed was progressively dwindling.  I cannot get my BEFW11S4 v2.0 router to work with the new modem.  I have spent hours myself, with Charter and with the IT people through my work trying to get it to work (I am a remote office employee).  The modem only works direct to my laptop.  The second PC in the house uses the wireless service from the router so it's offline. I have reset the router to factory defaults.  It looks like the router just does not see anything from the modem.  The modem is a DOCSIS 3.0 unit.  Is this just too much for my old router?
    Thx.

    The MAC address field was already filled, but i cloned it again following your linked instructions. I used the Phys Addr associated with my "Ethernet adapter Local Area Connection #" ("3", in my case).   This did not solve the problem.
    I also noticed an "Ethernet adapter Network Connect Adapter" listing with a different Phys Addr and with a description of "Juniper Network Connect Virtual Adapter".  I think this is used for logging into my employer's VPN network, so I ignored it for the MAC cloning exercise. 
    So, problem still remains:
    - Modem direct to PC works fine
    - Modem to router & router to PC, does not --- but all the lights on the front of the router look normal.
    I looked more into MAC addresses and in the Linksys Setup page there are TWO places showing this:
    - Next to "WAN IP" --- this is where I entered the MAC address from the first paragraph above.
    - Next to "LAN IP" --- this shows the MAC address of the router.
    Do these appear to be the correct MAC addresses for each "location"?
    Any other assistance is appreciated!
    Thanks.

  • Problems with new /lib, rc.d, and uwsgi

    I'm using uwsgi from AUR and prior to the upgrade of glibc, things were fine when starting the daemon via rc.d, i..e,
    rc.d start uwsgid
    I've configured a new server, upgraded everything, and have found that starting the daemon manually or via /etc/rc.d/uwsgid works, but using /usr/sbin/rc.d results in the following traceback from Python 2.7.3:
    Python version: 2.7.3 (default, Apr 24 2012, 00:00:54) [GCC 4.7.0 20120414 (prerelease)]
    Traceback (most recent call last):
    File "/lib/python2.7/site.py", line 563, in <module>
    main()
    File "/lib/python2.7/site.py", line 545, in main
    known_paths = addusersitepackages(known_paths)
    File "/lib/python2.7/site.py", line 278, in addusersitepackages
    user_site = getusersitepackages()
    File "/lib/python2.7/site.py", line 253, in getusersitepackages
    user_base = getuserbase() # this will also set USER_BASE
    File "/lib/python2.7/site.py", line 243, in getuserbase
    USER_BASE = get_config_var('userbase')
    File "/lib/python2.7/sysconfig.py", line 521, in get_config_var
    return get_config_vars().get(name)
    File "/lib/python2.7/sysconfig.py", line 420, in get_config_vars
    _init_posix(_CONFIG_VARS)
    File "/lib/python2.7/sysconfig.py", line 299, in _init_posix
    raise IOError(msg)
    IOError: invalid Python installation: unable to open //include/python2.7/pyconfig.h (No such file or directory)
    I've taken a quick look around and as best I can reckon (but cannot prove), something funky is happening to Python during its self-discovery phase; in particular (as is probably obvious), the platform include path is getting mangled. I've tried doing what rc.d does manually (env -i "VARS" "/etc/rc.d/uwsgid" "start"), but can't replicate the traceback. The rc script included with uwsgid isn't anything complicated; it does the usual sourcing of rc.conf, functions, and conf.d (which in turn specifies a couple of uwsgi variables) before starting uwsgi.
    If anyone has any tips or pointers, that'd be great.

    Same problem here. I get the "invalid Python installation" error as described above, when running uwsgi from a startup script. Running it manually from a command line works fine.
    IOError: invalid Python installation: unable to open //include/python2.7/pyconfig.h (No such file or directory)
    Notice the double forward-slash here on the path. I get the same thing. I'm thinking this should say /usr/include/python2.7/pyconfig.h, but somewhere the path is getting messed up.
    I did not use the AUR, rather I installed uwsgi using "pip2 install uwsgi".
    Last edited by phoric (2012-07-21 02:45:32)

  • Internet problem with New Airport Extreme base and new Macbook Pro

    So I bought a Airport Extreme base station with my new Macbook pro.
    My desktop system uses a DSL modem which is connected to my computer via an ethernet cable. It works flawless. I can also unhook the hard ethernet connection from the desktop and connect it to the Macbook Pro with no problems.
    I then connected the ethernet cable from the DSL router to the WAN port on the Airport Base.
    I have no problem gettiing the Macbook pro to set itself up on the Airport Network. I can NOT, though, access the internet. I even tried to type in the IP address for the DSL modem while connected to Airport base and can not connect to modem. Does anyone have any advice? Is there a bridging function in the Airport Base that has to be activated?
    Another question. If I replace my current DSL Router with a wireless router, do I even need the airport base if all I want to do it connect to the internet with the laptop?
    Thanks,
    Danny

    I have no problem gettiing the Macbook pro to set itself up on the Airport Network. I can NOT, though, access the internet. I even tried to type in the IP address for the DSL modem while connected to Airport base and can not connect to modem. Does anyone have any advice? Is there a bridging function in the Airport Base that has to be activated?
    Make sure you perform a complete power recycle when switching network components.
    Modem/Router Power ReCycling
    - Power-off the DSL modem & AEBS. (Wait at least 30 minutes. If possible, leave the modem off overnight.)
    - Power-on the DSL modem; Wait at least 30 minutes.
    - Power-on the AEBS; Wait at least 5 minutes.
    If that doesn't resolve the problem, and your DSL ISP requires PPPoE for connectivity, you will need to set that up on your AirPort Extreme Base Station (AEBS) as follows:
    Connect your computer directly (using an Ethernet cable) to the LAN port of the AEBS, and then, using the AirPort Admin Utility, check these settings:
    Internet tab
    - Connect Using: PPP over Ethernet (PPPoE)
    - Account Name: <ISP account name>
    - Change password: <ISP password>
    - Always stay connected (checked)
    - WAN Ethernet Port: Automatic
    Another question. If I replace my current DSL Router with a wireless router, do I even need the airport base if all I want to do it connect to the internet with the laptop?
    No, the AEBS will no longer be required.

  • Problems with New Kernel regarding mouse and random shutdowns etc

    After upgrading to kernel 3.2.1-2, my computer has shutdown a couple times. They "normal" shutdowns as in I will press the shutdown button in my de and computer actually shuts down. Also a couple times when turning my computer off i will have to reboot because my laptop touchpad is not working. going into a tty i do rmmod psmouse and it will say the module is not loaded, loading the module makes no difference. The last few updates I have also had regressions with my wireless. By default arch blocks my wireless and in rc.local I have rfkill unblock all, but this lately does not always work. I have been manually loading the ath9k driver. My laptop is a gateway nv79c, intel i5, onboard graphics, 4 gb of ram. My wireless card is an atheros ar928x. To be clear, the mouse problem and shutting down has started since updating to 3.2.1-2. Yes I know the kernel was just updated today but I have been using my laptop a lot today.
    Last edited by quasifilmie (2012-01-24 03:21:25)

    I seem to have the same problem. The sound would play in some programs, would not in others, and in all of them when I stop playing, it would repeat the last half second endlessly. Could anybody shed some light on this problem?
    in dmesg:
    AC'97 1 does not respond - RESET
    AC'97 1 access is not valid [0xffffffff], removing mixer.
    ali mixer 1 creating error.
    and in errors.log:
    May 13 09:14:22 aconarch ali15x3_smbus 0000:00:06.0: ALI15X3_smb region uninitialized - upgrade BIOS or use force_addr=0xaddr
    May 13 09:14:22 aconarch ali15x3_smbus 0000:00:06.0: ALI15X3 not detected, module not inserted.
    May 13 09:14:22 aconarch AC'97 1 access is not valid [0xffffffff], removing mixer.
    May 13 09:14:22 aconarch ali mixer 1 creating error.
    EDIT: 'lsmod | grep snd'
    snd_seq_oss 29056 0
    snd_seq_midi_event 6528 1 snd_seq_oss
    snd_seq 46800 4 snd_seq_oss,snd_seq_midi_event
    snd_seq_device 6796 2 snd_seq_oss,snd_seq
    snd_pcm_oss 38816 0
    snd_mixer_oss 14336 1 snd_pcm_oss
    snd_ali5451 19212 1
    snd_ac97_codec 95396 1 snd_ali5451
    ac97_bus 2432 1 snd_ac97_codec
    snd_pcm 68484 3 snd_pcm_oss,snd_ali5451,snd_ac97_codec
    snd_timer 19076 2 snd_seq,snd_pcm
    snd 44388 11 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_ali5451,snd_ac97_codec,snd_pcm,snd_timer
    soundcore 6496 1 snd
    snd_page_alloc 7816 1 snd_pcm
    Last edited by bender02 (2007-05-13 15:41:04)

  • Problem with new update on iPhone and ipad

    I keep getting "unable to connect please check your internet connection" clearly if I can post here means that I have internet connection

    There is a bug for iOS 6 and the latest version of Reader. The engineers are aware of the problem, and will have a fix soon.

  • When Apple solve problems with new iTunes calendar sync with windows and outlook?

    When Apple solve problems with new iTunes calendar sync with windows and outlook?

    Anything Downloaded with a Particular Apple ID is tied to that Apple ID and Cannot be Merged or Transferred to a Different Apple ID
    More Info here...
    Apple ID FAQs  >  http://support.apple.com/kb/HT5622
    If necessary...
    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • Authorization problem with VF01 "Create Billing Documents"

    Dear All,
    We face following problem with VF01 "Create Billing Documents".
    Transaction: VF01
    User: Joe
    Authorization of Joe:
         VKORG Sales Organization: A, B (authorization object V_VBRK_VKO)
         FKART Billing Type: 1, 2 (authorization object V_VBRK_FKA)
    The objective for Joe:
       Joe is qualified to create bills in
          sales org A only for billing type 1 and in
          sales org B only for billing type 2.
       Joe should not be able to create bills for
          sales org A with billing type 2 and in
          sales org B with billing type 1.
    How can we solve this problem?
    We already searched for userexits without any success.
    Any help or ideas are very appreciated.
    Regards
    Markus Wilhelm
    Project Manager ERP

    Dear,
    There are standard authority-checks based on Sales organization (authorisation object V_VBRK_VKO) and/or Billing type (V_VBRK_FKA).
    An option would be to create a new billing type, define specific authorisations and use the new billing type for these documents.
    The bad thing is that you would also need a special (new) sales order type, because the billing document type is unique per sales order.
    So maybe it is easier to have a different sales organization.
    Another option would be to create a new authorization object and check it in the billing documents.
    If you wish, you could modify program LV60A005 & LV60A006.
    Then you might check various user/customer exits.
    Some functions to check: EXIT_SAPLV60A_001/002,
    EXIT_SAPLV60B_001 - 008, EXIT_SAPLV60B_010 - 011.
    Regards,
    R.Brahmankar

  • Problem with viewing Adobe PDF documents

    Problem with viewing Adobe PDF documents
    I have a Windows 7 Home Premium Computer
    I have read all the suggestions and I have tried downloading multiple versions of Adobe Reader for Windows 7 and Vista from http://get.adobe.com/reader/otherversions/.
    Prior to downloading each version I would delete the current version using  control panel programs uninstall.
    After each new installation I would shut down the computer and then restart the computer.
    I have tried downloading versions with and without having my antivirus (CA Total Defence) running.
    I am told after download that the version downloaded successfully.
    I have read Acrobat Help http://helpx.adobe.com/acrobat/kb/troubleshoot-reader-installation-windows.html and followed the instructions.
    None of the above has helped.
    The problem is no matter what version of Adobe Reader I download, I cannot seem to open a PDF and read it. Nor will the Reader itself stay open.
    1. If I try opening the reader from the desktop link or from the actual program menu, the reader opens for about 5 seconds and then closes of its own accord. If I try to click on any of the reader menus (eg File, Edit, View, Window, Help, Tools) then a warning bell is sounded and the menu does not open. Shortly thereafter the reader closes.
    2. If I try to open the reader by double clicking on a PDF document then the reader opens but the document is not shown (only the grey PDF reader screen is shown) and then the reader closes after about 5 seconds of its own accord.
    The desktop shortcut shows as the 'red Adobe Reader icon'. But the actual program menu icon shows as a blank folder icon.  All PDF documents show as the PDF Adobe icon.
    I have tested various PDFs and none will open on this computer but they will open on other computers.
    I have created a word document and saved it as a PDF. It looked like it had save correctly (has the appropriate icon) but when I try to open it as per step 2 above then the document is not shown and then the reader closes after about 5 seconds of its own accord.
    Does anyone have any ideas about what is going on and how I can fix this?
    Could you please answer in this forum and email me at [removed]
    I am so puzzled and frustrated.

    Thank you so much this did the trick.
    I spent so many hours on trying to sort this out and your answer was so  simple and clear.
    Regards
    Kazzamday

  • I have a problem with the sync between iTunes and ipad2. I can not see the files in iPad. Help me please.

    I have a problem with the sync between iTunes and ipad2. I can not see the files in iPad. Help me please.

    Cannot see what files ? Music (synced music should appear in the iPod app), films/TV shows (Videos app), documents ... ?

  • Problems with creation of catalogue XPGrpwise and temporary

    Problems with creation of catalogue XPGrpwise and temporary files.
    I use GroupWise 8.01 and WinXP (SP2), OpenOffice 3.1.
    Why at opening files in Library, temporary files are not created in catalogue C:\Documents and Settings\Jon Smith\Local Settings\Temp\XPGrpwise, and created in catalogue C:\Documents and Settings\Jon Smith\My Documents. That causes problems. How to change a situation that worked as it is necessary.
    Catalogue XPGrpWise is created and leaves duly in catalogue C:\Documents and Settings\Jon Smith\Local Settings\Temp\.

    Cvetaev,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Wifi problems with new ipad

    I'm trying to learn how to correct wifi problems with new iPad.  It is the wifi only, 64GB model.  I want to be able to use it at work, where we have a great wifi network.  I can usually connect to our network with no problem, but after an hour or so my iPad loses the network.  When I try to reconnect, I see that the network is showing full strength reception, but I get the error message from the iPad that I am "Unable to join" the network.  My iPhone connects to the same network seamlessly, as do all of the other iPhones of my co-workers and the older generation iPads that some of our staff has.
    At other locations, I typically have no problems (home, apple store, etc.) but I have had the same situation pop up at a coffee shop where I could see that there was a wifi network available, but I could not join it even though it was the shop's free wifi. 
    I have tried turning the iPad off, turning off wifi and turning it back on again, and forgetting the wifi network in question.  I can't think of any other methods that are available to an end user to correct the problem. 
    I have already gone to the Apple store to swap out the unit, and the newer one is having the same symptoms. 
    Can anyone offer any advice here?  This is quite frustrating.

    No problem! Have a read at this most interesting article which has special significance as regards your models!
    http://edition.cnn.com/2012/04/05/tech/gaming-gadgets/ipad-wi-fi-issues/index.ht ml
    However, I attach an extract from another thread for your perusal. You can disregard any suggestions/links you have already explored -
    created by Texas Mac Man in Using iPad - View the full discussion
    Look at iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    Additional things to try.
    Try this first. Turn Off your iPad. Then turn Off (disconnect power cord) the wireless router &amp; then back On. Now boot your iPad. Hopefully it will see the WiFi.
    Change the channel on your wireless router. Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    If none of the above suggestions work, look at this link.
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
     Cheers, Tom ;)

  • List of Problems with new Web Mail

    List of Problems with NEW Web Mail :
    - At first doesn't open full page message list or retain full page as default setting, have to drag down bar
    - Only shows 20 message lines after “pulling down” the divider, screen partially empty until I scroll down.  It should show at least 26, preferably all available
    - After moving bar, bar moves back up after going back to inbox (not delete message) after reading a message, have to move it down again, and again...
    - Doesn't go to next message when delete message on screen is selected, no setting option for default to do this.
    - There is a drop down to select which folder to move a selected email to.  The initial display shows 7 usable choices, with the usual slider and arrow to show more choices.  The space on the slider clearly shows more choices are present (actually about 20 or so are there), but any attempt to use the slider or arrow to see more choices causes the drop-down to instantly disappear.  I can't move the selected field with arrow keys either.  I can select any of the visible 7 choices, and move an email to only one of the 7.  NOTE: This one works in both IE and Firefox, but if Verizon Webmail was fully web standard (see http://en.wikipedia.org/wiki/Web_standards) compliant it would also work in my preferred browser, Mozilla Seamonkey, the direct descendant of the original Mozilla browser.  Webmail should be FULLY web standard.
    - Occasionally a message will move from inbox to trash, without NO indication or command to move them.
    - Emails occasionally flash an error message and simply disappear - not to trash or other findable place, just disappear.  No time to read the error message either.
    - No way to set a whitelist for supposed spam emails, unless the whitelist for “Blocking” is the same.  Very unclear.
    - How can I switch my service back to the original, basic, email which works ok?  I know it’s still there, since some of my other accounts still access it!!!
    This seems my only way of getting this info direclty to the programming staff.  If it doesn't actually do this, will SOMEONE PLEASE FORWARD THIS MESSAGE TO THEM !?!  
    Thanks!

    vz_ric wrote:
    The majority of websites are set up the same way for all browsers. It's the software manufacturers responsibility to make their software compatible with websites, not the other way around. Otherwise everyone who has a website will have to make 10 different sites to work multiple browsers.
    Contrarily, it is Verizon's, as well as other companies like Verizon whose customer base uses a wide variety of web browsers, web page designers' responsibility to use only standard W3C-recognized code and not to use non-standard non-W3C-recognized code, e.g., Microsoft's Internet Explorer specific code, when designing their web pages. In my opinion based on my observations, Verizon's web page designers are too often guilty of using IE-specific code.

Maybe you are looking for