I have a tapestry url that looks like
http://localhost:8888/forwardtask/88
how do i get the 88 bit? thanks. Tapestry is such a pain to use
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Have a look at the page navigation section in the Tapestry 5 docs, particularly Page Activation.
Effectively, you’ll want this in your page class:
This bit will execute before the page renders if there is a parameter in the URL.
Tapestry has some non-obvious concepts that you’ll have to understand to be effective, but it’s not rocket science. Good luck!