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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]