[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.newcomer] How do i do this - someone please help
|
I've written a java file that uses req.getParameter ("blaaaa")
I now want to test it before i go any further to mae sure the getParameter
is getting the values inputted, so i've create a simple html page witha form
on it <form action=/myjavafile method=post>
When i load the html page and type in the inputs click go it's not going to
my java file - i need to debug this
i don't think the path in action=/myjavafile is correct, how do i determine
this ??
Thanks for any help