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.
パラメータが設定されており、それが数値かどうかを確認する必要があります。そうでない場合は、その値を 1 に変更する必要があります。
<c:if test="${param.pageOffset TEST HERE}"> <c:set target="param" property="pageOffset" value="1" /> </c:if>
私はjspに非常に慣れていないので、完全に間違った方向に進んでいる可能性があります。どんな助けでも大歓迎です!