User Profile

Collapse

Profile Sidebar

Collapse
msg2ajay
msg2ajay
Last Activity: Mar 18 '08, 09:02 AM
Joined: Jun 26 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • msg2ajay
    started a topic problem with log4j.xml
    in Java

    problem with log4j.xml

    hello,
    I have configured %CATALINA_HOME% in Win Environ.But as I configured to "${catalina.hom e}/MQLog/info/info.log" for "file" in log4j.xml I can't see the log file after running my application.

    i have place INFO in my code, I can see INFO log in Tomcat console,

    my log4j.xml file is as below.
    ---------------------------

    [code]
    <?xml version="1.0"...
    See more | Go to post

  • Server did not recognize the value of HTTP Header SOAPAction

    hello friends,
    I wrote a WebService client as below

    Code:
    import org.apache.axis.client.Call; 
    import org.apache.axis.client.Service; 
     
    import javax.xml.namespace.QName; 
     
    public class AtmuClient 
    { 
            public static void main(String [] args) { 
                   try { 
                            String req="request";
    ...
    See more | Go to post
    Last edited by RedSon; Jan 15 '08, 03:40 PM.

  • i got the solution

    ThanQ Acorder
    See more | Go to post

    Leave a comment:


  • how to pass a parameter through document.form.action ..?

    hi friends,
    i have 3 buttons 'add','update,' delete' in my jsp what i want is depending on the button name i am trying to do the actoin.

    Below i have given my function -----> field i will get my "Button Name"...

    My question is how can i send a button name just like a parameter to servlet?
    like for ex:
    "../Customer?field. name" <--------- is this...
    See more | Go to post

  • msg2ajay
    started a topic how to align an image in the header of the page

    how to align an image in the header of the page

    hello friends,
    I am trying to put an image in the HEADER of the page. But i am getting slight empty space(white space) around the image nearly a letter gap in left,top. Is there any way to align the image to left and top most corner of the page. my code is ...

    Code:
    <body leftmargin="0" topmargin="0">
    <table cellspacing="0" cellpadding="0" marginwidth="0"
    ...
    See more | Go to post

  • getting error with simple request applicaton in Ajax & jsp

    hello,
    i am very new to Ajax i have tried an example but it showing some error can anybady tell me where i am doing mistake... my coding is as follows

    ajax.html:
    -----------

    <html><body><sc ript type="text/javascript">
    function ajaxFunction()
    {
    var xmlHttp;
    try
    { // Firefox, Opera 8.0+, Safari ...
    See more | Go to post

  • how to pass a SPAN id to the .js function.....

    hello ,
    i have to pass a 'span' id to the javascript function'. how can i pass that.

    when i tried like below it is working!!! may the function is in the same page....
    eg:
    ----
    Code:
    <html>
                function dscptAction(){
                    var obj = document.getElementsByTagName("span");
                    for(i=0;i<obj.length;i++){
    ...
    See more | Go to post

  • how to allign the text box to the top of the form

    hi,
    I am not able to align the textfield to the top of the frame one bye one. The problem is it is showing where it is hiding..... so is it possible to allign to the top top of the form one by one. I am sending the sample code.

    [CODE=javascript]
    <html>
    <head>

    <script type="text/javascript">
    ...
    See more | Go to post

    Leave a comment:


  • how to align the text box to the top of the form

    hi,
    I am not able to align the textfield to the top of the frame one bye one. The problem is it is showing where it is hiding..... so is it possible to allign the text field to the top of the form one by one. I am sending the sample code.

    [CODE=javascript]
    <html>
    <head>

    <script type="text/javascript">
    function changeme(field) {
    var val= field.value;...
    See more | Go to post
    Last edited by acoder; Aug 23 '07, 09:20 AM. Reason: close code tag

  • hi, <div style="visibility:hidden" id="hid"> is not working in table

    hi,
    i am working on <div> i have to hide some part of the table. I am not able to hide that table part can anybady tell me where is the error.
    [CODE=html]
    <html>
    <head>

    <script type="text/javascript">
    function callme(){
    document.getEle mentById("hid") .style.visibili ty="visible";
    ...
    See more | Go to post

  • msg2ajay
    started a topic how to set the value of <select> dynamically

    how to set the value of <select> dynamically

    hi all,
    I have a problem with <html:select> i am getting a value from the database
    but it is not setting to my <select value>. Can any bady tellme what is the problem. My code is given below..


    Code:
    <html:select property="conttitle" styleClass="dropdown" value="${conttitle}">
            <html:option value="1">1 - Mr</html:option>
    ...
    See more | Go to post

  • i am giving tow code's of two files.
    Case1,Case 2
    in case1 my code is working fine but not working in case2... why?
    In Case1 i placed my function getRimData() in 'onChange()',
    bue in Case 2 i place in javascript function. what is the difference?



    Code:
    case 1:--->html:select onChange one javascript method is calling and it is wroking fine but i want, like case2:
    
    case1:
    ...
    See more | Go to post

    Leave a comment:


  • hi,
    i have alerady passed the 'this' in that but i am getting same error again



    hi,

    while copying from my page it just not copied.... the code is like this....
    <html:select property="lbrok ercd" value="" onchange="doAct ion()"/>

    My question is how to call a method inside a javascript function?.Acuta lly my idea is as below.
    ...
    See more | Go to post

    Leave a comment:


  • how to write an action in javascript function

    hi,
    Below getRimData() is a function which will call .js file. It is included in
    Code:
    <html:select property="lbrokercd"  value="" [B]onchange="document.forms[0], '/ILICTreasury/banker-web/X32.do', this, 'IX3201')"[/B]>
    ---------> IT IS WROKING WELL

    <head>
    Code:
    function doAction(){
    getRimData(document.forms[0], '/ILICTreasury/banker-web/X32.do',
    ...
    See more | Go to post

  • hi,

    Clearly my code is like this.... is it possible like this or something like this

    <html>
    <head>
    <script language="JavaS cript">

    function checkme(strVal) {
    document.forms[strVal].focus(); //(FIREFOX)
    }
    </script>
    </head>
    <body>
    <form>
    NAME..<input type="text" name="empName"...
    See more | Go to post

    Leave a comment:


  • focus is wroking in IE but not working in FF

    hi,

    Below is the code which is working for IE but not working for FF...
    can any bady tel me how to set focus for FF... as shown below. The below there is to focus() where 'all' is wroking for IE and FORMS[] is not working for FF..



    Code:
    <html>
    <head>
    <script language="JavaScript">
     
     function
    ...
    See more | Go to post

    Leave a comment:


  • msg2ajay
    started a topic focus is working in IE but not working in FF

    focus is working in IE but not working in FF

    hi,
    i have tried like this ... but i am not able to continue with this code... any bady hav idea on this???

    Code:
    <html>
    
    <head>
    <script language="JavaScript">
     
    function checkme(strVal){
    	
    			var id=strVal;
    		[B]---------->[/B]	[B]document.forms[0].+id+.focus();[/B]
    }
    </script>
    
    </head>
    <body>
    ...
    See more | Go to post
No activity results to display
Show More
Working...