About Question enthuware.jwpv6.2.712 :

All the posts and topics that contain only an error report will be moved here after the error is corrected. This is to ensure that when users view a question in ETS Viewer, the "Discuss" button will not indicate the presence of a discussion that adds no value to the question.

Moderators: Site Manager, fjwalraven

Post Reply
ETS User

About Question enthuware.jwpv6.2.712 :

Post by ETS User »

In description:
paramvalues["val"]
should be:
paramValues["val"]

admin
Site Admin
Posts: 10388
Joined: Fri Sep 10, 2010 9:26 pm
Contact:

Re: About Question enthuware.jwpv6.2.712 :

Post by admin »

You are right. This has been fixed.

thank you for your feedback!

coorasse

Re: About Question enthuware.jwpv6.2.712 :

Post by coorasse »

It should be

Code: Select all

${paramValues.val[0]}, ${paramValues.val[1]}, and ${paramValues.val[2]}
instead of

Code: Select all

${paramValues.val[0]}, ${paramValues.val[1]}, and, ${paramValues.val[2]}
and

Code: Select all

${paramValues['val'][0]}, ${paramValues['val'][1]}, and ${paramValues['val'][2]}
instead of

Code: Select all

${paramValues['val'][0]}, ${paramValues['val'][1]}, and, ${paramValues['val'][2]}

admin
Site Admin
Posts: 10388
Joined: Fri Sep 10, 2010 9:26 pm
Contact:

Re: About Question enthuware.jwpv6.2.712 :

Post by admin »

You are right. The additional commas have now been removed. Thank you for your feedback!

tori3852
Posts: 38
Joined: Wed Oct 31, 2012 2:53 am
Contact:

Re: About Question enthuware.jwpv6.2.712 :

Post by tori3852 »

Explanation for third option is
paramValues map does not contain any keys with the name of 1, 2 or 3. Its keys are the parameter names available in the request. Here, 'val' would be a key in paramValues.
. I believe it should be:
paramValues map does not contain any keys with the name of 0, 1 or 2. Its keys are the parameter names available in the request. Here, 'val' would be a key in paramValues.

admin
Site Admin
Posts: 10388
Joined: Fri Sep 10, 2010 9:26 pm
Contact:

Re: About Question enthuware.jwpv6.2.712 :

Post by admin »

You are right. This has now been fixed.
Thank you for your feedback!

Post Reply

Who is online

Users browsing this forum: No registered users and 15 guests