我想添加一個彈出式面板。在這個面板中有一個關閉按鈕。在這個按鈕上點擊一個方法應該被調用,彈出應該隱藏。我已經嘗試了下面的代碼,但沒有工作好心幫助我。這裏settingPopUpClose是一個方法,okPopupStatus是一個bean。它顯示錯誤:settingPopUpClose不是屬性。 <rich:popupPanel id="okcontactpopup" width="450" he
我有以下代碼:如果上述字段爲空,這正是我想要的 Enter a word:
<h:inputText value="#{testfile1.input}" styleClass="textbox" id="inputID" maxlength="100" required="true" requiredMessage="Input should not be blank">
</h:
我正在開發一個Java-JSF Web應用程序,其中顯示一個彈出窗口,以便讓用戶從Google Drive中選擇一個文檔進行下載。 爲了做到這一點,我有一些JS代碼: <script src="filepicker.js"></script>
<script>
function initPicker() {
var picker = new FilePicker({