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 think this attachment is happening just fine.  

What is not happening is the Render methods I have overridden to make the
feedback panel fit my layout (I have overridden the renderBefore and
renderAfter methods with additional markup).

Any thoughts on making this happen?

Thanks,

Chris
-- 
View this message in context: 
http://www.nabble.com/Attaching-Feedback-from-Child-Form-to-Parent-Feedback-Panel-tf4734232.html#a13537937
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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 tried various mount options, but still
> haven't had much luck.  
> 
> All GET Parameters work fine, it's just the POST Parameters.
> 
> Could anyone help me out on sharing how to pull POST Parameters from the
> PageParameters object?
> 
> Thanks,
> 
> Chris
> 

-- 
View this message in context: 
http://www.nabble.com/Retrieving-Post-Parameters-with-PageParameters-tf4697756.html#a13537711
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 tried various mount options, but still
haven't had much luck.  

All GET Parameters work fine, it's just the POST Parameters.

Could anyone help me out on sharing how to pull POST Parameters from the
PageParameters object?

Thanks,

Chris
-- 
View this message in context: 
http://www.nabble.com/Retrieving-Post-Parameters-with-PageParameters-tf4697756.html#a13428705
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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.
> 
> Your usecase is interesting though. In this case opening the get*fix
> methods doesn't seem to open a can of worms, other than limiting the
> backbutton versioning. But in your case the set*fix method wouldn't be
> called in the first place.
> 
> I'm +1 on removing final from the get*fix methods on the RadioChoice
> component. Anyone else reading along and objecting?
> 
> Martijn
> 
> On 10/5/07, Clay Lehman <[EMAIL PROTECTED]> wrote:
>> I am trying to customize RadioChoice so that it puts the options into a
>> nice table.  I found setPrefix and setSuffix, but I cant just do
>> setSuffix(" ") because I want to have a differenct prefix & suffix
>> based on the index (for example create a new row in a table for every
>> 4th option).
>>
>>
>>
>> getPrefix and getSuffix are final methods, so I can't override them.
>> Does anyone know of a way that I can accomplish this task using
>> RadioChoice? Or will I have to go with a RadioGroup ...I'd rather have
>> the list of options generated dynamically than from the HTML, if
>> possible.
>>
>>
>>
>> Thanks for any help!
>>
>> -Clay
>>
>>
>>
>>
> 
> 
> -- 
> Buy Wicket in Action: http://manning.com/dashorst
> Apache Wicket 1.3.0-beta3 is released
> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta3/
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Customizing-RadioChoice-tf4577618.html#a13096673
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]