I am trying to set a
JSP page as the return part of an action (it is a different jsp page than the
one submitted to the Action). I know that you can use rundata.setScreenTemplate(
) to set the item to return to but when is that informatioin stored (i.e. the
names of the template you want to return to). For example:
String
returnTemplate =
JetspeedResources.getString(JetspeedResources.CHANGE_PASSWORD_TEMPLATE,
"ChangePassword");
rundata.setScreenTemplate(returnTemplate)
Will return you to
the Change Password page.
Does any know where
the information on a template (JSP) page is
kept?
This message may contain proprietary or confidential company information. Any unauthorized use or disclosure is prohibited.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
