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.
liferay ポートレットを開発しています。ポートレットはほぼ完成しましたが、jsp リダイレクトに大きな問題があります。クエリが成功するたびに、必要な jsp ではなく、ホーム jsp ページにリダイレクトされます。
問題は、必要な jsp ページにリダイレクトするにはどうすればよいかということです。
eclipse用のliferay SDK、Tomcat 7、および最新のLiferayを使用しています
どんな助けでも大歓迎です!
前もって感謝します!
actionResponse.setRenderParameter("jspPage", "/jsp/b.jsp");