Thank you for the response! Another follow up question to this. When I route the URL to receive this form do I need to have an input variable? For example do I need to have something like this:
route.attache("/Route/{inputvariabe}", newInstance.class)
or do I just need to route to my class like this:
route.attach("/Route", newInstance.class)
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2708989

