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

4.2 (12)
close
close
Tapestry 5: Building Web Applications

Tapestry 5: Building Web Applications

4.2 (12)

Overview of this book

Table of Contents (17 chapters)
close
close
Tapestry 5
Credits
About the Author
About the Reviewers
Preface
Foreword
3
Where to Go Next

Submit Component


Right now we are using a basic HTML control to submit the registration form, but it takes very little effort to convert it into a Tapestry Submit component. This is how it will look then:

<input type="submit" t:type="submit" t:id="submitButton"
value="Submit"/>

We also need to add an event handler for this button to the Registration page class:

@OnEvent(component="submitButton")
void onSubmitButton()
{
System.out.println("Submit button was pressed!");
// TODO: Some code to actually register the user
}

Run the application, enter some values into the registration form and submit it by clicking on the button. You should see an output similar to this:

Setting user name: john
Setting password: abc
Setting gender: MALE
Setting subscribe: false
Submit button was pressed!
The form was submitted!

The event handler for the submit control runs exactly before the form submission handler, and so all the values submitted by the user are available to it.

Now, to give the logic of the...

Visually different images
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