Attaching Feedback from Child Form to Parent Feedback Panel

2007-11-01 Thread Chris Fierer
I was digging around for this the other day and didn't seem to find my answer. Here is my situation: I have a FeedbackPanel located in my Parent Page. Then, I have a form in my Child Page. I want the automated Wicket validation to attach it's messages to my feedback Panel in the Parent. I t

Re: Retrieving Post Parameters with PageParameters

2007-11-01 Thread Chris Fierer
Thanks for all the replies. I found out that the issue was related to my Apache settings and the names of my Inputs that I was passing over to the IFrame. No Wicket Issues here. - Chris Chris Fierer wrote: > > I am using an IFrame to call into a webpage with a form. When, that for

Retrieving Post Parameters with PageParameters

2007-10-26 Thread Chris Fierer
I am using an IFrame to call into a webpage with a form. When, that form is submitted, it posts back to my site. It sends the data via a POST Request. I was using the PageParameters object in my Page Constructor, but it never gets hit (I was using breakpoints). I have dug around the forum and

Re: Customizing RadioChoice

2007-10-08 Thread Chris Fierer
+1 for removing the final on the Prefix methods as well. - Chris Martijn Dashorst wrote: > > Hmm, > > Opening up the get*fix methods doesn't seem risky, but I'm not sure > what we are going to do with the change recording. That is the only > thing I can tell why the methods are final. > > Y