User Profile

Collapse

Profile Sidebar

Collapse
SagarDoke
SagarDoke
Last Activity: Sep 4 '09, 10:36 AM
Joined: Feb 7 '08
Location: Pune
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • SagarDoke
    started a topic Regarding Java Batch Update on DB
    in Java

    Regarding Java Batch Update on DB

    Is it possible to use batch update on store procedure with register out parameter?
    If not then is there any way to get register out parameter values with batch update?
    See more | Go to post

  • SagarDoke
    replied to YUI Calendar
    Hi,

    I can use textbox with calendar button. But its a client requirement. :-)
    If its not possible then I can say that. but if its possible then I cant. I have to create gui as they want.
    See more | Go to post

    Leave a comment:


  • SagarDoke
    replied to YUI Calendar
    Hi,

    Please find the attachment for image file.

    I want to create a combobox with default value is today's date.
    And onchange of value or on click event calendar will be displayed as an option....
    See more | Go to post

    Leave a comment:


  • SagarDoke
    started a topic YUI Calendar

    YUI Calendar

    How to add YUI calender to combobox dropdown panel?

    I mean,

    Code:
    <select id="calCombo" onclick="showCal()"></select>
    
    function showCal()
    {
       var op = new Option(Calendar object);
       calCombo.options[1]=op;
    }
    like this.

    Is there any way to add calendar to option[1] panel of combobox? Above one its just an example. Can I get the right...
    See more | Go to post
    Last edited by acoder; Feb 16 '09, 09:27 AM. Reason: Added [code] tags

  • SagarDoke
    started a topic PGP Encryption/Decryption
    in Java

    PGP Encryption/Decryption

    I have encrypted the file (PGP encryption) thru java using Bouncy Castle libs.

    Now, how to decrypt that file?

    Thanks.
    See more | Go to post

  • SagarDoke
    started a topic Convert Excel to PDF
    in Java

    Convert Excel to PDF

    Hi all,

    Is there any way to convert or export excel file into pdf file in Java?
    Currently, I'm using POI to create an excel file. I want to convert that file to PDF file.

    Thanks.
    See more | Go to post

  • SagarDoke
    started a topic Firefox 3 problem

    Firefox 3 problem

    Hi all,

    I wanted to browse a file using HTML.
    So, I have written this code:

    [HTML]<input type="file" style="height:2 2px" size=30 name="file" id="file"><br>< br>[/HTML]

    and JavaScript code for get the path of that selected file as
    [HTML]var file_name = document.getEle mentById('file' ).value;
    alert(file_name );
    [/HTML] ...
    See more | Go to post

  • SagarDoke
    started a topic Accessing File Problem
    in Java

    Accessing File Problem

    Hello everybody,

    I've written html code for browsing an excel file. I am sending browsed file path to servlet. Then that file will be read by java program. Its working on windows successfully. After that i deployed this project on linux server and run that from window.
    My first html page is displaying correctly. I browsed the file, which is located on 'C' drive in windows. Then after clicking submit button on page that file...
    See more | Go to post

  • SagarDoke
    started a topic Create an excel file using java
    in Java

    Create an excel file using java

    I have a txt file. I want to add the data from that file into the excel file using java.

    That data is delimited by spaces as follows:

    1 Sagar Doke Address Roll No. City
    2 ABC Address Roll No. City

    Then how to add this data column by column into the excel file?
    Please help me. It's urgent.
    See more | Go to post

  • Ok. Now its working fine. Thank you very much....
    See more | Go to post

    Leave a comment:


  • but i'm have to use yui. for that i have written a code like this

    [code=javascript]

    var callback =
    {
    success : openresultSet,
    failure : dt_openALL.onDa taReturnInitial izeTable,
    scope : dt_openALL,
    cache : false
    };

    ds_openAll.send Request("name=g etAllClosed&Ski ll_ID_List="+sk Ids+"&UID=" + uid,call...
    See more | Go to post
    Last edited by acoder; Apr 29 '08, 10:14 AM. Reason: fixed code tag

    Leave a comment:


  • Thanks,
    i'm getting values.

    But now another problem is there in ie.
    For yui datatable, values are not getting updated dynamically. I think cache problem is there. Because after deleting the history(cache) its working. Same code is working on firefox without deleting history(cache). Is there any way to reset the cache for ie in javascript or in yui?...
    See more | Go to post

    Leave a comment:


  • No, there is no any error. But values are not getting set into the datatable....
    See more | Go to post

    Leave a comment:


  • XML problem

    hi all,

    [CODE=xml]<?xml version="1.0"?>
    <Company>
    <employee>
    <name>Kedar</name>
    <cell>+91123456 7891</cell>
    <street>abc</street>
    </employee>
    <employee>
    <name>Sagar</name>
    <cell>+91123456 7891</cell>
    <street>abc</street>...
    See more | Go to post
    Last edited by acoder; Apr 28 '08, 12:09 PM. Reason: Added code tags

    Leave a comment:


  • IE problems: can't get combobox value/cached results

    I have written one code for combobox in html.

    [HTML]<label style="margin-left:450px" for="clientName ">Client Name:</label>

    <Select style="margin-left:31px" name="clientNam e" id="clientName " onchange = 'getCallCenter( )'></Select>[/HTML]

    Now javascript ,

    [CODE=javascript]function getCallCenter()
    {
    var...
    See more | Go to post
    Last edited by gits; Apr 23 '08, 07:21 AM. Reason: added code tags

  • YUI - update/set data table cell of selected row dynamically with diff. vals (XML)

    hi all,

    i am using yui framework. in that i want to update or set datatable cell of selected row dynamically by different value. can anybody please tell me how to do that?
    See more | Go to post

  • SagarDoke
    started a topic HashMap problem
    in Java

    HashMap problem

    Is it possible to put hashmap within a hashmap?

    My code is,

    while (rs.next())
    {
    i++;
    current_client_ id = rs.getInt(1);

    if(i==1)
    {
    clientIdMap.put (rs.getInt(1), callCenterIdMap .put(rs.getInt( 2), rs.getString(3) ));
    }
    else if(current_clie nt_id != previous_client _id)
    {
    callCenterIdMap = new HashMap<Integer ,...
    See more | Go to post

  • SagarDoke
    started a topic problem in loading a js file through jsp

    problem in loading a js file through jsp

    Hello,

    this is my servlet:

    [CODE=java]String skill_id = request.getPara meter("skill_id ");

    request.setAttr ibute("Skill_id ", skill_id);

    RequestDispatch er rd = request.getRequ estDispatcher(" TerminationSele ction.jsp");

    rd.forward(requ est,response);
    [/CODE]
    from here i'm calling jsp page, with parameter Skill_id.

    i'm...
    See more | Go to post
    Last edited by acoder; Mar 14 '08, 12:33 PM. Reason: Added code tags

  • SagarDoke
    replied to EXT js-javascript library
    [CODE=javascript]Ext.onReady(fun ction(){
    var win;
    var button = Ext.get('show-btn');

    button.on('clic k', function(){
    // create the window on the first click and reuse on subsequent clicks
    if(!win){
    win = new Ext.Window({
    el:'hello-win',
    layout:'fit',
    width:500,
    height:300,...
    See more | Go to post
    Last edited by gits; Feb 14 '08, 02:53 PM. Reason: added code tags

    Leave a comment:


  • SagarDoke
    started a topic EXT js-javascript library

    EXT js-javascript library

    i am using ext js - javascript library. i wrote a program using ext class. when i was executing it, it was giving error, that ext class is not found. then how can i set the path of ext class. or there is any other way to implement this js file?
    See more | Go to post
No activity results to display
Show More
Working...