Hi Kumar, The real problem is that you give us wrong information. The error message says that you HAVE a component with wicket:id="row" in your markup but it seems you've saved this from us! The real problem is that you add the DataView (with id "row") to the page, while it has to be added to the Form.
Martin Grigorov Wicket Training and Consulting On Tue, May 27, 2014 at 3:25 PM, kumar ramanathan <[email protected]>wrote: > Yes Martin,I Understand the problem is the row (wicket:id) is not properly > referred in the java. > > but I have referred inside the submit method in dataview component . The > data view scope is not accessible. It throwed the error. > > While using inside submit method , how we could make the scope accessible > and resolve this problem. > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Errors-in-data-view-req-for-help-to-fix-the-error-in-code-tp4666025p4666037.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
