I am trying to implement some validation functionality.
For this I wanted to use a f:validateButton and have a validation function
testModuleSelection
Unfortunately I allways get "unable to find "/testModuleSelection" as an
error message.
Why does Jenkins allways put a "/" in front of the method. This is really
killing me :-(
How can I tell Jenkins not to do this?
<f:validateButton
title="${%Test Modules}"
progress="${%Validating...}"
method="testModuleSelection"
with="minorReleaseSettings"/>
results in:
<input value="Test Modules" onclick="
validateButton('/testModuleSelection','minorReleaseSettings',this)"
class="yui-button
validate-button" type="button" />
but all would be good if it just were:
<input value="Test Modules" onclick="
validateButton('testModuleSelection','minorReleaseSettings',this)"
class="yui-button
validate-button" type="button" />
Help desperately wanted :-(
Chris
--
You received this message because you are subscribed to the Google Groups
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.