Hai All,
I got a problem with Portlet and JSP. I wrote a Portlet which disply a jsp like this
public ConcreteElement getContent(RunData data){
try{
return (new EcsServletElement(data,"WEB-INF/my-jsp/CreateLdapRoleGuiJsp.jsp"));
}
catch(Exception ee){
ee.printStackTrace();
}
}
okai portlet is abple to disply CreateLdapRoleGuiJsp.jsp and my
CreateLdapRoleGuiJsp.jsp is like :
<form method="post" action="Test2.jsp">
<p>Enter The LDAP Role :
<input type="text" name="name">
<p>
<input type="submit" value="Create Role">
</form>
but when click the button it won't go to Test2.jsp , I placed the Test2.jsp with the
CreateLdapRoleGuiJsp.jsp (I mean in the same folder)
whats wrong here dears,
Greetings,
Nishar.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>