You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Edi <ed...@yahoo.com> on 2007/08/18 11:14:38 UTC

Wicket with Excel

I have one doubt in wicket with excel code.

you have createLoop(). right?

I want to call one function in before/after createLoop(). How?

"grid.add(createLoop());"

And how create Loop works.

Please explain and let me know.

-- 
View this message in context: http://www.nabble.com/Wicket-with-Excel-tf4289686.html#a12211891
Sent from the Wicket - User mailing list archive at Nabble.com.


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


Re: Wicket with Excel

Posted by Edi <ed...@yahoo.com>.

I have a grid form
Form grid = new Form("gridform")

add 
grid.add(createLoop());

actually createLoop is a ListView

It looks like 
private ListView createLoop()
    {}

createLoop returns the cell row value and column values.

I have put one method in after createLoop() ListView, But that method have
called first. And 2nd createLoop have executed.

My question is
1. I want to call one function in before/after createLoop(). How? 
2. What is 
grid.add(createLoop());




Edi wrote:
> 
> I have one doubt in wicket with excel code.
> 
> you have createLoop(). right?
> 
> I want to call one function in before/after createLoop(). How?
> 
> "grid.add(createLoop());"
> 
> And how create Loop works.
> 
> Please explain and let me know.
> 
> 

-- 
View this message in context: http://www.nabble.com/Wicket-with-Excel-tf4289686.html#a12213463
Sent from the Wicket - User mailing list archive at Nabble.com.


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