Hi
I am using dispatch action in my action class and passing Query
string in my for action tag This works fine with
Tomcat But I am using Jdeveloper as my
IDE there the Url is not appended with Query String.I am not using any forms so I am using normal Html form submit
Eg:
<form action="login.do?options=viewAccounts">
my url in the address bar looks like this
http://localhost:8080/login.do? its stops after ?
Can anyone tell me is there any Jdeveloper settings to be done