Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    13
    Views
    2,560

    Re: [jsp/jsf] Send string(file name) to other class

    Do the opposite of what your code does. Create an image, call the set method in a loop and write it to disk
  2. Replies
    13
    Views
    2,560

    Re: [jsp/jsf] Send string(file name) to other class

    For debugging You need to start with the first place the name is set and print it out. Then every time its value is changed, print it out. One of those print outs will show it being set to a null...
  3. Replies
    13
    Views
    2,560

    Re: [jsp/jsf] Send string(file name) to other class

    How do you know the value of name here? You do not print it out.
  4. Replies
    13
    Views
    2,560

    Re: [jsp/jsf] Send string(file name) to other class

    Cross posted at Send string(file name) to other class - Dev Shed
  5. Replies
    13
    Views
    2,560

    Re: [jsp/jsf] Send string(file name) to other class

    Where in the code is filename given a non-null value? The only way you will know if the value is not null is if you print it.
    Add printlns to all the places where a value is passed and set to see...
Results 1 to 5 of 5