Wrong focus

Hi,

I have a search-page and when I click cursor to textbox, wrong button get focus. Then if I write searchword and push Enter, wrong buttonaction fires.

I have looked these properties, but I haven't found where that "link" is.

Where are these connections written?

Thanks

[303 byte] By [enskaa] at [2007-11-27 0:33:06]
# 1
Can you give us a step-by-step scenario?Does Page Navigation show anything out of place? You can view its source by opening Page Navigation from the Projects node and viewing the XML tab.Thanks,sqad
skja at 2007-7-11 22:39:45 > top of Java-index,Development Tools,Java Tools...
# 2

Thanks sqad.

Page Navigation works fine, I don't think that's the problem.

On this page I have:

-GridPanel1

-GroupPanel

-Label1

-DataTable

-Gridpanel2

-Label2

-dropDown1

-dropDown2

-ButtonGo

-GridPanel3

-Label3

-textBoxSearchword

-ButtonSearch

When I click cursor to textBoxSearchword, ButtonGo get focus. I need to use mouse to click ButtonSearch. If I push [Enter], ButtonGo fires it's action.

Thanks.

enskaa at 2007-7-11 22:39:45 > top of Java-index,Development Tools,Java Tools...
# 3
Ahh yes, I do see what you are saying. Sounds like an IE issue though...maybe.Looking for whether this was filed - definitely a bug./sqad
skja at 2007-7-11 22:39:45 > top of Java-index,Development Tools,Java Tools...
# 4
In the meanwhile, try to load the app in Firefox and let me know if that is still happening./sqad
skja at 2007-7-11 22:39:45 > top of Java-index,Development Tools,Java Tools...
# 5
Thanks sqad.Same result with IE, Firefox and Opera.
enskaa at 2007-7-11 22:39:45 > top of Java-index,Development Tools,Java Tools...
# 6

But I found a way to do it

http://forum.java.sun.com/thread.jspa?forumID=881&threadID=5097814

But there is also problems.

Other links and buttons work fine first, but if I write search-word to the textbox, every links and buttons on that page navigates to searchresult-page.

Message was edited by:

enska

enskaa at 2007-7-11 22:39:45 > top of Java-index,Development Tools,Java Tools...