Skip to content Skip to sidebar Skip to footer
Showing posts with the label Jsp

Pretty Print Xml Data In Jsp

How do I pretty print (ie. with indentation) XML data in the JSP? I have the following code: Soluti… Read more Pretty Print Xml Data In Jsp

Making Newsletter(html) With Springframework3

I am sending newsletter like below with Springframework 3. private void sendMail(Map mailInfo) thr… Read more Making Newsletter(html) With Springframework3

Change Row Color Based On Td Value Using Jquery

I have a table that gets populated from a database. I have 2 conditions that i need to apply Apply… Read more Change Row Color Based On Td Value Using Jquery

Convert .jsp Or Html File To Pdf

Does anyone knows how to convert a jsp or html file to pdf format using Java? Something else than f… Read more Convert .jsp Or Html File To Pdf

Ftp Look A Like Application In Java/html

What would be a better approach to develop a FTP look a like application as the one shown below . I… Read more Ftp Look A Like Application In Java/html

How To Have Multiple Radio Buttons With Different Functionality?

I am working on a project in which I need to make an HTML page with couple of radio buttons. First… Read more How To Have Multiple Radio Buttons With Different Functionality?