is there any alternative ways to generate dynamic list in jsp ...

i want to avoid jdbc connectivity code in jsp....

with out jdbc connectivity in jsp...i need to generate dynamic select list??

Recommended Answers

All 2 Replies

you shouldn't have any java code in your jsp, not just jdbc connectivity code.
this might be a good time to start reading up on servlets, the whole 'MVC' story and the possibilities it gives.
since we don't know what it is you're trying to generate (you could always run a few random generators, of course), tons of ways to create dynamic lists, but doesn't mean they're all decent solutions.

Hi sathya88,
if you want to learn MVC just check this

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.