Jump to content
Changes to the Jaspersoft community edition download ×

Mandatory message missing


Justinht

Recommended Posts

Hi all,

I am currently using jasperserver 5.6.1. I have a mandatory field in my report, which when I view the report, it prompts me to input and there show a message "This field is mandatory so you must enter data.".

The input field has a default "[NULL]" display, I try to get rid of it by setting the parameter with <defaultValueExpression><![CDATA[""]]></defaultValueExpression>.

Since then the mandatory message disappeared even though the control input mandatory checkbox is still checked.

Does anyone has any idea?

Thanks for help!

Justin

 

 

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

You probably need text entry validation to check if the length of input text is greater than 1. Unfortuntely, there's not validation option.

What I'm doing is to use Visualize.js to create my own input controls so I can do validation.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...