[richfaces-issues] [JBoss JIRA] Created: (RF-9639) hashParam: not works properly with popupPanel (seems need to revise in general)

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Thu Nov 4 05:58:01 EDT 2010


hashParam: not works properly with popupPanel (seems need to revise in general)
-------------------------------------------------------------------------------

                 Key: RF-9639
                 URL: https://jira.jboss.org/browse/RF-9639
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-output
            Reporter: Ilya Shaikovsky
            Assignee: Nick Belaevski


tried:
1)	<h:commandButton value="Call the popup">
		<rich:componentControl target="popup" operation="show">
			<rich:hashParam name="opts">
				<a4j:param name="left" value="10" />
				<a4j:param name="top" value="100" />
				<a4j:param name="autosized" value="false" />

			</rich:hashParam>
		</rich:componentControl>
2)	<h:commandButton value="Call the popup">
		<rich:componentControl target="popup" operation="show">
			<rich:hashParam>
				<a4j:param name="left" value="10" />
				<a4j:param name="top" value="100" />
				<a4j:param name="autosized" value="false" />

			</rich:hashParam>
		</rich:componentControl>
	</h:commandButton>

in both cases parameters not passed to options of the method. Them getting put into event.

I'm not sure that issue in param component. maybe just components should be revised and approach unified (them should looks for such params in event?)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list