|
| The basic trick to making a multipage form is to have one variable that will contain all the data, then have several different pages, each with its own Data Page builder, all pointing at the same variable. Then, add a Data Field Modifier to each page, hiding all the fields that you don't want on ... |
|
Overview
The Java Portlet Specification 2.0 added the concept of Portlet Filters, to allow for code to be called on portlet initialization, destruction and action, event and render phases, so that developers could intercept portlet requests and insert additional functionality to ... |
|
Brought to you by the WebSphere Portlet Factory Development Team
© Copyright International Business Machines Corporation 2006, 2009. All rights reserved.
This document is a collection of best practices, tips, and suggestions from the WebSphere Portlet Factory development team. It ... |
|
| WebSphere Portlet Factory uses the Apache Log4j logging services to log warnings, errors, exceptions, statistics and debugging information to a deployed WAR's WEB-INF/logs folder. These logs and the information they provide can give you a lot of clues and information to use when debugging and ... |
|
Question: How do I access form inputs from a portlet page? New users often ask: How do I access form inputs from a portlet page? My code in the page works when I run it standalone, but not when run as a portlet. First of all, you really shouldn't have to hand code any Java in pages ... |