Re: Validation not working in Model Window on Dynamic rows addition

2014-03-19 Thread wicket_new_user
Yes, it is just experiment.

Also, when the Addrow is clicked, the validation is not getting fired and
the form is getting null, as i'm clueless why it is not working only in
ModelWindow and how it is working in regular page.

Thanks
Venky

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Validation-not-working-in-Model-Window-on-Dynamic-rows-addition-tp4665011p4665035.html
Sent from the Users forum 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



Re: Validation not working in Model Window on Dynamic rows addition

2014-03-19 Thread Martin Grigorov
Hi,

Sorry, I don't see anything suspicious.
The only thing is that your submit button is AjaxLink, AjaxSubmitLink is
commented. But I guess you did this just to experiment.

Martin Grigorov
Wicket Training and Consulting


On Tue, Mar 18, 2014 at 5:54 PM, wicket_new_user wrote:

> ReportFiltersPanel.html
> <
> http://apache-wicket.1842946.n4.nabble.com/file/n4665013/ReportFiltersPanel.html
> >
> ReportFiltersPanel.java
> <
> http://apache-wicket.1842946.n4.nabble.com/file/n4665013/ReportFiltersPanel.java
> >
>
> Martin,
> Uploaded both the Java and HTML files for complete reference.
>
> New row is added between 161 - 192 lines of code which is called at line
> 118
> in the uploaded file.
>
> Thanks
> Venky
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Validation-not-working-in-Model-Window-on-Dynamic-rows-addition-tp4665011p4665013.html
> Sent from the Users forum 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
>
>


Re: WicketStuff branch for 6.x

2014-03-19 Thread Martin Grigorov
All projects but inmethod-grid and mbeans-panel have been migrated to
Wicket 7.x. I.e. they 'mvn install' fine. I haven't tested them at runtime.

inmethod-grid and mbeans-panel need to be reworked to use the new
wicket-extensions Tree component. In wicket-6.x they use the old deprecated
Tree.

Martin Grigorov
Wicket Training and Consulting


On Wed, Mar 19, 2014 at 11:56 AM, Ernesto Reinaldo Barreiro <
reier...@gmail.com> wrote:

> Ok. Maybe we should use the same page to track status of migration.
>
> I just mentioned the API breaks because when I did some work for inMethod
> grid I found the use of generics a bit too verbose (and I thought that
> maybe that could be improved).
>
>
> On Wed, Mar 19, 2014 at 10:50 AM, Martin Grigorov  >wrote:
>
> > Hi Ernesto,
> >
> > Thanks for offering your help!
> > API breaks are allowed. It would be good to create a new page in the wiki
> > and explain the breaks so it is easier for other users.
> >
> > Martin Grigorov
> > Wicket Training and Consulting
> >
> >
> > On Wed, Mar 19, 2014 at 11:46 AM, Ernesto Reinaldo Barreiro <
> > reier...@gmail.com> wrote:
> >
> > > Thanks for taking care of this! Maybe I could help with inMethod grid,
> > > gmap? Are API brakes allowed?
> > >
> > >
> > >
> > > On Wed, Mar 19, 2014 at 10:38 AM, Martin Grigorov <
> mgrigo...@apache.org
> > > >wrote:
> > >
> > > > Hi,
> > > >
> > > > I've just created branch
> > > > wicket-6.x that
> > > > will be used for further releases of WicketStuff 6.x.
> > > > From now on 'master' branch will be against Wicket 7.0-SNAPSHOT.
> > > >
> > > > Any help to migrate the projects is very welcome !
> > > >
> > > > Martin Grigorov
> > > > Wicket Training and Consulting
> > > >
> > >
> > >
> > >
> > > --
> > > Regards - Ernesto Reinaldo Barreiro
> > >
> >
>
>
>
> --
> Regards - Ernesto Reinaldo Barreiro
>


Re: Re: Issue with UrlPathPageParametersEncoder and %2F (/)

2014-03-19 Thread Sergio Paganoni
Hi Sven,


Thanks for your reply, it seems like the problem is exactly the one you
reported.


Have a nice day


Re: WicketStuff branch for 6.x

2014-03-19 Thread Ernesto Reinaldo Barreiro
Ok. Maybe we should use the same page to track status of migration.

I just mentioned the API breaks because when I did some work for inMethod
grid I found the use of generics a bit too verbose (and I thought that
maybe that could be improved).


On Wed, Mar 19, 2014 at 10:50 AM, Martin Grigorov wrote:

