Core JSTL Mastering the JSPT Standard Tag Library [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Core JSTL Mastering the JSPT Standard Tag Library [Electronic resources] - نسخه متنی

David M. Geary

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید











5.3 The <c:redirect> Action


The <c:redirect>" on page 489 for a more complete description of <c:redirect> syntax.



<c:redirect url [context]/>


As is the case for <c:import>, if you specify the context attribute for <c:redirect>, you must also specify a context-relative URL with the url attribute that points to a resource contained in that foreign context. You can also use <c:redirect> with <c:param> actions with this syntax:


<c:redirect url [context]>

<c:param> actions

</c:redirect>


Like <c:import>, the <c:redirect> action applies URL rewriting as necessary. See "Redirecting a Response" on page 225 for an example of how you can use <c:redirect>.



    / 124