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

Andrey Markhel (JIRA) jira-events at lists.jboss.org
Wed Dec 29 09:05:18 EST 2010


     [ https://issues.jboss.org/browse/RF-9639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrey Markhel resolved RF-9639.
--------------------------------

    Resolution: Done


org.richfaces.renderkit.ComponentControlBehaviorRenderer.createSignature was fixed.

> hashParam: not works properly with popupPanel (seems need to revise in general)
> -------------------------------------------------------------------------------
>
>                 Key: RF-9639
>                 URL: https://issues.jboss.org/browse/RF-9639
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-output
>            Reporter: Ilya Shaikovsky
>            Assignee: Andrey Markhel
>             Fix For: Future_4.X
>
>
> 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.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list