Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ruby を使って隠しファイルを作成することはできますか?
File.open('/path/to/.hiddenfile', 'w') {|f| f.write(doc) }
送信して検証した後、結果を含む新しいタブを開くフォームが必要です。メソッドを使用し<h:form target="_blank"て新しいタブを取得しましたが、新しいタブに検証エラーが表示されます。検証に合格した場合にのみ、新しいタブを開くようにします。
<h:form target="_blank"
私の推測では、唯一の本当のクロス ブラウザー