> Hi Ernesto,
>
> Thanks for offering your help!
> API breaks are allowed. It would be good to create a new page in the wiki
> and explain the breaks so it is easier for other users.
>
> Martin Grigorov
> Wicket Training and Consulting
>
>
> On Wed, Mar 19, 2014 at 11:46 AM, Ernesto Reinaldo Barreiro <
> reier...@gmail.com> wrote:
>
> > Thanks for taking care of this! Maybe I could help with inMethod grid,
> > gmap? Are API brakes allowed?
> >
> >
> >
> > On Wed, Mar 19, 2014 at 10:38 AM, Martin Grigorov  > >wrote:
> >
> > > Hi,
> > >
> > > I've just created branch
> > > wicket-6.x that
> > > will be used for further releases of WicketStuff 6.x.
> > > From now on 'master' branch will be against Wicket 7.0-SNAPSHOT.
> > >
> > > Any help to migrate the projects is very welcome !
> > >
> > > Martin Grigorov
> > > Wicket Training and Consulting
> > >
> >
> >
> >
> > --
> > Regards - Ernesto Reinaldo Barreiro
> >
>



-- 
Regards - Ernesto Reinaldo Barreiro


Re: WicketStuff branch for 6.x

2014-03-19 Thread Martin Grigorov
Hi Ernesto,

Thanks for offering your help!
API breaks are allowed. It would be good to create a new page in the wiki
and explain the breaks so it is easier for other users.

Martin Grigorov
Wicket Training and Consulting


On Wed, Mar 19, 2014 at 11:46 AM, Ernesto Reinaldo Barreiro <
reier...@gmail.com> wrote:

> Thanks for taking care of this! Maybe I could help with inMethod grid,
> gmap? Are API brakes allowed?
>
>
>
> On Wed, Mar 19, 2014 at 10:38 AM, Martin Grigorov  >wrote:
>
> > Hi,
> >
> > I've just created branch
> > wicket-6.x that
> > will be used for further releases of WicketStuff 6.x.
> > From now on 'master' branch will be against Wicket 7.0-SNAPSHOT.
> >
> > Any help to migrate the projects is very welcome !
> >
> > Martin Grigorov
> > Wicket Training and Consulting
> >
>
>
>
> --
> Regards - Ernesto Reinaldo Barreiro
>


Re: WicketStuff branch for 6.x

2014-03-19 Thread Ernesto Reinaldo Barreiro
Thanks for taking care of this! Maybe I could help with inMethod grid,
gmap? Are API brakes allowed?



On Wed, Mar 19, 2014 at 10:38 AM, Martin Grigorov wrote:

> Hi,
>
> I've just created branch
> wicket-6.x that
> will be used for further releases of WicketStuff 6.x.
> From now on 'master' branch will be against Wicket 7.0-SNAPSHOT.
>
> Any help to migrate the projects is very welcome !
>
> Martin Grigorov
> Wicket Training and Consulting
>



-- 
Regards - Ernesto Reinaldo Barreiro


WicketStuff branch for 6.x

2014-03-19 Thread Martin Grigorov
Hi,

I've just created branch
wicket-6.x that
will be used for further releases of WicketStuff 6.x.
>From now on 'master' branch will be against Wicket 7.0-SNAPSHOT.

Any help to migrate the projects is very welcome !

Martin Grigorov
Wicket Training and Consulting


Re: Extending the DataTable class doesnt work

2014-03-19 Thread Martin Grigorov
Hi,

In MyDataTable.html you need to add either a second  in the , or
a second  for this extra row.
As I said earlier  is not allowed in ,  and 
elements.

Martin Grigorov
Wicket Training and Consulting


On Wed, Mar 19, 2014 at 7:11 AM, chathuraka.waas
wrote:

> Hi,
>
> i'm still trying to fix my issue. Even though most of the issues are fixed
> there is one small glitch i cant get my way around.
>
> Given my business scenario i need to be able to add a empty row to the
> table
> after its been rendered by wicket.
>
> In wicket 1.4 this was achieved by,
>
>
>
>
>
> [cell]
>
>
>
> 
>
>
> but with wicket 6.14 i'm unable to do this. when i place wicket elements
> inside the table it complains telling that only row html elements are
> allowed inside a table component.
>
> my current table mark up is this,
>
>
>
>
>
> how can i achieve to add a empty column after the rows are being rendered
> in
> wicket 6.14.
>
> Thanks in advance.
>
> Regards,
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Extending-the-DataTable-class-doesnt-work-tp4664952p4665018.html
> Sent from the Users forum 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
>
>