On Apr 27, 2010, at 8:29 AM, Scott Gray wrote:


If the hidden form links are being generated by OFBiz's widget code then you can usually specify the type of link that is generated instead of using the default auto type which exhibits this behaviour. POSTed parameters are only an enforced requirement of service events so as long as you're using a different type of event then GET requests should be fine.


Yep that was the original solution but we did not want to go through the entire application and find all "navigation" links to mark them with link-type="anchor" (or whatever the grammar is). I think your original point is what I am going to look into further; perhaps having something that is really a navigation link having a controller request that includes an "event" is wrong in the first place. That logic could be moved into the screen which would also avoid this whole problem, make our links bookmark-able again, etc etc. Thanks for your input!

Reply via email to