I'm upgrading an application from 2.2 to 2.8 and ran into an issue which
may be desired behavior but, seems odd to me:

Using the jetty component, the uri for the edit form is on :
"somepage?editId=3";   the <form > parameter simply posts to the same uri
and includes a <input type='hidden' name='editId' value='3' />.

I'm getting an array of [3,3] when I dump the header contents instead of
the previous "3".

(I need to post it via form data as the page is accessed multiple ways).

Was this a desired change? Any points to the ticket so I can understand the
why's better?

Thanks,

-- 
-------------------------------------------
Craig Taylor
ctalk...@ctalkobt.net

Reply via email to