Is this some bug in JSP ?

Hi,
First of all I wish you all a great 2003 year.
In my JSP I have a method which returns me a big string of the size 20-22 k.
<%= myClass.MyMethod() %>
On doing so I get the exception ArrayIndexOutOfBoudException.
If I break in steps by doing something like
<%
String content = myClass.MyMethod();
out.println(content.subString(0,2000));
out.println(content.subString(2001,4000));
out.println(content.subString(4001,6000));
%>
It works fine.
2)If I do somethig like
<%@ page buffer="25" autoFlush="true" %>
i.e. buffer more than my content (22k) it again works fine.
or if I do
3)<%@ page buffer="none"%>
This does not make sense as it does not work for the following scenario.
4)<%@ page buffer="8" autoFlush="true" %>
Which is contarary to the concept behind the JSP buffering.
WAITING for some response.
thanks
rahul

Hi,
Thanks for your reply but I did'nt meant that I have just
subString(0,2000)
subString(2001,4000)
subString(4001,6000)
What I meant that If I break it in chunks of some 2000k it will work otherwise It will not.
Giving 3 steps using subString()......... was just a example.
Hope I make myself clear now.
thanks
rahul

Similar Messages

  • BEAN ITERATION IS THIS A BUG in JSP /TOMCAT?

    Hi,
    I am new to JSP but I cant understand why I am getting this problem. I am trying simply to loop thro' an array of beans and print out their value.
    A code sample is below:
    <%@ page import="subscription.*" %>
    <jsp:useBean id="event" class="subscription.EventBean"/>
    <%
    EventBean[] events = (EventBean[]) request.getAttribute("events");
    <%for (int i=0;i< events.length;i++) {
    event= events;
    %>
    <b>bean is</b><jsp:getProperty name="event" property="id" /> </b>
    <%}%>
    All I get is a list of event ids at 0 as opposed the the id values. It seems to not be referencing the new bean.
    If I change the jsp;getProperty to <%=event.getId()%> the correct ids are retrieved. I am using Tomcat 4.1.
    I can only think this is user error, as I have not found any similar listings
    Help would be welcomed!
    Emma.

    Hi,
    Thankyou for trying to help. Unfortuanately you solution does not work as
    you are assiging an object (EventBean) to an array of objects (EventBean).
    I can help thinking problem I am getting is because somehow when you do a
    <jsp:useBean> to instantiate a bean you can reassign it later on in a scriplet, which is what I am doing. Why you cant is not something I understand.
    Maybe it would help if I explained what I want to do. I am trying to get an array of beans from one jsp page and print them out in another.
    so my thoughts were (and ironically the text book I am using does exactly this)
    //instantiate an EventBean using
    <jsp:useBean id="event" class="subscription.EventBean"/>
    //get the attributes (they are attributs cos I am dispatching servlet to //jsp page)
    <% EventBean[] events = (EventBean[]) request.getAttribute("events"); %>
    //This now gives me the array of eventbeans I want to pring out and //rather than do it all in a scriplet try to use jsp tags which is what //all the bks say you should do.
    //so I iterate thro' array and assign my EventBean object that I //instantiated using the jsp:useBean
    <%
    for (int i=0;i< events.length;i++) {
    event= events;
    %>
    //now I try to print out a property (id in this instance)...
    <jsp:getProperty name="event" property="id" />
    <% } %>
    but IT DOES NOT WORK!! I have to go <%=event.getId() %>
    my bean is dead simple and works if I am doing simple stuff like setting and getting attributes on a single bean.
    Maybe I a not getting scoping in JSP , it is not that clear,like normal
    java code and any docs to look at would be welcomed.
    Emmma.

  • Is this some BUG?

    Hi everybody,
    I have some stupid problem with JDeveloper Studio. I have correct created DBConnection and I can create and entity objects and view objects and application modules without any problemes. But when I try to use test for application module I get some dialog where JDeveloper ask me to enter some password. I can fill password with any data and then I get Tester but if I try to open data from any view object I get error like: Application Module is not connected to Database???
    I have entered and username and password in connection profile.'
    What can be problem? Any suggestion is welcome.
    Thanks,
    Igor.

    Yes, I tried it with both options(deploy checked and unchecked). This is very strange to me, I have some experience using JDeveloper but this is something new. Specially, because dialog contains two textfields (username and password), also OK and Cancel buttons. Dialog title text: “Password required” and text which needs to explain username and password for what is just: “Enter the password for:”.
    The worst of all is I can fill user and password fields with any data and press OK button I get Tester window and all looks nice, but when press any view from list JDeveloper shows next error:
    oracle.jbo.NotConnectedException: JBO-25200: Application module is not connected to a database
         at oracle.jbo.server.DBTransactionImpl.checkConnected(DBTransactionImpl.java:5810)
         at oracle.jbo.server.DBTransactionImpl2.createPreparedStatement(DBTransactionImpl2.java:424)
    Thanks again.
    Igor.

  • ICloud changes my calendar colors.  I am no longer able to pick my own calendar colors.  This is due to some bug on iCloud.  FIX THIS PROBLEM IMMEDIATELY APPLE!!!  THIS IS RIDICULOUS.  iCloud should not force us to pick calendar colors.

    iCloud changes my calendar colors.  I am no longer able to pick my own calendar colors.  This is due to some bug on iCloud.  FIX THIS PROBLEM IMMEDIATELY APPLE!!!  THIS IS RIDICULOUS.  iCloud should not force us to pick calendar colors.  We should be able to pick our own!!!!!

    Same here, Calender keeps reverting to Purple a color I never ever even picked, screw you iCloud, you continue to annoy me and baffle me with your inadequecies

  • Open Cursor Issue because of file browse Item - Is this a Bug in APEX 3.2

    Hi All,
    I am using file browse Item to upload file into the database at two places in my application, but it seems whenever I am submitting those two pages, with file path or without file path, its opening an cursor which remains open after that, because of this open cursor count in the application is getting exceeding every time.
    For testing this I have made an dummy page containing just file browse item and submit button, and still it is increasing the open cursor count.
    Is this a bug in Apex file browse item or there is some other way to handle this.
    Please kindly help me in the above issue as this is affecting the production application.
    Thanks & Regards
    Sanjay
    Edited by: user11204334 on Dec 5, 2010 9:57 PM
    Edited by: user11204334 on Dec 5, 2010 9:58 PM

    Hi,
    One observation, Apex is switching the Session ID after one got killed ? I was working on Apex page with browse Item to test open cursor count,
    after killing the SID (227) on which the open cursor count was getting increase, it APEX automatically switches to new SID(149) for that session.
    Now the problem is even if I have two SID's and one hits the maximum open cursor count, It is not switching to other SID instead the whole application becomes unavailable.
    STATNAME SID VALUE USER
    opened cursors current 20 14 APEX_PUBLIC_USER
    opened cursors current 149 74 APEX_PUBLIC_USER
    opened cursors current 194 71 APEX_PUBLIC_USER
    opened cursors current 211 5 APEX_PUBLIC_USER
    opened cursors current 227 325 APEX_PUBLIC_USER Killed
    opened cursors current 244 15 APEX_PUBLIC_USER
    opened cursors current 20 14 APEX_PUBLIC_USER
    opened cursors current 149 76 APEX_PUBLIC_USER
    opened cursors current 194 71 APEX_PUBLIC_USER
    opened cursors current 211 5 APEX_PUBLIC_USER
    opened cursors current 244 15 APEX_PUBLIC_USER
    Please kindly help in this.
    Thanks in Advance
    Thanks & Regards
    Sanjay
    Edited by: user11204334 on Dec 8, 2010 1:02 AM

  • Emulator on OSX don't support capturing audio, is this a BUG?? SDK 3.0

    Hello all,
    well i'm trying to capture audio with the emulator on OSX. When i test the System Properties for capturing audio i always get FALSE.
    I tried the same application on Windows XP with the SDK 3.0 and it works, i'm getting True and can capture the audio with my microphone.
    Now i want to know if this is only a Bug and could be fixed or is the support for capturing audio on Mac OSX not implemented yet?
    Thanks
    Greetings

    What kind of problem about the display image in signature?
    How do you add the image into the message body when you send the message?
    Does it show correct through Web-based access?
    Outlook 2007 doesn't support some of Style Element, you may reference the link as below:
    http://www.campaignmonitor.com/css/
    Thanks.
    Tony Chen
    TechNet Community Support
    Thanks for your reply,  I know that some Style Elements won't be supported in Outlook, but this is not the reason.
    Please refer to my post previously, I post it but get no response.
    http://social.technet.microsoft.com/Forums/office/en-US/481170b1-f23f-4d46-9914-823326491846/is-this-a-bug-of-outlook-2007-about-images-displaying-in-signature?forum=outlook

  • Is this a bug of Outlook 2007 about images displaying in signature?

    I've done many tests and researched on website or MS KB. But still got no solution.
    My issue is:
    I make a signature with images linking from website which can be easily accessed.
    I setup this signature in Outlook 2007, when I compose a new mail, and choose the signature I set. It won't show the images with a high percentage rate, meanwhile, I try to get into "Signature"-"Signature...", 
    Outlook2007 gets stuck, then you can not close Outlook or open Internet Explorer unless you kill the process of OUTLOOK.exe.
    1. Test are done under a clean XP system and Office 2007 standard fresh installed. Also there are some other staffs who help me test the signature that report the same issue on Office 2007.
    2. Images are rendered in 96dpi. They are all in very small size stored on website, can be easily accessed without network connctivity problem.
    3. The signature is made by simple HTML language not by Outlook signature setup wizard. but in this case,  you can ignore which method I use to create the signature. The images in signature can be displayed well in Outlook 2003 &
    2010. Also I have tried insert images using "link to file" in Outlook signature setup wizard, got same issue.
    4. Don't suggest me to store the images locally. These images should be updated after a period. You can not ask the company staffs to update these images manually by themselves. and even if the images are stored locally, the images won't be shown
    in Outlook 2007 with a high percentage rate.
    5. I've tried setup signature with or without an account profile, got same issue.
    6. I 've tried without an accout profile, just copy the signature file to Outlook signature folder, unplug the network cable, and "new mail" then load the signature, of course, the images won't be shown because network connection doesn't exist,
    and then when I try to get into "Signature"-"Signature...",  the Outlook interface also gets stuck. So I think Outlook 2007 may have some problem on detecting the network connectivity.
    7. It is not possible to upgrate the version of Office. Since Office 2007 isn't out of date and is powerful enough for us, no one want to pay more money just to avoid this issue.
    I don't know why I cannot upload a screenshot for troubleshooting. If needed. I can send a mail with screenshot attached.
    So far to now, I still get no solution, I think this is a bug of Outlook 2007, because the same signature, there is no problem on Outlook 2003 & 2010. Hope someone of MS staff can see this article and report to technical support center.
    I would appriciate anyone's kindly help but please consider that you understand what I am talking about. I don't want to waste time for each of us.
    thanks in advanced.

    What kind of problem about the display image in signature?
    How do you add the image into the message body when you send the message?
    Does it show correct through Web-based access?
    Outlook 2007 doesn't support some of Style Element, you may reference the link as below:
    http://www.campaignmonitor.com/css/
    Thanks.
    Tony Chen
    TechNet Community Support
    Thanks for your reply,  I know that some Style Elements won't be supported in Outlook, but this is not the reason.
    Please refer to my post previously, I post it but get no response.
    http://social.technet.microsoft.com/Forums/office/en-US/481170b1-f23f-4d46-9914-823326491846/is-this-a-bug-of-outlook-2007-about-images-displaying-in-signature?forum=outlook

  • Is this a bug for 10.3.9 installation

    Hi everyone especially mac experts
    This is my first visit to this forum. I have been using my Powerbook g4 12 inch for 3 - 4 years, never had any problem til now!!
    My mac has problem all the sudden, got hacked or something, I dont know, I cannot even restart, it hung since apple logo appear, only way is insert install disc + press C with only one option it allowed me to do "erase and install" no backup no upgrade!!!!
    Anyway, that is not my question, it just a whining, my question is when i tried to reinstall with my installation CD that came with my powerbook and/or panther CD with 3 blacks and 1 codeX, which I got it when I was a member of developer connect. The series of problem are as follow
    1. during installation of CD2, i got installation failure with error messages said some packages cannot install!!!
    2. after i ignore (1), by click "quit" which is only one option anyway, os started to ask me to fill in all information include setting user name and password for admin account. so i did. Then I start to do "software update", and it failed to update/install QuickTime 7.x.x. Then i tried to download only, unpackage and install myself, it has the same results
    3. From (2) i search solution on mac website by using winXP, and found that i have to remove some packages in /Library/../receipts/ and reinsert CD 2 again to reinstall, cool.. i will give it a shot. Unfortunately, it asked for admin password and i could not give a correct password, but i remember and have it written down on a paper. Then i check at Preference->account->admin and see it shows 7 digits or * instead of 9 digits. I wonder that someone might hacked into my computer and change it.
    Therefore, I decide to reinstall again, this time, i spent more time by include erase disk with option "write zero to disk" and no network connection to make sure there is no trace from hacker! Unfortunately, I got the same problem from (1) to (3) without update software d/l. therefore, i believe (3)is a bug it is obvious from my observation, if i cannot solve (3) i will not be able to solve (1) and (2), and i will not have my mac back to work
    Please give me advice, i already lost all my data and spent my weekend trying to fix these problems, which non can be fixed (yet)
    Thanks in advance

    Roam,
    Thanks again for your suggestion,
    "Furthermore one should always Repair Permissions both before doing a Software Update and again afterwards."
    I honestly dont know anything about this "Repair Permissions" from the name, i though it is a verification of authentication to repair OS or some kind of credential issue, and since i m admin user then there is no point to verify it, i should be allowed to do so. Again it is my first time to do this thing in 3 - 4 years of using panther, every time i update software i never ever do this! If this step is essential for every update and installation why dont apple put them as one of TODO step during the processes (as licensing agreement) instead of keep them as an option (just my thought) Anyway, I m glad u tell me about it, and i will give it a shot tonight.
    "That may because you didn't have sufficient disk space. In fact running out of disk space can create all sorts of problems. Please tell me how disk space is available on your
    start up drive."
    That what I thought coz i have only 5.x GB left in 60 GB HD. Thats why I claimed as whining and have to scarify the lost of data by reinstall panther in order to get my mac back to work
    "So are you saying it is a bug or it is a hacker, I don't believe it is either"
    Please see second update info about password, and i m not impose anyone to believe, thats why the topic is a questioning sentence "Is this a bug.."
    "This Discussion site is not Applecare. The people here give their time voluntarily to those who are receptive to help."
    Thats why i ask for "mac expert" not "apple authority/technician" and always appreciate any suggestion.
    Anyway, that great to hear from you and i have learned new thing from your suggestion. I will let u know when i have tried it.

  • Is this a Bug? List Box do not scrollbar: Magic number 2461

    In my case I am populating list box from database using script. I noticed strange behavior with List Box being populated more than 2461 list items. At run time List box do not display scrollbar if the list items are more than 2461. Looks like 2461 is the Magic number. I wonder if some one already noticed this behavior. I want to see the scrollbar irrespective of number of list items. In my case I need to load approximately 5000 list items. Any one has suggestions? Is it designed to behave like this or is this a Bug?
    Thanks in Advance.
    SekharN.

    Hi,
    I noticed it too !
    I have several lists, some oh theme have more than 2460 items and don't have the scroll bar.
    An other problem relative to scrollBar in listBox appeared : with Reader 8, i can't use the scroll bar (even if i have less than 2460 items); it appears but i can't scroll.
    I see tthe french adobe team about these 2 problems next week. If we find something new, i'll tell you.
    Pierre.

  • Is this a bug of NIO???

    I am using nio to write a network server.
    I use following code to close a SocketChannel:
    Socket s = sc.socket();
              if (s != null) {
                   try {
                        s.close();
                   } catch (IOException e) {     
                        e.printStackTrace();
              sc.close();
    It works fine. But sometimes s.close() will throw a java.lang.Error, this will lead my server to crash!
    StackTrace:
    java.lang.Error: Untranslated exception
         at sun.nio.ch.Net.translateToSocketException(Net.java:65)
         at sun.nio.ch.SocketAdaptor.close(SocketAdaptor.java:354)
    Caused by: java.io.IOException: Unable to finish a non-blocking socket action (This error message is translated by me, I am not in USA)&#12290;
         at sun.nio.ch.SocketDispatcher.close0(Native Method)
         at sun.nio.ch.SocketDispatcher.preClose(SocketDispatcher.java:44)
         at sun.nio.ch.SocketChannelImpl.implCloseSelectableChannel(SocketChannelImpl.java:684)
         at java.nio.channels.spi.AbstractSelectableChannel.implCloseChannel(AbstractSelectableChannel.java:201)
         at java.nio.channels.spi.AbstractInterruptibleChannel.close(AbstractInterruptibleChannel.java:97)
         at sun.nio.ch.SocketAdaptor.close(SocketAdaptor.java:352)
         ... 18 more
    The error will be throwed if I called it N times, N < 2000.
    Runing env:
    WindowsXp, Amd dual core, 1G ram, JDK1.6.02
    The Logic of my test case:
    Server S listen to port 8080 with one select thread,
    Client A, Client B
    A connect to S, and send a package to get some resource, and A wait
    B connect to S, and send a package to get the same resource, This cause S cause Client A,
    A finds it disconnected, it reconnect and do the same as B
    B finds it disconnected, it reconnect too ....
    now, there is a loop.
    (all these are doing in the select thread)
    I think A and B will do these forever, but after some time( serveral seconds ), the Error will be thrown and
    server crashed.
    I google it, and I found nothing useful. Is this a bug??

    B connect to S, and send a package to get the same resource, This cause S cause Client A, A finds it disconnected, it reconnect and do the same as BI don't understand this. Why does anything done by B have anything to do with A? let alone making it reconnect? There is something seriously wrong with the application logic here if that's the result.
    NIO isn't that matureWell, it wasn't that mature in 1.4.0 or 1.4.1, but that's five years ago. Haven't found anything major in it for years.
    @OP: does it work better if you close the channel directly rather than its socket?

  • Mail does not create new emails based on the highlighted mailbox, but rather the receiving mailbox of whatever individual email happens to be highlighted. This was not the case prior to Lion. Is this a bug or an error on my part?

    Mail does not create new emails based on the highlighted mailbox, but rather according the receiving mailbox of whatever individual email happens to be highlighted. This was not the case prior to Lion. Is this a bug or an error on my part? (I do have the setting for creating new emails from the highlighted mailbox checked.)

    The questions about time was not only because of thinking about the Time Machine, but also possible impact on recognizing which messages remaining on a POP server (doesn't apply to IMAP) have been already downloaded. In the Mail folder, at its root level, in Mail 3.x there is a file named MessageUidsAlreadyDownloaded3 that should prevent duplicate downloading -- some servers may not communicate the best with respect to that, and the universal index must certainly be involved in updating that index file. If it corrupts, it can inhibit proper downloading. However, setting the account up in a New User Account and having the same problem does not point that way, unless your POP3 server is very different from most.
    That universal index is also typically involved when messages are meant to be moved from the Inbox to another mailbox -- in Mail 3.x the message does not move, but rather is copied, and then erased from the origin mailbox. That requires updating the Envelope Index to keep track of where the message is, and should keep track of where it is supposed to have been removed after the "Move".
    Ernie

  • [svn:fx-trunk] 10075: Cleanups from the spark text changes and some bug fixes for VideoElement.

    Revision: 10075
    Author:   [email protected]
    Date:     2009-09-08 18:01:58 -0700 (Tue, 08 Sep 2009)
    Log Message:
    Cleanups from the spark text changes and some bug fixes for VideoElement.  Also some PARB changes for UIComponent.
    TitleBar: Changing the skin part type from Label to Textbase
    UIComponent: skipMeasure()->canSkipMeasurement() to be in line with GraphicElement.  This has been PARB approved.
    UIComponent: same with hasComplexLayoutMatrix...this replaces hasDeltaIdentityTransform.  This has been PARB approved.
    StyleProtoChain: cleanup around what interfaces to use
    TextBase: clean up code that?\226?\128?\153s no longer needed.
    VideoElement: Fixing 4 bugs:
    SDK-22824: sourceLastPlayed keeps track of what video file we?\226?\128?\153ve called play() with last.  This way if a user pauses the video and wants to start it up again at the same point, we can call play(null) on the underlying FLVPlayback videoPlayer.  However, anytime the souce changes, we want to null out sourceLastPlayed.  This was causing a bug when someone set the source to null and then reset it to it?\226?\128?\153s previous value.
    SDK-23034 (GUMBO_PRIORITY): This deals with some FLVPlayback quirks around sizing.  I had put in a fix so we weren?\226?\128?\153t setting width/height on the underlying videoPlayer too many times, but apparently we need to make sure it always gets called once.  Hopefully when switching to Strobe we can cleanup this logic...I put a FIXME in to do this.
    SDK-21947/ SDK-22533 - some video files don?\226?\128?\153t always send out a metadata event.  I?\226?\128?\153m not quite sure why this is, but in case this happens, we do a check in the ready handler to see whether we should call invalidateSize() to make sure it gets sized properly.
    QE notes:-
    Doc notes:-
    Bugs: SDK-22824, SDK-23034, SDK-21947, SDK-22533
    Reviewer: Glenn, Corey
    Tests run: checkintests, Button, GraphicTags, VideoElement, and VideoPlayer (some VideoPlayer were failing, but I think it should be fine)
    Is noteworthy for integration: Yes
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22824
        http://bugs.adobe.com/jira/browse/SDK-23034
        http://bugs.adobe.com/jira/browse/SDK-21947
        http://bugs.adobe.com/jira/browse/SDK-22533
        http://bugs.adobe.com/jira/browse/SDK-22824
        http://bugs.adobe.com/jira/browse/SDK-23034
        http://bugs.adobe.com/jira/browse/SDK-21947
        http://bugs.adobe.com/jira/browse/SDK-22533
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/components/windowClasses/TitleB ar.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleProtoChain.as
        flex/sdk/trunk/frameworks/projects/spark/src/mx/core/UITLFTextField.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Group.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/Label.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/RichEditableText.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/RichText.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/GroupBase.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/Skin.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/TextBase.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/supportClasses/AddActionInstan ce.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/supportClasses/AnimateTransfor mInstance.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/effects/supportClasses/RemoveActionIns tance.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/VideoElement.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/GraphicEleme nt.as

  • Is this a bug in APEX or I'm missing something

    Hi,
    I have a table chr10bug( id number , sample_text varchar2(4000)).
    I am using simple form with textarea to populate sample_text.
    I have a report based on above table.
    The report query is select id , sample_text from chr10bug. The Link tab has Target as URL. URL is javascript:void(0); and Link attribute has a very simple function
    onmouseover="alter('#SAMPLE_TEXT#')"
    Now, my question is when a user hits enter in the textarea eg.
    User enter some text **User Press Enter**
    User enter some text again
    In the reports the onmouseover="alert('#SAMPLE_TEXT#')" does not work for recrod where users pressed enter key. (In fact none of the function which accept string is working) . If we do not press enter while entering data in textarea... the above function is working...
    Example is here....
    http://apex.oracle.com/pls/apex/f?p=32555:1 ( report)
    http://apex.oracle.com/pls/apex/f?p=32555:2 ( form to enter data via text area)
    Is this a bug...
    Regards,
    Shijesh
    Edited by: Apex_Noob on Nov 18, 2010 12:18 PM

    Hi,
    Thanks once again for reply.
    I create two report with same javascript function alert('#sample_text#')
    CASE1 >> Javascript function call is placed in Link attribute section as ** onmouseover="alert('#sample_text#')" >>> This is not working
    CASE2 >> Javascript function call is place in URL section as ** javascript:alert('#sample_text#') >>>> This is working however I'm not able to have onmouseover feature.
    Any alternative to have onmouseover=myFunction('#COLUMN_NAME#').
    http://apex.oracle.com/pls/apex/f?p=32555:1:8742069995710311:::::
    thanks,
    Shijesh
    Edited by: Apex_Noob on Nov 18, 2010 12:45 PM

  • Is this a bug for drop down box in DS1.3?

    I found that if there were many items (e.g. 50), when I clicked the arrow of the drop down box, it showed the items and then disappeared all the items except "ALL". I have to use "F4" key to display all the items and use scroll bar to show the items.
    It is OK when there are few items and no scroll appears in the list.
    Did anybody meet with the same problem?
    Thank you.

    Roam,
    Thanks again for your suggestion,
    "Furthermore one should always Repair Permissions both before doing a Software Update and again afterwards."
    I honestly dont know anything about this "Repair Permissions" from the name, i though it is a verification of authentication to repair OS or some kind of credential issue, and since i m admin user then there is no point to verify it, i should be allowed to do so. Again it is my first time to do this thing in 3 - 4 years of using panther, every time i update software i never ever do this! If this step is essential for every update and installation why dont apple put them as one of TODO step during the processes (as licensing agreement) instead of keep them as an option (just my thought) Anyway, I m glad u tell me about it, and i will give it a shot tonight.
    "That may because you didn't have sufficient disk space. In fact running out of disk space can create all sorts of problems. Please tell me how disk space is available on your
    start up drive."
    That what I thought coz i have only 5.x GB left in 60 GB HD. Thats why I claimed as whining and have to scarify the lost of data by reinstall panther in order to get my mac back to work
    "So are you saying it is a bug or it is a hacker, I don't believe it is either"
    Please see second update info about password, and i m not impose anyone to believe, thats why the topic is a questioning sentence "Is this a bug.."
    "This Discussion site is not Applecare. The people here give their time voluntarily to those who are receptive to help."
    Thats why i ask for "mac expert" not "apple authority/technician" and always appreciate any suggestion.
    Anyway, that great to hear from you and i have learned new thing from your suggestion. I will let u know when i have tried it.

  • Just got some bugs with Dock and Dashboard

    Hi!
    Been using my mac for 1 year now. Sudden some bugs just came by.
    I was using two widgets; "Ordbok" and "TriTrans".
    When I now try to use TriTrans I get this: http://bildr.no/view/75953 and I can't enter a search.
    When I try to use Ordbok i get this: http://bildr.no/view/75954
    I tried to make a new account just to see if I got the same problem and I sudden did. Then I went back to my main account and deleted the Dock, Desktop and Dashboard pref files (in Library/Preferences). Rebooted and tried again. Didn't work.
    When I made a new account I also noticed that the Dock had an icon with the "question mark" (this ting: ?). When I hovered it I got: "iMovie". Some icons to the left I got a working "iMovie HD". Where does the iMovie (wannabe) icon come from? (It was a new account).
    Anyways, someone now how to fix some of these?
    Thanks!
     MacBook   Mac OS X (10.4.9)   2 Ghz Intel Core Duo, 1 Gb RAM

    Ahh, that solves my widget problem. Thanks!
    Btw, someone who got any idea of the "question mark" icon I get in the dock when deleting the Dock config file or add new user? It says "iMovie" but beside it I got the "iMovie HD" icon, working.

Maybe you are looking for