You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by wicket user <sa...@live.com> on 2012/07/17 19:52:34 UTC

Form Submission problem

Hi ,

I have inserted my custom filter in which i have specified url-pattern as
/*, but now the form submission is not going just getting a blank page,
Please advise how to handle this. I dont see any Exceptions on my logs too. 

Thanks,

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Form-Submission-problem-tp4650575.html
Sent from the Users forum mailing list archive at Nabble.com.

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


Re: Form Submission problem

Posted by wicket user <sa...@live.com>.
custom filter is extended by the other framework which filter we cannot see
as it is Out of the Box.



--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Form-Submission-problem-tp4650575p4650614.html
Sent from the Users forum mailing list archive at Nabble.com.

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


Update JavaDoc for AbstractChoice#setType(java.lang.Class)

Posted by Paul Bors <pb...@knoa.com>.
How should we as Wicket users request updates to JavaDocs as we come across them?

AbstractChoice.setType throws an UnsupportedOperationException but that's not reflected in its JavaDoc at:
http://ci.apache.org/projects/wicket/apidocs/1.5.x/org/apache/wicket/markup/html/form/AbstractChoice.html#setType(java.lang.Class)

This is not mentioned in the migration guide. Perhaps a note should be added next to the one about AbstractSingleSelectChoice:
https://cwiki.apache.org/WICKET/migration-to-wicket-15.html#MigrationtoWicket1.5-%2528RC6%2529AbstractSingleSelectChoiceusesemptyStringasvaluefordefaultchoice

~ Thank you,
Paul Bors

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


Re: Form Submission problem

Posted by Andrea Del Bene <an...@gmail.com>.
Hi,

can you post the code of your custom filter?
> Hi ,
>
> I have inserted my custom filter in which i have specified url-pattern as
> /*, but now the form submission is not going just getting a blank page,
> Please advise how to handle this. I dont see any Exceptions on my logs too.
>
> Thanks,
>
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/Form-Submission-problem-tp4650575.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>



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