Matt RaibleMatt Raible is a Web Developer and Java Champion. Connect with him on LinkedIn.

The Angular Mini-Book The Angular Mini-Book is a guide to getting started with Angular. You'll learn how to develop a bare-bones application, test it, and deploy it. Then you'll move on to adding Bootstrap, Angular Material, continuous integration, and authentication.

Spring Boot is a popular framework for building REST APIs. You'll learn how to integrate Angular with Spring Boot and use security best practices like HTTPS and a content security policy.

For book updates, follow @angular_book on Twitter.

The JHipster Mini-Book The JHipster Mini-Book is a guide to getting started with hip technologies today: Angular, Bootstrap, and Spring Boot. All of these frameworks are wrapped up in an easy-to-use project called JHipster.

This book shows you how to build an app with JHipster, and guides you through the plethora of tools, techniques and options you can use. Furthermore, it explains the UI and API building blocks so you understand the underpinnings of your great application.

For book updates, follow @jhipster-book on Twitter.

10+ YEARS


Over 10 years ago, I wrote my first blog post. Since then, I've authored books, had kids, traveled the world, found Trish and blogged about it all.

[ANN] Display Tag 1.0 Released

After almost 4 years, the Display Tag has finally released version 1.0! Thanks to Fabrizio for all his hard work on this project.

Posted in Java at Jan 01 2005, 02:14:59 PM MST 3 Comments
Comments:

On the export options at the bottom of the display tables I find an interesting problem (firefox). Whenever I click to export the selected option (csv, xls, pdf, etc) the save dialog assigns a jsp extension automatically. It's no problem for me to know that all I need to do is change the extension to make sure the right program is associated, but I'm sure I don't need to mention how complicated this could get with the average user.

It appears that this may be only a firefox issue, as Safari didn't have the problem. I have not tried it on Explorer.

Any ideas on how to remedy this?

Posted by David Thompson on January 02, 2005 at 12:33 PM MST #

Hi, The source code is not available with the download. Is it restricted now? regards fargo

Posted by fargo on January 03, 2005 at 05:33 AM MST #

> Whenever I click to export the selected option (csv, xls, pdf, etc) the save dialog assigns a jsp extension automatically

this is the default behaviour, which is usually used when you want to display a file directly in the browser. You can however configure a file name in displaytag properties if you want to force a download and give the file a correct extension.

> The source code is not available with the download. Is it restricted now?

You can download it from here: http://sourceforge.net/project/showfiles.php?group_id=73068

enjoy
fabrizio

Posted by Fabrizio Giustina on January 03, 2005 at 07:09 AM MST #

Post a Comment:
  • HTML Syntax: Allowed