Urgent help

2020-08-27 Thread MUKESH S B
Hi Grigorov,
   This is Mukesh SB,I am working on a project but not able
to fix the bug.We are using JAVA with wicket as a presentation layer.

In a page,we have a NEXT button with POST request,if we change/tamper to
GET ,and then if I click on NEXT button.It is processing to next page and I
am getting 200 as a response.
I have implemented Methodmismatch()
But I am still getting same 200 response.

Please help.Very urgent.
Waiting for your reply.

Thanks,
Mukesh SB


Re: ajax submit button that redirects to login before processing submit

2012-09-20 Thread S B
Hi Jeff, 

I'm experiencing a similar problem tring to redirect from my SignIn page
after I throw a RestartResponseAtInterceptPageException. 

Did you manage to find a solution or work around, if so could you explain
what it is, 

Cheers

Simon



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/ajax-submit-button-that-redirects-to-login-before-processing-submit-tp4650490p4652184.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: ClassNotFoundException I'm out of ideas.

2012-09-17 Thread S B
Hello zarathustra, 

Sorry if this is stating the obvious, but it looks like a classpath issue,
are you sure that the wicket jar is being included in your servlet's lib
directory?

One way to find out what's in your classpath is to simply print it out with
a jsp: 

Try saving the following as a jsp file and then put it in the root context
of your servlet, remove any references to wicket or the wicket filter (in
the web.xml file) and then see if the jsp prints out the wicket jar

myclasspath.jsp



then point to it http://localhost:8080/myclasspath.jsp (or
http://localhost:8080/myappcontext/myclasspath.jsp or whatever) it should
print out the wicket.jar and the wicket-extensions.jar

Hope this helps 
Cheers
Simon





--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/ClassNotFoundException-I-m-out-of-ideas-tp4652049p4652054.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org