I want to fetch a set of data from the database and display in the form of a table in the mobile console with frontend as xhtml and backend as servlet.
I tried using the list but got some null pointer exception. I guess its because i cannot use the jsp tags in my xhtml file.
I also wanted an idea as how to go about with xhtml parsing?
I tried using the list but got some null pointer exception. I guess its because i cannot use the jsp tags in my xhtml file.
I also wanted an idea as how to go about with xhtml parsing?
Comment