Re: IndicatingAjaxSubmitLink missing?

2011-02-03 Thread rolandpeng

It's really simple.Thanks for your hint!

public abstract class IndicatingAjaxSubmitLink extends AjaxSubmitLink
implements
IAjaxIndicatorAware {

private static final long serialVersionUID = 1L;
private final AjaxIndicatorAppender indicatorAppender = new
AjaxIndicatorAppender();

public IndicatingAjaxSubmitLink(String id) {
super(id, null);
add(indicatorAppender);
}

public IndicatingAjaxSubmitLink(String id, Form form) {
super(id, form);
add(indicatorAppender);
}

/**
 * @see
org.apache.wicket.ajax.IAjaxIndicatorAware#getAjaxIndicatorMarkupId()
 */
public String getAjaxIndicatorMarkupId() {
return indicatorAppender.getMarkupId();
}
}
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/IndicatingAjaxSubmitLink-missing-tp3257456p3259444.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



Re: IndicatingAjaxSubmitLink missing?

2011-02-03 Thread Igor Vaynberg
roll your own, they are pretty trivial. look at the source of IndicatingAjaxLink

-igor

On Wed, Feb 2, 2011 at 11:51 PM, rolandpeng  wrote:
>
> Will any later version of wicket add IndicatingAjaxSubmitLink?
> It seems this class was missed. Or any other Class similar to this
> IndicatingAjaxSubmitButton, but only for link?
> Thank you.
>
> Roland.
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/IndicatingAjaxSubmitLink-missing-tp3257456p3257456.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
>
>

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



IndicatingAjaxSubmitLink missing?

2011-02-02 Thread rolandpeng

Will any later version of wicket add IndicatingAjaxSubmitLink?
It seems this class was missed. Or any other Class similar to this
IndicatingAjaxSubmitButton, but only for link?
Thank you.

Roland.
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/IndicatingAjaxSubmitLink-missing-tp3257456p3257456.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



Re: IndicatingAjaxSubmitLink missing?

2007-10-22 Thread Juha Alatalo
That is the case with AjaxSubmitButton and AjaxButton not with the 
links, is it?. AjaxSubmitLink submits a form AjaxLink does not.


- Juha

Gerolf Seitz wrote:

iirc, AjaxSubmitLink has been marked deprecated in favor of AjaxLink.

  Gerolf

On 10/22/07, Juha Alatalo <[EMAIL PROTECTED]> wrote:

Hi,

there is AjaxSubmitLink and IndicatingAjaxLink but not
IndicatingAjaxSubmitLink. Are you planning to create one?

- Juha

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






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



Re: IndicatingAjaxSubmitLink missing?

2007-10-22 Thread Gerolf Seitz
oh sorry, that was AjaxSubmitButton, so forget my first answer.

if you look at IndicatingAjaxLink, it's really a matter of a couple of lines
to add the Indicating-feature.
so you could easily roll your own :)

  Gerolf


On 10/22/07, Gerolf Seitz <[EMAIL PROTECTED]> wrote:
>
> iirc, AjaxSubmitLink has been marked deprecated in favor of AjaxLink.
>
>   Gerolf
>
> On 10/22/07, Juha Alatalo < [EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> > there is AjaxSubmitLink and IndicatingAjaxLink but not
> > IndicatingAjaxSubmitLink. Are you planning to create one?
> >
> > - Juha
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>


Re: IndicatingAjaxSubmitLink missing?

2007-10-22 Thread Gerolf Seitz
iirc, AjaxSubmitLink has been marked deprecated in favor of AjaxLink.

  Gerolf

On 10/22/07, Juha Alatalo <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> there is AjaxSubmitLink and IndicatingAjaxLink but not
> IndicatingAjaxSubmitLink. Are you planning to create one?
>
> - Juha
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


IndicatingAjaxSubmitLink missing?

2007-10-22 Thread Juha Alatalo

Hi,

there is AjaxSubmitLink and IndicatingAjaxLink but not 
IndicatingAjaxSubmitLink. Are you planning to create one?


- Juha

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