User Profile

Collapse

Profile Sidebar

Collapse
subashinicse
subashinicse
Last Activity: Apr 16 '07, 08:58 AM
Joined: Mar 19 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • subashinicse
    started a topic java.lang.OutOfMemoryerror!! help me out
    in Java

    java.lang.OutOfMemoryerror!! help me out

    hi everybody,
    am working with J2EE &hibernate.. .
    while i run my application,am sending an object(filetype of size more than 8MB)
    from jboss to securityserver, where am getting ERROR as java.lang.outof Memoryerror:
    java heap space,i tried by changing the java heap size in jboss.
    but still am getting the error.
    can anybody help me out!!!
    its urgent!!!!
    thank you..
    See more | Go to post

  • subashinicse
    started a topic java.lang.OutOfMemoryerror
    in IIS

    java.lang.OutOfMemoryerror

    hi everybody,
    am working with J2EE &hibernate.. .
    while i run my application,am sending an object(filetype of size more than 8MB)
    from jboss to securityserver, where am getting ERROR as java.lang.outof Memoryerror:
    java heap space,i tried by changing the java heap size in jboss.
    but still am getting the error.
    can anybody help me out!!!
    its urgent!!!!
    thank you..
    See more | Go to post

  • subashinicse
    replied to To change the link color
    i didnot get that #CS ,is that the id what am using for the link
    or is it in javascript?
    i tried to specify that inside script.
    please correct me if i have done anything wrong....
    See more | Go to post

    Leave a comment:


  • subashinicse
    replied to To change the link color
    i have one jsp page,having 4 links in that page
    when i click a link,the color of the link has to change
    and the color should remain when the page corresponding
    to the clicked link loads.

    this is my actual requirement,any help would be greatful.
    thank you...
    See more | Go to post

    Leave a comment:


  • subashinicse
    replied to To change the link color
    To change link color

    hello everybody,
    am new to this forum..
    am working with J2ee,i have a jsp page(using struts) where i have
    some links,i want to change the link color when it is clicked,and has to
    turn back to original color when the other link is clicked,
    i tried with style sheets,when i click on the link color is changing,but
    when the newpage loads,its turn back to the original color,...
    See more | Go to post

    Leave a comment:


  • subashinicse
    replied to To change the link color
    ok
    it would be very helpful,thankyo u...
    See more | Go to post

    Leave a comment:


  • subashinicse
    replied to To change the link color
    if i make use of stylesheet
    with a:visited color as some color
    all the visited link will change to that color.
    i want the link color to be changed only for the link
    i click,and if i click on the another link the previous link
    should change to the default color.
    because i have 3 ,4 links on the same page.

    thanks for your help....
    See more | Go to post

    Leave a comment:


  • subashinicse
    replied to To change the link color
    A:link {
    color: white;
    text-decoration: none;
    }

    A:visited {
    color: white;
    text-decoration: none;
    }

    A:hover {
    color: #828282;
    text-decoration: none;
    }
    A:active {
    color: blue;
    text-decoration: none;
    }

    its my style sheet..
    i made the active link color as blue,but
    when i click on the link,after the...
    See more | Go to post

    Leave a comment:


  • subashinicse
    replied to To change the link color
    i dont have more idea about setting the link color inside
    server side code,am new to this,can you give
    me the idea of how to set the link color?
    am using struts.

    it would be very helpful,thank you...
    See more | Go to post

    Leave a comment:


  • subashinicse
    replied to To change the link color
    yes sir,new page will load when i click on the link...
    See more | Go to post

    Leave a comment:


  • subashinicse
    replied to To change the link color
    [HTML]<%@ taglib uri="/pages/tld/struts-bean.tld" prefix="bean" %>
    <%@ taglib uri="/pages/tld/struts-html.tld" prefix="html" %>
    <%@ taglib uri="/pages/tld/struts-logic.tld" prefix="logic" %>
    <%@ page import="com.mas s.drm.usermanag ement.VO.UserVO " %>
    <html>
    <head>
    <script>
    function...
    See more | Go to post
    Last edited by acoder; Mar 20 '07, 09:52 AM. Reason: Code in tags

    Leave a comment:


  • subashinicse
    replied to To change the link color
    To change link color

    hi to everybody,
    am new to this forum..
    am working with J2ee,i have a jsp page where i have
    some links,i want to change the link color when it is click,and it has to
    turn back to original color when the other link is clicked,
    i tried with style sheets,when i click on the link its changing its color,but
    when the form loads ,its turning back to the original color,i want...
    See more | Go to post

    Leave a comment:


  • subashinicse
    started a topic To change the link color

    To change the link color

    hi to everybody,
    am new to this forum..
    am working with J2ee,i have a jsp page where i have
    some links,i want to change the link color when it is active,and it has to
    turn back to original color when the other link is active,
    i tried with style sheets,when i click on the link its changing its color,but
    when the form loads ,its turning back to the original color,i want the color
    to stay even after...
    See more | Go to post
No activity results to display
Show More
Working...