我的JBoss项目中有一个html表单。提交此帖子请求时,会返回一个字符串,如“index2.html”。我希望将页面重定向到此地址。目前发生的一切都是字符串被打印在屏幕上。是否有一个简单的做法,而不必在faces-config文件中编写导航规则(我试过但没有用)
提前致谢
<form action="rest/users/login" method="post">
<label for="email">Email</label>
<input name="username" type="text" placeholder="Email"/><br/>
<label for="pass">Password</label>
<input name="password" type="password" placeholder="Password"/>
<input type="submit" value="LOG IN"/>
</form>