Hi ,
Here are the cases:
1) In side the jenia4faces tag i used many components and each component has given different results. So the results are:-
(when we have in web.xml
<context-param>
<param-name>javax.faces.STATE_SAVING_METHOD</param-name>
<param-value>client</param-value>
</context-param>
)
a) CommandLink
<h:commandLink id="popup_command_link" value="link" >
<f:param name="variableName" value="4000" />
</commandLink>
result is:- popup jsf page is not displayed.
b) outputLink
<h:outputLink id="output_link_for_jenia" value="link" >
<f:param name="sandeep" value="4000" />
</h:outputLink>
result is:- link is not displayed.
c) outputText with param
<h:outputText id="trial_output_text" value="first" >
<f:param name="sandeep" value="4000" />
</h:outputText>
result is:- param is not passing to the popup jsf page. But link is working.
popup jsf page is displayed as a popup but not able to pass parameter.
2) (when we have in web.xml
<context-param>
<param-name>javax.faces.STATE_SAVING_METHOD</param-name>
<param-value>server</param-value>
</context-param>
)
a) commandLink and ouputlink is acting same as previous.
b) outputText with param
<h:outputText id="trial_output_text" value="first" >
<f:param name="sandeep" value="4000" />
</h:outputText>
result is:- param is not passing to the popup jsf page. But link is working.
popup jsf page is displayed as a popup but not able to pass parameter.
And very important is:-
when first time we click the link it is showing popup jsf page. But if we clicked just second time to the link it is populate parent jsf page instead of popup jsf page.
Manish Dhall
| <[EMAIL PROTECTED]>
03/21/2006 06:32 PM
|
|
Hi,
I'm using Jenia Popups with MyFaces and it works...
What problems do you have?
Any error stack?
Regards,
Andy
-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Gesendet: Samstag, 18. März 2006 12:00
An: MyFaces Discussion
Betreff: jenia and myfaces 1.1.1
Hi,
Is any one using jenia for popup windows with my faces 1.1.1. we tries
using it but got some error during parameter passing.
Any confirmation for same will be appreciated.
Thanks
Manish
Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you
______________________________________________________________________
Diese Nachricht ist fuer die MAGNA STEYR Fahrzeugtechnik AG & Co KG rechtsunverbindlich!
- This message is not legally binding upon MAGNA STEYR Fahrzeugtechnik AG & Co KG!
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
your system manager.
This footnote also confirms that this email message has been swept
for the presence of computer viruses.
______________________________________________________________________
ForwardSourceID:NT00010BD2
Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you

