FeedbackPanel is just a panel implementing IFeedback interface and
presenting messages in session. You can write a completely different
panel implementing IFeedback with custom presentation. It is nothing
special.


On Wed, May 11, 2011 at 4:59 PM, eugenebalt <eugeneb...@yahoo.com> wrote:
> I have a FeedbackPanel in my form that displays errors.
>
> Rather than a regular FeedbackPanel that lists <LI> items, this one is a
> 2-level hierarchy which uses Definition Lists (DD/DT tags).
>
> Example from http://www.w3.org/TR/html401/struct/lists.html ,
>
> <DL>
>  <DT>Category 1</DT>
>   <DD>Item 1</DD>
>   <DD>Item 2</DD>
>  </DT>
> </DL>
>
> Does the FeedbackPanel support categorized, hierarchical lists like that?
> Does anything special need to be done? If there is an error, I'd have to add
> it to the FeedbackPanel based on its DT category.
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/FeedbackPanel-with-Hierarchical-DT-DD-Definition-List-Tags-tp3515696p3515696.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
>
>



-- 
Pedro Henrique Oliveira dos Santos

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

Reply via email to