URL Rewrite / Back Button Test

This example tests URL Rewriting in conjunction with disabling of the back button. Barracuda URL Rewriting is currently set to [rewriting val]. To modify this value, you will need to adjust the URLRewriter.REWRITE_URLS variable.We are currently [back button val] the back button (Disabling occurs via Javascript, as described here).

Cntr = [cntr]

([Reset cntr] | [enable/disable))

Servlet Encoded URL:Target URL = blah1 (May not always work in older versions of Tomcat or Enhydra 3.x...if this link does not match the link below, your appserver probably does not implement the Servlet URL encoding methods properly.)

Barracuda Encoded URL:Target URL = blah2 (If you have the back button enabled, then clicking back will show you pages for the previous cntr; if the back button is disabled, clicking back will take you back to the page before when you disabled it)

Sample Form 1 (Form):(Don't be surprised if the values clear...that's expected. Watch the cntr though! You are resubmitting the form each time you press 'Submit'--if the back button is disabled you will be replacing the current page in history)

Textfield:    Checkbox  Radio1  Radio2
Single Select:
Multi Select:
Textarea:

Sample Form 2 (Input onclick()): (Clicking on the individual elements should resubmit the form)

Checkbox  Radio1 

Sample Form 3 (Button onclick()): (Clicking on the button should resubmit the form. NOTE: NN4 doesn't support the <BUTTON> tag...)

Sample Form 4 (Select onchange()): (Changing the selection should resubmit the form)