All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.tapestry5.corelib.components.PageLink.xdoc Maven / Gradle / Ivy

Go to download

Central module for Tapestry, containing interfaces to the Java Servlet API and all core services and components.

There is a newer version: 5.8.6
Show newest version

    

        

We're continuing with the example introduced in the Grid examples.

The UserList page renders a series of page links, passing the user id as the context:

${user.lastname} ]]>

The ViewUser page is responsible for converting that user id back into a User instance, by providing an event handler method for the "activate" event.

View User

]]>

Rendering out the User object, using a BeanDisplay component, is easy, and the template doesn't have to know or care about the page activation context; it just reads the user property.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy