Re: [VOTE] WICKET-907

2007-08-31 Thread Matej Knopp
dont know if we should do that, i believe you can already map this as error - error warning - info info -success heh, i think we should consider adding one more, unless it's too much hassle, your mapping doesn't seem very intuitive to me :) +1 -Matej On 8/31/07, Igor Vaynberg [EMAIL

Re: [jira] Created: (WICKET-911) refactor feedback to allow users to easily add custom levels

2007-08-31 Thread Igor Vaynberg
ick, just create whatever subclasses of feedbackmessage you need and use those it will probably have a abstract string getlevel(), afict it is only the feedbackpanel that needs to know the level so it can set the appropriate css class, and message filters for filtering. there is no semantic

Re: [VOTE] WICKET-907

2007-08-31 Thread Johan Compagner
i don't care to much, how much extra work is it for us? can't we just have something where you can add levels what ever you want? like FeedbackMessage.addLevel(new Level(, 10)); johan On 8/31/07, Igor Vaynberg [EMAIL PROTECTED] wrote: we need to have a vote on

Re: [jira] Created: (WICKET-911) refactor feedback to allow users to easily add custom levels

2007-08-31 Thread Johan Compagner
ha... also my idea :) On 8/31/07, Igor Vaynberg (JIRA) [EMAIL PROTECTED] wrote: refactor feedback to allow users to easily add custom levels Key: WICKET-911 URL:

Re: [VOTE] WICKET-907

2007-08-31 Thread Eelco Hillenius
On 8/31/07, Johan Compagner [EMAIL PROTECTED] wrote: i don't care to much, how much extra work is it for us? can't we just have something where you can add levels what ever you want? like FeedbackMessage.addLevel(new Level(, 10)); -1 for adding another level, +1 for adding support for