]
Nick Belaevski updated RF-9639:
-------------------------------
Assignee: Andrey Markhel (was: Nick Belaevski)
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: