1
0
-1

I tried looping through all the form data variables.. But the process ID changes randomly.. And to access a particular field element we need to give the record id which is unknown if some one else use the application... So I need help to retrieve all the formdata from the table name and to perform operations on them individually... Please answer as soon as possible

  1. panda

    may be u can share with others what u ald done? so that we can know better on what u r trying.

CommentAdd your comment...

1 answer

  1.  
    1
    0
    -1

    Hi, the question isn't really clear, but if you just need to retrieve form data from the db tables then you can use standard Java JDBC to query the db. You could do it in BeanShell tool or binder, or in a custom plugin, depending on what you really need to do.

      CommentAdd your comment...