Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: MENON
  • Order by date
  1. MENON

    NullPointeException - weblogic.servlet...ReplicatedSesion.setAttribute

    Yes, we have resolved our problem. The problem was related to weblogic sp version. We were setting an attribute in session as NULL, we changed this to '' and everything worked well. We have now overcome this design completely by storing a single object in session and all individual...
  2. MENON

    NullPointeException - weblogic.servlet...ReplicatedSesion.setAttribute

    Hi guys, We are getting this problem in a clustered environment with weblogic sp10. Does anyone have any solutions or ideas to resolve this issue? Servlet failed with Exception java.lang.NullPointerException at...
  3. MENON

    Grey BAR next to TEXTAREA

    Hi All, We are using TEXTAREA in our internet application. Certain versions of browser display a grey horizontal bar next to this control? The bar disappears when u move the scrollbar. Has anyone experience this? Any workarounds? Tx, Rakesh
  4. MENON

    READONLY attribute in INPUT tag

    Thanks "aperfectcircle". It works fine. Regards,
  5. MENON

    READONLY attribute in INPUT tag

    Hi All, I used the readonly attribute in INPUT tag, works fine in IE, but doesn't work in Netscape. Has anyone faced similar situation? Is there a workaround? Regards,
  6. MENON

    INPUT type=file

    I'd like to assign a default value to the "input file" tag.. but that seems impossible.. I think this kind of functionality should be provided as the applications can be made simpler by providing user a default file location in the file upload dialog. If anyone has a work around...
  7. MENON

    Netscape problems

    I didn't, what a shame. It works now, Thanks vituz. U R GOD
  8. MENON

    Netscape problems

    Hi All, The following code works as a charm in IE. Every time I select a radio button the hidden fields gets populated and clicking Preview gets appropriate page. But Netscape doesn't seem to recognize the onChange event. Any suggestions? Thanks for your help, Regards, Rakesh <HTML> <HEAD>...
  9. MENON

    How do I set MAXLENGTH in TEXTAREA?

    Thanks Niv3K and TazzMann. I should have thought about that. Regards, Rakesh
  10. MENON

    INPUT type=&quot;image&quot;

    Hi All, Thanks for your suggestions. I finally did end up using <IMG> tags with <A> tags and using document.[&quot;formname&quot;].submit() in the onclick event of <A> tag. Thanks a lot. Regards, Rakesh
  11. MENON

    How do I set MAXLENGTH in TEXTAREA?

    Hi All, I need to have a text input for 500 chars. I thought of using TEXTAREA but it doesn't have the MAXLENGTH attribute available with &quot;INPUT type=text&quot; Does anyone have any suggestions. Thanks, Rakesh
  12. MENON

    INPUT type=&quot;image&quot;

    Hello Anthony, I didn't quite understand your response. Could you probably send me code snippet. for eg. if I need to replace following code <FORM action=2.html method=post> <INPUT TYPE=submit value=submit name=advance> </FORM> to work with graphics, how will I implement the IMG tag to have...
  13. MENON

    INPUT type=&quot;image&quot;

    I am having some problems with graphical submit buttons. 1. It seems that graphical buttons have to be last tag in the FORM element. Is this TRUE??? Has anyone experienced any problems with graphical submit buttons? 2. If I replace all SUBMIT buttons with graphical submit buttons, do I have...
  14. MENON

    Sorting in TreeMap

    Hi Charles, Here is a sample data... that I have inserted in TreeMap ABC America AEN Netharlands Ando AND Andaman BEC Barbados NED Netherlands EJB returns resultset of above data that has been loaded into a TreeMap. Just to give you some history... We tried using simple Map and added sort to...
  15. MENON

    location.replace equivalent in Java

    Hi All, I am using RequestDispatcher to redirect to another page. RequestDispatcher.forward(request, response) This will create a new entry in Browser History. I would like to replace the existing entry. Is there a window.location.replace equivalent in Java? Thanks, R. Menon
  16. MENON

    location.replace in JSP???

    Hi All, I am using RequestDispatcher to redirect to another page. RequestDispatcher.forward(request, response) This will create a new entry in Browser History. I would like to replace the existing entry. Is there a window.location.replace equivalent in JSP? Thanks, R. Menon
  17. MENON

    Sorting in TreeMap

    Hi Charles, But then I lose the Key-value interaction. How can I get the value in TreeSet associated with Key from original TreeMap? Any other suggestions? Thanks, Rakesh
  18. MENON

    Setting WIDTH for LIST CONTROL

    Thanks danghien! That works perfectly.
  19. MENON

    showModalDialog - Cross Browser???

    Hi All, Is there an alternative to showModalDialog that will work in both browsers IE and Netscape and yet capture the same features. I am not considering window.focus() as it doesn't maintain any interaction between 2 sessions. Any ideas?? Thanks, R. Menon
  20. MENON

    Setting WIDTH for LIST CONTROL

    Hi All, Thanks all for your response. SecretSquirell, I had tried stylesheets alternative, but it doesn't work in Netscape. Hence I was looking for a generic solution. iza and vituz, I had guessed maybe you typed &quot;& n b s p ;&quot;. However the issue with that is the width of LIST is never...

Part and Inventory Search

Back
Top