By roger.keays
via ninthavenue.com.au
Published: Feb 15 2013 / 01:44
Have you ever used a URL pattern something like this? http://localhost/app/widgets/WidgetEditor.xhtml?id=300 or perhaps this? http://localhost/app/widgets/300/edit Well, as a JSF developer you've probably already realized a little problem. How do you remember the id from request to request?
Add your comment