[
https://issues.jboss.org/browse/RF-11276?page=com.atlassian.jira.plugin.s...
]
Jan Papousek reopened RF-11276:
-------------------------------
Brian, I don't think this is an application issue.
I've tried to wrap the elements inside the popup panel with h:form using following
ways:
# wrap the first input field and the popup panel
{code}
[h:form]
[first input field /]
...
[popup panel]
...
[second input field /]
[third input field /]
...
[/popup panel]
...
[/h:form]
{code}
# wrap the whole popup panel
{code}
[first input field]
...
[h:form]
[popup panel]
...
[second input field]
[third input field]
...
[/popup panel]
[/h:form]
...
{code}
# wrap only the second and the third input field inside the popup panel
{code}
[first input field]
...
[popup panel]
[h:form]
...
[second input field]
[third input field]
...
[/h:form]
[/popup panel]
...
{code}
The behaviour is still the same. Sometimes, the rendered form isn't displayed in
firebug source code preview, but when I look at the source code directly without firebug,
I see the form is rendered.
If you still believe there is a bug in Metamer, extend the Showcase demo/dev-example to
demonstrate it before you close this issue, please.
Popup Panel - input elements
-----------------------------
Key: RF-11276
URL:
https://issues.jboss.org/browse/RF-11276
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-output
Affects Versions: 4.1.0.Milestone1
Environment: RichFaces 4.1.0-SNAPSHOT r.d0f9c11eb0dacc1444c0a3182b12567e28aef6bc
Metamer 4.1.0-SNAPSHOT r.22610
Apache MyFaces JSF-2.1 Core Impl 2.1.1
Apache Tomcat 6.0.32
OpenJDK Runtime Environment 1.6.0_22-b22 @Linux
Internet Explorer 8.0 @ Win32
Reporter: Jan Papousek
Assignee: Brian Leathem
Attachments: metamer-faces-components-richPopupPanel-formInsidePanel.png
The sample
http://localhost:8080/metamer/faces/components/richPopupPanel/formInsideP... in
Metamer doesn't work properly.
# write something into input1 element
# click on the "Call the popup" button
# fill input elements in the popup panel
# click on the "Save" button
Using Mojarra only the output1 is updated.
Using MyFaces no output is updated.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira