Re: Customized Navigation Toolbar not getting added to the table.

2014-04-08 Thread Martin Grigorov
Hi, I recommend you to read a book on HTML. It will save you a lot of time in the future. Ernesto's deja vu is this mail thread - http://markmail.org/message/4xkyroiyqt6l4thg. Here you have problems with what HTML is needed to construct an HTML table that a browser will render properly. Please re

Re: Customized Navigation Toolbar not getting added to the table.

2014-04-08 Thread chathuraka.waas
hi martin, updated the markup as u mentioned, but its still not working. its generating the following, -- View this message in context:

Re: Customized Navigation Toolbar not getting added to the table.

2014-04-08 Thread Ernesto Reinaldo Barreiro
I feel like having a deja vu On Wed, Apr 9, 2014 at 8:37 AM, Martin Grigorov wrote: > OK. > Now fix it as I suggested - try with > You cannot put a directly in . > > Martin Grigorov > Wicket Training and Consulting > > > On Wed, Apr 9, 2014 at 9:33 AM, chathuraka.waas > wrote: > > > Hi Mar

Re: Re: After copy war under "C:\Tomcat7.0\webapps" ,my Tomcat start-up log popup errors.Please help me figure this problem out, 3x.

2014-04-08 Thread Martin Grigorov
Hi, Yes, it deploys fine. I just updated http://www.wicket-library.com/wicket-examples-6.0.x/index.html to 6.14.0 and all demo apps work fine. Martin Grigorov Wicket Training and Consulting On Wed, Apr 9, 2014 at 9:18 AM, 003210 wrote: > Hi,there, > my problem still does not solved (the

Re: Customized Navigation Toolbar not getting added to the table.

2014-04-08 Thread Martin Grigorov
OK. Now fix it as I suggested - try with You cannot put a directly in . Martin Grigorov Wicket Training and Consulting On Wed, Apr 9, 2014 at 9:33 AM, chathuraka.waas wrote: > Hi Martin, > > my markup in the customizedtable.html is like this, > > > class="fan-nav"> > >

Re: Customized Navigation Toolbar not getting added to the table.

2014-04-08 Thread chathuraka.waas
Hi Martin, my markup in the customizedtable.html is like this, but in runtime it doesnt create any markup. when i inspected with firebug it shows as, regards, -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Customized-Navigati

Re: Customized Navigation Toolbar not getting added to the table.

2014-04-08 Thread Martin Grigorov
Hi, Check the produced markup. On Wed, Apr 9, 2014 at 8:56 AM, chathuraka.waas wrote: > hi, > > i'm trying to add a navigation bar to my table. but its not getting > displayed. I have a customized data table and i'm trying to add my > customized navigation bar to it. Here's my code. Please not

Customized Navigation Toolbar not getting added to the table.

2014-04-08 Thread chathuraka.waas
hi, i'm trying to add a navigation bar to my table. but its not getting displayed. I have a customized data table and i'm trying to add my customized navigation bar to it. Here's my code. Please note this NavigationToolbar class is not the one in API. in Customized tabel. addBottomToolbar(new

Re: Error handling in IResource implementations?

2014-04-08 Thread Stefan Renz
Hi, Martin Grigorov wrote: > Hi, > > I think moving the second WS call out of #writeData() would be the simpler > solution. This works as expected, and is pretty straigthforward, so I'll stick with this suggestion rather than choosing the second option below. The solution then looks like this:

Re: FeedbackMessages not appearing on page from panel

2014-04-08 Thread David Beer
Hi Martin/Ernesto Thanks for this it worked brilliantly. Thanks David On 8 April 2014 15:08, Martin Grigorov wrote: > Hi, > > getSession().success("...") > > Martin Grigorov > Wicket Training and Consulting > > > On Tue, Apr 8, 2014 at 5:05 PM, David Beer wrote: > > > I am actually reloadin

Re: Variables Assigned to ModalWindow are not the same as in the Callback

2014-04-08 Thread Ernesto Reinaldo Barreiro
http://stackoverflow.com/questions/18741445/hibernate-entity-serializable On Tue, Apr 8, 2014 at 3:35 PM, arnzel wrote: > The problem is, that this classes are hibernate entities. so they have to > be > serializable > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.na

Re: FeedbackMessages not appearing on page from panel

2014-04-08 Thread Martin Grigorov
Hi, getSession().success("...") Martin Grigorov Wicket Training and Consulting On Tue, Apr 8, 2014 at 5:05 PM, David Beer wrote: > I am actually reloading the same page, due to making sure that the forms > are reset correctly and the associated data. How do you mean via the > session? is it j

Re: FeedbackMessages not appearing on page from panel

2014-04-08 Thread David Beer
I am actually reloading the same page, due to making sure that the forms are reset correctly and the associated data. How do you mean via the session? is it just as possible to send them using PageParameters and interpret them in the constructor and then add the message to the feedback. David On

Re: Variables Assigned to ModalWindow are not the same as in the Callback

2014-04-08 Thread arnzel
The problem is, that this classes are hibernate entities. so they have to be serializable -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Variables-Assigned-to-ModalWindow-are-not-the-same-as-in-the-Callback-tp4665161p4665290.html Sent from the Users forum mailing li

Re: FeedbackMessages not appearing on page from panel

2014-04-08 Thread Ernesto Reinaldo Barreiro
You are jumping to a new page? Not sure but you might have to pass messages via session. On Tue, Apr 8, 2014 at 2:36 PM, David Beer wrote: > Hi All > > I have a panel which is added to my page which has contained form which is > used to update users password. All is good here, when the user sub

Re: Restful Services

2014-04-08 Thread Arjun Dhar
You maybe interested to explore : Apache CXF with Spring + Spring Security - Software documentation is like sex: when it is good, it is very, very good; and when it is bad, it is still better than nothing! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Restful-Se

FeedbackMessages not appearing on page from panel

2014-04-08 Thread David Beer
Hi All I have a panel which is added to my page which has contained form which is used to update users password. All is good here, when the user submits the form using AjaxButton it goes through the process and gets to the from submit ok. If everything is valid it updates data fine at which point

Re: Restful Services

2014-04-08 Thread Maxim Solodovnik
You can try to use TomEE as your server, then use annotations I believe it will work regardless of Wicket version On Tue, Apr 8, 2014 at 6:29 AM, Martin Grigorov wrote: > Hi, > > This project has been introduced with WicketStuff 6.x - > > https://github.com/wicketstuff/core/tree/wicket-6.x/jdk-1

Re: Restful Services

2014-04-08 Thread Martin Grigorov
Hi, This project has been introduced with WicketStuff 6.x - https://github.com/wicketstuff/core/tree/wicket-6.x/jdk-1.6-parent/wicketstuff-restannotations-parent So yes, I think you cannot use it with Wicket 1.4.x Martin Grigorov Wicket Training and Consulting On Tue, Apr 8, 2014 at 3:24 PM, Ri

Restful Services

2014-04-08 Thread Richard W. Adams
Does anyone know what version of Wicket is required to use the REST annotations? I was reading the article at http://java.dzone.com/articles/working-rest-wicket, but unfortunately the links in the article seem to be broken. Our corporate framework locks us into Wicket 1.4.17 with no option to

RE: Wicket 1.6.7 TabbedPanel URL Access

2014-04-08 Thread Richter, Marvin
Like Sven mentioned, you could pass a parameter to a page e.g. tabIndex and in the constructor you get the parameter with name tabIndex and later on when you initialize the TabbedPanel you call setSelectedTab(tabIndex) Marvin Richter -Original Message- From: Sven Meier [mailto:s...@mei