4 items | 3 visits
bookmarks/notes about Taspetry 5
Updated on Mar 16, 09
Created on Mar 15, 09
Category: Computers & Internet
URL:
All incoming requests originate with the TapestryFilter, which is configured inside the application's web.xml.
The TapestryFilter is responsible for a number of startup and initialization functions.
When it receives a request, the TapestryFilter obtains the HttpServletRequestHandler service, and invokes its service() method.
All incoming requests originate with the TapestryFilter, which is configured inside the application's web.xml.
The TapestryFilter is responsible for a number of startup and initialization functions.
When it receives a request, the TapestryFilter obtains the HttpServletRequestHandler service, and invokes its service() method.
The ActionLink component creates an action URL.
The URL identifies the page that contains the component ("chooser"), the type of event (unless it is "action", the default and most common event type), the id of the component within the page ("select"), plus the additional context value(s).
A sample URL: http://localhost:8080/chooser.select/3.
When there are additional context values, they are appended to the path.
4 items | 3 visits
bookmarks/notes about Taspetry 5
Updated on Mar 16, 09
Created on Mar 15, 09
Category: Computers & Internet
URL: