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.
Struts 1.2 では、コントロールをアクション クラスから jsp に転送するときに、アドレス バーの URI を変更できますか
転送は完全にサーバー側で行われる操作であり、ブラウザはそれを認識または気にしないため、どのフレームワークでもこれを行うことはできません。特定の URL でページを要求すると、サーバーがこのページを提供します。このページをどのように生成するかは、ブラウザにとって重要ではありません。