How to Redirect to a relative Path?

i want to redirect to a to a page in Project using relative path!!!Can any body help me!!!
[97 byte] By [muhammadAbrara] at [2007-11-27 4:15:00]
# 1

Try getExternalContext().redirect();

public String Link1_action() {

try{

info("Link 1 clicked");

this.getExternalContext().redirect("Page1.jsp");

} catch (Exception e){

info("Link1 clicked");

}

return null;

}

Sabira at 2007-7-12 9:21:20 > top of Java-index,Development Tools,Java Tools...
# 2
Thanx brother!!!Are you Pakistani?
muhammadAbrara at 2007-7-12 9:21:20 > top of Java-index,Development Tools,Java Tools...