Hi to all. I'm tring to pass parameters value to applet that i have put in custom dialog, but when alfresco load the customdialo.jsp, and I inspect the source page, i found the code not the value of the Bean.filename property. Can someone help me.
<hutputText value="filename: #{Bean.filename}" /> //this work
<object classid="clsid:22D9C840-044E-11D1-B3E9-00805F499r93" …. … <param name="Document" value="${Bean.filename}" /> //this not work <param name="Document" value="#{Bean.filename}" /> //this not work <param name="Document" value="<cut value='${pageContext.request.serverName}' />" /> //this not work </object>