|
From: Steven D. <ste...@gm...> - 2005-07-10 22:08:39
|
Hi, I am faced with the same problem as described in this thread on the forum: http://forum.springframework.org/viewtopic.php?t=3D6791&highlight=3Deventid I go to a detail screen from a table through a link. On the details screen is a form that has a _eventId field. When I submit my browser sends two _eventId request parameters: one from the URI of the previous request and one from the form. The only solution I can think of to solve this problem is to introduce a _formEventId parameter that precedes over _eventId. It's a bit broken since users can use _formEventId in URI as well. Steven --=20 "If you want to be a different fish, you gotta jump out of the school." -- Captain Beefheart |