Last modified by khushi kapoor on 2018/09/26 16:20

From version Icon 29.1 Icon
edited by Henry Story
on 2010/03/15 18:57
Change comment: There is no comment for this version
To version Icon 31.1 Icon
edited by Henry Story
on 2010/03/15 19:15
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -57,7 +57,8 @@
57 57   <table width="95%">
58 58   <tr>
59 59   <td>Common Name: </td>
60 - <td><input name="cn" size="30" id="cn" type="text" value="Xwiki Test Cert" /></td>
60 + #set ($cn = $request.getParameter("cn"))
61 + <td><input name="cn" size="30" id="cn" type="text" value="$cn" /></td>
61 61   </tr>
62 62   <tr>
63 63   <td>WebID: </td>
... ... @@ -79,14 +79,14 @@
79 79   <td><input type="checkbox" name="viewParams" value="yes" /> view parameters<br/>
80 80   <input type="checkbox" name="showCert" value="yes" /> show certificate<br/>
81 81   <input type="checkbox" name="makeKeyObj" value="yes" /> create local objects<br/>
82 - <input type="checkbox" name="nodebug" value="yes" /> simulate input from a personal profile document - for testing on Internet<br/>
83 + <input type="checkbox" name="nodebug" value="yes" /> simulate input from a personal profile document<br/>
83 83   </td>
84 84   </tr>
85 85   #end
86 86   <tr>
87 87   <td colspan="2">
88 - #if ($debug)
89 - Clicking the above will start the following sequence of events
89 + #if ($nodebug)
90 + Clicking the submit button will start the following sequence of events:
90 90   #else
91 91   If none of the above debug options are checked then the following will happen on clicking submit:
92 92   #end