Search:

Type: Posts; User: kalees

Search: Search took 0.06 seconds.

  1. Replies
    0
    Views
    1,884

    Print Content on Pre Printed Sheet

    Hi !!!

    I am working on Marketing Project using simple Jsp and Servlet.I want to print Invoice on pre printed sheet.
    I don't have an idea,how to do that.please give me...
  2. Thread: display time

    by kalees
    Replies
    0
    Views
    1,886

    display time

    Hi!

    I am working in web application project.in my jsp page,i need to display current running time.how i go about it?..
    for that do i need to go ajax?.

    ...
  3. Replies
    3
    Views
    4,493

    static final object

    Hi !!!

    I am little bit confused with static final object....i have done a sample pgm,i jst intialized
    one final static obj,

    after that i called ths static obj,i added two...
  4. Replies
    1
    Views
    2,515

    Plugin the struts2 framework

    Hi!

    I am using struts1.2 with netbeans,I want to use struts2 framework,...How to
    Plug in to my netbeans,Netbean version is 6.7.
  5. Replies
    1
    Views
    4,063

    Struts drop down

    HI!

    I am working on struts1.2,i want to develop registration form in my appln,
    In my screen,I have country drop down box and state drop down box,the country values i need to get it from...
  6. Thread: Static method

    by kalees
    Replies
    4
    Views
    2,184

    Re: Static method

    Thanks,

    But there is also double value argument is there right?...so when i passing the value more than int value,it should automatically call the double value argument method...
  7. Thread: Static method

    by kalees
    Replies
    4
    Views
    2,184

    Static method

    Hi!
    I put this small code here..!,I want to know,why always taking int argument passed method 1ly its taking?....

    how do i improve my java coding level,when i attending written test...
  8. Replies
    5
    Views
    3,525

    Re: String Vs StringBuffer

    Yes!

    I am doing web application banking project,in struts frame work,
    in my action class i am getting query result from different tables,so my QueryManager will return
    ...
  9. Replies
    5
    Views
    3,525

    Re: String Vs StringBuffer

    Thanks,

    But i am having different querys in my action class,each time i calling queryManager,i am jst passing the query,....

    eg :




    ...
  10. Replies
    5
    Views
    3,525

    String Vs StringBuffer

    Hi!

    I am working in web application project,
    I have a doubt,when should use String and String Buffer,


    I know the concept String in immutable and...
  11. Replies
    3
    Views
    3,659

    Re: Track the user session list

    public class SessionManager implements HttpSessionListener {

    @Override
    public void sessionCreated(HttpSessionEvent sessionEvent) {
    // This is called whenever a new session...
  12. Replies
    3
    Views
    3,659

    Track the user session list

    How do we have a track of users who have logged in? I want to have a table of record with usernames and the status(logged in or logged out).

    Whenever the user logs in, the status shud indicate he...
  13. Thread: Searching Data

    by kalees
    Replies
    3
    Views
    3,038

    Re: Searching Data

    Yes..!

    I am going to display all the data,if suppose the user not giving specific keysearch....
    So,..which one i should take,...can u tell me which method i should follow,....and...
  14. Thread: Searching Data

    by kalees
    Replies
    3
    Views
    3,038

    Searching Data

    Hi!

    I am going to create search facility for my package.So what i have planned,
    going to keep one common Search Jsp and then one java class for getting data from the database send the...
  15. Thread: useBean

    by kalees
    Replies
    3
    Views
    2,205

    [SOLVED] Re: useBean

    Hi!

    Thanks,Yes after remove those tags,...Its WORKING...........Thanks once again
  16. Replies
    2
    Views
    5,228

    Struts combobox edit

    Hi!

    I am using struts1,i want to give the user option like combo box list editable option...

    in the sense the user can enter his own data if the user could't find list in the list box.
  17. Replies
    2
    Views
    1,851

    My doubt may be stupid

    Hi!

    I having a stupid doubt....Sorry for asking ths....

    when we creating Interface or abstract class we defining method,after that
    we extends ths interface or abstract class...
  18. Thread: useBean

    by kalees
    Replies
    3
    Views
    2,205

    [SOLVED] useBean

    Hi!

    i want to pass the bean value from one page to another jsp page,so for that i
    have done a code like this,But i am getting null value,help me out how to do that,.....

    first jsp:

    ...
  19. Replies
    6
    Views
    2,116

    Garbage Collection?

    Hi.....



    String a[] = new String();
    String userName = "";
    a[0]="Kalees";
    userName = a[0];
    a[0]=null;
Results 1 to 19 of 19