Re: Exporting data in a DefaultDataTable to xls or csv file

2009-08-09 Thread schapey

which had a snippet of code in which the user indicates no longer
outputs the data but a fragment of sql.  

Correction I meant a fragment of html.

sorry.
-- 
View this message in context: 
http://www.nabble.com/Exporting-data-in-a-DefaultDataTable-to-xls-or-csv-file-tp24884267p24886873.html
Sent from the Wicket - User 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



How NOT TO Cache Markup - Markup Dynamically created

2009-03-15 Thread schapey

Hi All, 

I don't see this post in the forum.. so I am posting again.

I have a page where the markup is creating dynamically and I do not want the 
markup to be cached. 

I am implementing both IMarkupResourceStreamProvider, 
IMarkupCacheKeyProvider 


I'm not sure what I need to do in order for the markup not to be cached. 

In one of the source files in here 
http://wicketstuff.org/wicket13/customresourceloading, 

it said that if I returned null from getCacheKey that the markup would not 
be cached.

When I do this I get into a loop and it keeps trying to get the markup over 
and over again. 


   @Override 
public String getCacheKey( MarkupContainer container, Class 
containerClass ) 
{ 
return null; 
} 


I tried calling the clearing the cache after the page renders... but when I 
do this the page won't even load. 

Any help would greatly be appreciated. 

I am using wicket1.4rc2.

Thanks 
Karen. 



-- 
View this message in context: 
http://www.nabble.com/How-NOT-TO-Cache-Markup---Markup-Dynamically-created-tp22529829p22529829.html
Sent from the Wicket - User 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



Multiple Sorting in a DataTable

2009-01-06 Thread schapey

Hi Wicket Users,

Has anyone tried to implement multiple sorting in a data table?

I was thinking of trying to do something simliar to the filtertoolbar but
for sorting.

Thanks for any input. 

Karen




-- 
View this message in context: 
http://www.nabble.com/Multiple-Sorting-in-a-DataTable-tp21316708p21316708.html
Sent from the Wicket - User 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