hello everybody ,
i am facing one problem while redircting a page.
i have many links in my page with diffrent levles say category1,category2
whenever i click on any link i am passing the level and oid as parameter and
the page will be refreshed.
while refreshing i am also loading one more page in another frame. in which
i am checking the level and redirecting the control.
here everything is working fine for first time. the next time when i click
on the link the action is not called, it simply calls the jsp
is there any way i can call the action each time when i redirect
i am using the following code
<logic:equal name="strFlag" value="catalog">
<logic:redirect page="/jsp/catalog/pdm_viewcatalog.do" />
</logic:equal>
<logic:equal name="strFlag" value="item">
<logic:redirect page="/jsp/catalog/pdm_viewcatalog.do" />
</logic:equal>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>