SecurID® Governance & Lifecycle 7.2 Enablement

PritiSrinivas
Occasional Contributor Occasional Contributor
Occasional Contributor

JSP Validation in 7.2

Jump to solution

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

0 Likes
1 Solution

Accepted Solutions

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.

View solution in original post

7 Replies
DocFrank
Esteemed Contributor
Esteemed Contributor

Hi Priti,

 

can you let us know the config of your form that uses the JSP to validate input?

 

thanks

 

frank

PritiSrinivas
Occasional Contributor Occasional Contributor
Occasional Contributor

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 ?

0 Likes

Another question on this note, can we set a default value for a date field within the request form

0 Likes
PritiSrinivas
Occasional Contributor Occasional Contributor
Occasional Contributor

The request form is of Global type and we have basic validation of date, phone number and email validation

0 Likes

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.

IanStaines
Moderator Moderator
Moderator

Pradeep Kadambar‌ I like the idea of versioning the JSP filenames to ensure caching is not affecting your results.