eclipse-ee4j / mojarra-jsf-extensions

Other
1 stars 3 forks source link

ajaxZone prevents form input #64

Open glassfishrobot opened 17 years ago

glassfishrobot commented 17 years ago

Cannot type in input field (.war to be attached)

Backing Bean:

package sandbox;

public class TestBean {

private String name = "no name entered";

private String hello = "Hi!";

public String getName()

{ return name; }

public void setName(String name)

{ this.name = name; }

public String sayHello()

{ setHello("Hi " + name + "!"); return null; }

public String getHello()

{ return hello; }

private void setHello(String hello)

{ this.hello = hello; }

}

Environment

Operating System: All Platform: All

Affected Versions

[current]

glassfishrobot commented 5 years ago
glassfishrobot commented 17 years ago

@glassfishrobot Commented Reported by iamnoah

glassfishrobot commented 17 years ago

@glassfishrobot Commented rogerk said: taking ownership

glassfishrobot commented 17 years ago

@glassfishrobot Commented rogerk said: can you attach the war?

glassfishrobot commented 17 years ago

@glassfishrobot Commented iamnoah said: Created an attachment (id=15) WAR Demonstrating the problem

glassfishrobot commented 17 years ago

@glassfishrobot Commented iamnoah said: Only seems to occur on Tomcat, possibly related to the jars being used. (see issue 63)

glassfishrobot commented 17 years ago

@glassfishrobot Commented iamnoah said: Update: Tabbing to the field works (instead of clicking), and first selecting text also works. I'm guessing there is something attached to the onclick event on the text field that is stealing the focus when it submits.

Oh, and I was mistaken in my last comment. Glassfish also seems to be affected in the same way.

Stack: rc2 JSF 1.2_03-b-09 Firefox 2.0.0.1 Kubuntu Linux 6.10

glassfishrobot commented 17 years ago

@glassfishrobot Commented File: sandbox.war Attached By: iamnoah

glassfishrobot commented 17 years ago

@glassfishrobot Commented Issue-Links: blocks JSF_EXTENSIONS-63

glassfishrobot commented 17 years ago

@glassfishrobot Commented Was assigned to rogerk

glassfishrobot commented 7 years ago

@glassfishrobot Commented This issue was imported from java.net JIRA JSF_EXTENSIONS-64