Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

In jsp + Spring Mvc, is there a way to render the UI just by sending the component tree ?

I mean if I want a table to be drawn, I send the components for that or if I need a form I send components for that. We can use the delegation pattern to delegate the creation of the components.

Can someone please tell me if that's possible in jsp + spring Mvc ?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.