Re: [Wicket-user] DataView and Ajax

2006-12-08 Thread carbonbasednerd

That did it.  Thanks for the help.


igor.vaynberg wrote:
> 
> well in that case just do
> 
> new AjaxPagingNavigator() { onajaxevent(target) {
> target.add(dataviewparent);
> }}
> 
> -igor
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/DataView-and-Ajax-tf2771602.html#a7759052
Sent from the Wicket - User mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] DataView and Ajax

2006-12-07 Thread Igor Vaynberg

its not final, but it doesnt guide the user either

-igor


On 12/7/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote:


On 12/7/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> well the thing is that the paging navigator tries to do this
automagically
> in onajaxevent() maybe that should just be made abstract

It isn't final :-)

But yeah, maybe it is doing too much magic behind the scenes

Martijn

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] DataView and Ajax

2006-12-07 Thread Martijn Dashorst
On 12/7/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> well the thing is that the paging navigator tries to do this automagically
> in onajaxevent() maybe that should just be made abstract

It isn't final :-)

But yeah, maybe it is doing too much magic behind the scenes

Martijn

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] DataView and Ajax

2006-12-07 Thread Igor Vaynberg

well the thing is that the paging navigator tries to do this automagically
in onajaxevent() maybe that should just be made abstract

-igor


On 12/7/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote:


I think ie does permit replacing a  element, but not  
 

So you have to add the markup container (don't forget to
setOutputMarkupId(true) on it) to the ajax request target instead of
the dataview.

Martijn

On 12/7/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> yes, ie doesnt let you use outerhtml on table elements, simply replace
the
>  wicket:id="container">...
>
> -igor
>
>
>
>  On 12/7/06, carbonbasednerd <[EMAIL PROTECTED]> wrote:
> >
> > I put the data view into a markupcontainerso the html looks like this:
> >
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> >  wicket:id="navigator">
> > 
> > 
> > 
> >
> > I get an Unknown runtime error.  I dug around and found that this
might be
> > because of IE and some troubles with  tags?  didn't find a
solution to
> > this though.
> >
> >
> > try putting the dataview into a markupcontainer
> >
> > -igor
> >
> >
> > On 12/6/06, carbonbasednerd < [EMAIL PROTECTED]> wrote:
> > >
> > >
> > > Hi, I searched the forums and found one question about
> AjaxPagingNavigator
> > > not working with DataView - but there was no response to it.
> > >
> > > Is the DataView unable to work with AjaxPagingNavigator or do I need
to
> do
> > > something else to get it to work?
> >
> > --
> > View this message in context:
> http://www.nabble.com/DataView-and-Ajax-tf2771602.html#a7745724
> > Sent from the Wicket - User mailing list archive at Nabble.com.
> >
> >
> >
>
-
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to
share
> your
> > opinions on IT & business topics through brief surveys - and earn cash
> >
>
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > ___
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
>
>
>
-
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
your
> opinions on IT & business topics through brief surveys - and earn cash
>
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
>


--
http://www.thebeststuffintheworld.com/vote_for/wicket";>Vote
for http://www.thebeststuffintheworld.com/stuff/wicket
">Wicket
at the http://www.thebeststuffintheworld.com/";>Best Stuff in
the World!

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] DataView and Ajax

2006-12-07 Thread Martijn Dashorst
I think ie does permit replacing a  element, but not  
 

So you have to add the markup container (don't forget to
setOutputMarkupId(true) on it) to the ajax request target instead of
the dataview.

Martijn

On 12/7/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> yes, ie doesnt let you use outerhtml on table elements, simply replace the
>  wicket:id="container">...
>
> -igor
>
>
>
>  On 12/7/06, carbonbasednerd <[EMAIL PROTECTED]> wrote:
> >
> > I put the data view into a markupcontainerso the html looks like this:
> >
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> >  wicket:id="navigator">
> > 
> > 
> > 
> >
> > I get an Unknown runtime error.  I dug around and found that this might be
> > because of IE and some troubles with  tags?  didn't find a solution to
> > this though.
> >
> >
> > try putting the dataview into a markupcontainer
> >
> > -igor
> >
> >
> > On 12/6/06, carbonbasednerd < [EMAIL PROTECTED]> wrote:
> > >
> > >
> > > Hi, I searched the forums and found one question about
> AjaxPagingNavigator
> > > not working with DataView - but there was no response to it.
> > >
> > > Is the DataView unable to work with AjaxPagingNavigator or do I need to
> do
> > > something else to get it to work?
> >
> > --
> > View this message in context:
> http://www.nabble.com/DataView-and-Ajax-tf2771602.html#a7745724
> > Sent from the Wicket - User mailing list archive at Nabble.com.
> >
> >
> >
> -
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> > opinions on IT & business topics through brief surveys - and earn cash
> >
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > ___
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
>
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>
> ___
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
>


