Hi,
I'm having a really weird issue with just a couple of pages in my
JSF application, and the problem I'm having seems to only manifest itself in Safari 3 (Mac & Win), but not in Safari 2, IE, or FF.
The page seems to fail on the first time it submits, giving the user the initial impression that the form has done a reset, even though it has done a full round trip in the meantime. If the user fills out the information (just two fields) and clicks continue or hits enter to submit a second time, then the submit works.
Does this smell familiar to anyone here? Where should I start looking first to figure out what's going on?
Thanks!
[edit]
I just tried an experiment by adding a bean method as the action parameter on the commandButtons, and the interesting thing is that it does not hit my method on the first round trip, but does on the second try...
just in case that jogs anyone's memory.
Anyway, I'm going to keep experimenting to see if I can figure out what's going on there...
I'm wondering if it's similar in nature to this problem mentioned on the Sun forums:
http://forum.java.sun.com/thread.jspa?forumID=427&threadID=416345 Let me know what you guys think.
Thanks!
[/edit]
[ November 06, 2007: Message edited by: evan k. stone ]
[ November 06, 2007: Message edited by: evan k. stone ]