- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
JSP Validation in 7.2
Hi All,
I have trying to add custom JSP validation in 7.2 for request forms. Below are the steps that i have performed
- Uploaded the JSP to Admin > User Interface > JSP
- Updated the form validation to /aveksa/custom/jsp
However, the validation is not happening at all. Am I missing any step here and has anything changed in new version ?
Regards,
Priti
- Tags:
- 7.2
- 7.2 Enablement Hub
- Enablement
- Enablement Hub
- Identity G&L
- Identity Governance & Lifecycle
- IG&L
- IGL
- RSA Identity
- RSA Identity G&L
- RSA Identity Governance & Lifecycle
- RSA Identity Governance and Lifecycle
- RSA IGL
- Version 7.2
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you are uploading an external JSP with the same name then you need to restart the server as the precompiled JSPs are cached.
Alternatively, you can suffix a number to the JSP, upload and modify the validation URL to get around restarting the ACM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Priti,
can you let us know the config of your form that uses the JSP to validate input?
thanks
frank
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have you read this blog post and KB article? Try using External JSP pages instead of JSP pages.
Managing custom JSPs on RSA Identity Governance & Lifecycle 7.1.1 and above
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Do we need to restart the server for external JSP? I do see some JIRA mention that newer version of Jboss need restart for the validations to be effective ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Another question on this note, can we set a default value for a date field within the request form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The request form is of Global type and we have basic validation of date, phone number and email validation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you are uploading an external JSP with the same name then you need to restart the server as the precompiled JSPs are cached.
Alternatively, you can suffix a number to the JSP, upload and modify the validation URL to get around restarting the ACM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Pradeep Kadambar I like the idea of versioning the JSP filenames to ensure caching is not affecting your results.