-- 
http://www.thebeststuffintheworld.com/vote_for/wicket";>Vote
for http://www.thebeststuffintheworld.com/stuff/wicket";>Wicket
at the http://www.thebeststuffintheworld.com/";>Best Stuff in
the World!

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] DataView and Ajax

2006-12-07 Thread Igor Vaynberg

well in that case just do

new AjaxPagingNavigator() { onajaxevent(target) { target.add(dataviewparent);
}}

-igor


On 12/7/06, carbonbasednerd <[EMAIL PROTECTED]> wrote:



tried that and I still get the same error message.


igor.vaynberg wrote:
>
> yes, ie doesnt let you use outerhtml on table elements, simply replace
the
> ...
>
> -igor
>
>
> On 12/7/06, carbonbasednerd <[EMAIL PROTECTED]> wrote:
>>
>>
>> I put the data view into a markupcontainerso the html looks like this:
>>
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>>
>> I get an Unknown runtime error.  I dug around and found that this might
>> be
>> because of IE and some troubles with  tags?  didn't find a solution
>> to
>> this though.
>

--
View this message in context:
http://www.nabble.com/DataView-and-Ajax-tf2771602.html#a7746194
Sent from the Wicket - User mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] DataView and Ajax

2006-12-07 Thread carbonbasednerd

tried that and I still get the same error message.


igor.vaynberg wrote:
> 
> yes, ie doesnt let you use outerhtml on table elements, simply replace the
> ...
> 
> -igor
> 
> 
> On 12/7/06, carbonbasednerd <[EMAIL PROTECTED]> wrote:
>>
>>
>> I put the data view into a markupcontainerso the html looks like this:
>>
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>>
>> I get an Unknown runtime error.  I dug around and found that this might
>> be
>> because of IE and some troubles with  tags?  didn't find a solution
>> to
>> this though.
> 

-- 
View this message in context: 
http://www.nabble.com/DataView-and-Ajax-tf2771602.html#a7746194
Sent from the Wicket - User mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] DataView and Ajax

2006-12-07 Thread Igor Vaynberg

yes, ie doesnt let you use outerhtml on table elements, simply replace the
...

-igor


On 12/7/06, carbonbasednerd <[EMAIL PROTECTED]> wrote:



I put the data view into a markupcontainerso the html looks like this:














I get an Unknown runtime error.  I dug around and found that this might be
because of IE and some troubles with  tags?  didn't find a solution to
this though.


try putting the dataview into a markupcontainer

-igor


On 12/6/06, carbonbasednerd <[EMAIL PROTECTED]> wrote:
>
>
> Hi, I searched the forums and found one question about
AjaxPagingNavigator
> not working with DataView - but there was no response to it.
>
> Is the DataView unable to work with AjaxPagingNavigator or do I need to
do
> something else to get it to work?

--
View this message in context:
http://www.nabble.com/DataView-and-Ajax-tf2771602.html#a7745724
Sent from the Wicket - User mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] DataView and Ajax

2006-12-07 Thread carbonbasednerd

I put the data view into a markupcontainerso the html looks like this:














I get an Unknown runtime error.  I dug around and found that this might be
because of IE and some troubles with  tags?  didn't find a solution to
this though.


try putting the dataview into a markupcontainer

-igor


On 12/6/06, carbonbasednerd <[EMAIL PROTECTED]> wrote:
>
>
> Hi, I searched the forums and found one question about AjaxPagingNavigator
> not working with DataView - but there was no response to it.
>
> Is the DataView unable to work with AjaxPagingNavigator or do I need to do
> something else to get it to work?

-- 
View this message in context: 
http://www.nabble.com/DataView-and-Ajax-tf2771602.html#a7745724
Sent from the Wicket - User mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] DataView and Ajax

2006-12-06 Thread Igor Vaynberg

try putting the dataview into a markupcontainer

-igor


On 12/6/06, carbonbasednerd <[EMAIL PROTECTED]> wrote:



Hi, I searched the forums and found one question about AjaxPagingNavigator
not working with DataView - but there was no response to it.

Is the DataView unable to work with AjaxPagingNavigator or do I need to do
something else to get it to work?

(here's a sample of what I am doing)

DataView campaignDV = new CampaignDataView("campaignDV", cdp);
campaignDV.setOutputMarkupId(true);
campaignDV.setItemsPerPage(10);
AjaxPagingNavigator pn = new AjaxPagingNavigator("navigator", campaignDV);


thanks for the help.
--
View this message in context:
http://www.nabble.com/DataView-and-Ajax-tf2771602.html#a7730816
Sent from the Wicket - User mailing list archive at Nabble.com.


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user