I was wondering if it is possible to nest a h:commandLink into a h:outputFormat message, e.g.: messages.properties
disclaimerLink=Click {0] for Disclaimer
<h:outputFormat value="#{msgs['disclaimerLink']}" > ...
I'm working on a Seam application and need to submit some form data to an external URL only I'm a bit stumped as to how I should approach it. h:CommandLink is the ...
I have the following peace of code:
<DIV> <h:commandLink action="#{documentGen.generatePDF}" target="_blank" onclick="return checkSelected();"> ...