Help on create a list with dataview

2008-08-06 Thread alex2008
This is the code: public class ListProductPage extends WebPage { public ListProductPage() { add(new Link(createLink) { /** * Go to the Edit page when the link is clicked, passing an empty * Product details */

Re: Help on create a list with dataview

2008-08-06 Thread Igor Vaynberg
are you using wicket 1.2??? -igor On Wed, Aug 6, 2008 at 7:33 AM, alex2008 [EMAIL PROTECTED] wrote: This is the code: public class ListProductPage extends WebPage { public ListProductPage() { add(new Link(createLink) { /** * Go to the Edit

Re: Help on create a list with dataview

2008-08-06 Thread alex2008
No i'm using wicket 1.3.4. If there is a system to have a more simple code ... are you using wicket 1.2??? -igor -- View this message in context: http://www.nabble.com/Help-on-create-a-list-with-dataview-tp18852545p18853703.html Sent from the Wicket - User mailing list archive at

Re: Help on create a list with dataview

2008-08-06 Thread Igor Vaynberg
i guess i am wondering where this code came from? looks like code from 1.2... /** * Returns null to indicate there is no nested model. * @return Null */ public IModel getNestedModel() { return null; } -igor On Wed, Aug 6, 2008 at 8:29 AM, alex2008 [EMAIL PROTECTED] wrote:

Re: Help on create a list with dataview

2008-08-06 Thread alex2008
I'm trying to customize an example but without success if there is a better way to get the same result with the 1.3.4 so much the better. Which part of the code would be modify? i guess i am wondering where this code came from? looks like code from 1.2... -- View this message in context: