Don't used it yet, but the <tr:commandLink> has attributes for this.
Try:

<tr:commandLink test="Forgot your password?" action="passwordRetr" 
useWindow="true" windowHeight="yyy" windowWidht="xxx" />

> -----Ursprüngliche Nachricht-----
> Von: Causevic, Dzenan [mailto:[EMAIL PROTECTED]
> Gesendet: Donnerstag, 26. Oktober 2006 16:32
> An: [email protected]
> Betreff: Opening link in a new external window
> 
> 
> I am using <h:commandLink style="margin-left:10px;" action="passwordRetr"
> value="Forgot your password?" /> as a link to the Password Retrieval page,
> however I want to open it in a new external window with specified
> position, height and widht like I would use to do with regular HTML <a
> href="javascript:OpenUp(list of arguments...)"> where OpenUp would be a
> Java Script function that opens a new window.
> How do I implement this same approach using JSF tag <h:commandLink...>
> mentioned above?
> 
> passwordRetr is defined in navigation-faces.xml as following:
> <navigation-rule>
>         <from-view-id>/jsp/registration/loginJSF.jsp</from-view-id>
>         <navigation-case>
>             <from-outcome>passwordRetr</from-outcome>
>             <to-view-id>/jsp/registration/passwordRetrJSF.jsp</to-view-id>
>         </navigation-case>
> </navigation-rule>

Reply via email to