On Tue, Mar 18, 2008 at 11:48 AM, Matthew Young <[EMAIL PROTECTED]> wrote:
>  Do you mean this:
>
>         WebMarkupContainer img = new WebMarkupContainer("thumbnail") {
>             private static final long serialVersionUID = 1L;
>             @Override protected void onComponentTag(final ComponentTag tag){
>                 super.onComponentTag(tag);
>                 tag.put("src", thumbnailUrl);
>             }
>         };

yep

>  2) When something goes wrong in Flickr, I throw a RuntimeException which
>  blows up in ListView's model.getObject().  I want to Ajax update the
>  feedbackPanel to show some error message. How can this be done?

instead of throwing the exception call error(message) on the page and
return an empty list from the model

-igor

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

Reply via email to