Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Tapestry 5: Building Web Applications
  • Table Of Contents Toc
Tapestry 5: Building Web Applications

Tapestry 5: Building Web Applications

By : Alexander Kolesnikov
4.2 (12)
close
close
Tapestry 5: Building Web Applications

Tapestry 5: Building Web Applications

4.2 (12)
By: Alexander Kolesnikov

Overview of this book

This book is for those who want to build sophisticated Java web applications quickly and easily. It assumes that the reader is reasonably comfortable with the Java programming language, but no knowledge of web technologies is needed. For experienced Servlet, JSP, or Struts developers, the book will show an alternative way that will allow them to raise their productivity to an incomparable level. With this book you will see that a contemporary component-based framework can be easy to learn and a pleasure to work with.
Table of Contents (17 chapters)
close
close
Tapestry 5
Credits
About the Author
About the Reviewers
Preface
Foreword
3
Where to Go Next

Cross-Form Validation


We do need to perform custom validation in a couple of places. First of all, at the Registration page we should check whether the two versions of password are identical, and if not, we should report a problem.

To begin with, we need to have a reference to the Form component to record any eventual error in the page class code, and it is very easy to get:

@Component
private Form registrationForm;

Here the name of the private class member is the same as the ID of the Form component, so we do not need to clarify exactly which form we mean here.

We can record an error in the form in two ways—specifying the component which is in error and without mentioning any components. In the first case, the specified component will be marked as an error. Let's say that if passwords do not match, we want to mark the password component as an error. For this, we need to have a reference to this component in the page code:

@Component(id="password")
private PasswordField passwordField;

Here...

CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Tapestry 5: Building Web Applications
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon