[b]public[/b] ActionForward perform(
ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
[b]throws[/b] IOException, ServletException
{
String dynPath="[green][i]$$$$$$[/i][/green]";
[gray]// ...[/gray]
[b]return[/b] [b]new[/b] ActionForward(dynPath);
}