javascript - how to open a page in a new window in jsf with webflow after using evaluate -


in jsf webflow, need use link , when click link new window should appear url of link not static have reade database , prepare use link.

how can thank interest.

<h:commandlink target="_blank" value="click here" actionlistener="#{mybean.action}">         <f:attribute name="attributename1" value="attributevalue1" />         <f:attribute name="attributename2" value="attributevalue2" />     </h:commandlink> 

in mybean.java, inside getters can have prepare statements , read database.

refer link: http://balusc.blogspot.de/2006/06/communication-in-jsf.html


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -