Thanks guys. Looks like extending a Panel will be a flexible solution. I
have been tesing on Google's app engine but their app server is still having
issues with things like date formats... the YUI DateTimeField in wicket rc4
won't run but rc1 will... it looks like its just an issue on the Google
side.
igor.vaynberg wrote:
>
> right, clint's post reminded me
>
> myfeedback#isvisible() { return get("f").isvisible(); }
>
> -igor
>
> On Sat, May 16, 2009 at 3:01 PM, Igor Vaynberg <[email protected]>
> wrote:
>> class myfeedback extends feedbackpanel {
>> myfeedback() { add(new feedbackpanel("f"); }
>> }
>>
>> myfeedback.html
>> <wicket:panel>Please fix the following:<br/><wicket:container
>> wicket:id="f"></wicket:container></wicket:panel>
>>
>> -igor
>>
>> On Sat, May 16, 2009 at 2:22 PM, Paul C <[email protected]> wrote:
>>> Any recommendations on adding a title or header for error messages? For
>>> example, I need the string "Please fix the following:" to be above the
>>> error
>>> messages in the <ul>. Do I need to extend the FeedbackPanel to add a
>>> title?
>>>
>>> Thanks for any suggestions!
>>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
>
--
View this message in context:
http://www.nabble.com/FeedbackPanel-custom-title-%22Please-fix-the-following%3A%22-tp23577860p23589358.html
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]