Search:

Type: Posts; User: prabhat11

Search: Search took 0.07 seconds.

  1. Thread: struts2

    by prabhat11
    Replies
    0
    Views
    1,086

    struts2

    Hi,
    i want to transffer controll from jsp page to html page where i want my the different variable(applicatio level) to fetch and do some business login on that(html).
    could...
  2. Thread: java jsp

    by prabhat11
    Replies
    0
    Views
    1,188

    java jsp

    Hi,
    i want the java variable value to be found in html page.which html page is being forwaded/ redirected by jsp
  3. Re: STRUTS:SEVERE: Error filterStart ,Context [/Project_name] startup failed due to previous errors project not start.

    Hi Prem
    the things behind this error is that :-
    1.>the web.xml file does not have filter entry correctly written.or the version of struts filter is not matching with the filter name written...
  4. Thread: Java

    by prabhat11
    Replies
    4
    Views
    1,097

    Re: Java

    Now giving the code:


    class Students
    {
    String name;
    int age;
    Date dob;
    }
    class SortList
  5. Thread: Java

    by prabhat11
    Replies
    4
    Views
    1,097

    Java

    Hi
    I have asked for a question that is we have a class named Student that has some fields like name,age and date of birth.
    i have to write a programm that can sort the list of students on the...
  6. Re: Java code to find the smallest number from a two dimensional array

    Thanks Sir
    giving the code...

    --- Update ---

    here is the code to take input for two dimensional array
    and displaying it........
  7. Java code to find the smallest number from a two dimensional array

    Hi,
    i need the code to find the smallest number in a two dimensional array.
    pls help me.....

    Thanks..
  8. Thread: Struts 2

    by prabhat11
    Replies
    1
    Views
    1,568

    Struts 2

    Hi
    we are using FilterDispatcher as the controller. why we did not use PrepareAndExecuteMethod.
    if using it.application gives error. unable to start filter. or error in filterstart
  9. Replies
    3
    Views
    3,616

    Re: Struts2 without execute method

    As nicky said ...........
    we need to add the method tag in <action method="method name to be executed on instead of execute method/>
  10. Thread: webservice

    by prabhat11
    Replies
    1
    Views
    1,509

    webservice

    HI,
    one more query i want to create soap besd web-service from database. i am using myeclipse editor.
    i have a requirment where i have to expose a table as webservice. could you guide me by giving...
  11. Replies
    8
    Views
    1,526

    Re: About java library

    A lot of Thanks............

    one more query i want to create soap besd web-service from database. i am using myeclipse editor.
    i have a requirment where i have to expose a table as webservice....
  12. Replies
    8
    Views
    1,526

    Re: About java library

    Thanks
    actully i want to know ,how we can make my own construct like this.
  13. Replies
    8
    Views
    1,526

    Re: About java library

    Hi
    Thanks for your reply.......
    Actually i am unable to understand the actual meaning of that chapter.
    the things is that i want to know the where for and do while are...
  14. Replies
    8
    Views
    1,526

    About java library

    Hi,
    where the definition of for,do while is defined in java library.
    i mean what is the internal definition of for and do--while.
  15. Replies
    8
    Views
    1,749

    Re: java code to create ticket

    yes numeric value increamented by 1 each time
  16. Replies
    8
    Views
    1,749

    Re: java code to create ticket

    Actually my problem is how to create such unique id i.e java code to create it.
  17. Replies
    8
    Views
    1,749

    Re: java code to create ticket

    Hi Norm, Thanks for replying , Actually i need to create a helpdesk system, that will generate such id which is increamented each time by 1 but it would be prifixed with some string symbol like:-...
  18. Replies
    8
    Views
    1,749

    java code to create ticket

    hi,
    i need java code to creat uninque id each time i submit a form.
    how i can crate it.
Results 1 to 18 of 18