Re: Socket write error occurs when you use a modal window wiht Internet Explorer.

2011-11-24 Thread Martin Grigorov
Hi, Sounds similar to https://issues.apache.org/jira/browse/WICKET-3869 On Thu, Nov 24, 2011 at 4:46 AM, Masaya Seko wrote: > Hi, > > I using wicket 1.5.3. > When using a modal > window(org.apache.wicket.extensions.ajax.markup.html.modal.ModalWindow) with > IE, I'm having trouble socket write

Re: Component not found error after ajax page refresh

2011-11-24 Thread Ernesto Reinaldo Barreiro
I would block the page with an overlay div while page while links are refreshed. Regards, Ernesto On Thu, Nov 24, 2011 at 5:55 AM, jalbert wrote: > I have developed a data list page using Wicket. The list displays rows of > data with some action links like View or Edit for each row. The page h

Re: WiQuery vs JQWicket

2011-11-24 Thread Ernesto Reinaldo Barreiro
Did you look at [1]? Implementation is not complete (not all the features of grid are implemented) but it could give you some starting point. Regards, Ernesto References, 1-http://wiquery-plugins-demo.appspot.com/demo/?wicket:bookmarkablePage=:com.wiquery.plugins.demo.GridPage On Wed, Nov 23,

Re: Socket write error occurs when you use a modal window wiht Internet Explorer.

2011-11-24 Thread Masaya Seko
Thank you. I also sounds similar to it. I will comment on WICKET-3869. --- On Thu, 2011/11/24, Martin Grigorov wrote: > Hi, > > Sounds similar to https://issues.apache.org/jira/browse/WICKET-3869 > > On Thu, Nov 24, 2011 at 4:46 AM, Masaya Seko wrote: > > Hi, > > > > I using wicket 1.5.3. > >

RE: Handling ReplaceHandlerException on continueToOriginalDestination in wicket 1.5

2011-11-24 Thread Wilhelmsen Tor Iver
> continueToOriginalDestination() does alway sthrow the replacehandler > exception. this is how that method works... In 1.5 perhaps, in 1.4 it returns false if it was not a redirect; that might be the cause of confusion. - Tor Iver ---

Re: Handling ReplaceHandlerException on continueToOriginalDestination in wicket 1.5

2011-11-24 Thread Martin Grigorov
On Thu, Nov 24, 2011 at 10:43 AM, Wilhelmsen Tor Iver wrote: >> continueToOriginalDestination() does alway sthrow the replacehandler >> exception. this is how that method works... > > In 1.5 perhaps, in 1.4 it returns false if it was not a redirect; that might > be the cause of confusion. The be

Re: Putting together two seperate wicket projects into a multi-module maven project

2011-11-24 Thread nivs
Hi Sometime back I did something similar. The thread is here see if this helps. http://apache-wicket.1842946.n4.nabble.com/Re-Using-Wicket-to-build-Application-Portal-td2248912.html#a2258389 Multiple Mave Projects -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Putt

Re: Button with 3 images and issues

2011-11-24 Thread D0m3
Ok eventually I have made a behavior which extends AbstractTransformerBehavior, because I wanted to add the markup to Link, Button, AjaxButton, etc. About the disabled part, I check in the behavior whether the component is enabled and I add Disabled to my classes if not. Don't hesitate if you have

Re: add resources to javascript

2011-11-24 Thread Philipp Schreiber
So.. ok nevermind... just mounted the resources as PackageResourceReference and used it in JS -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/add-resources-to-javascript-tp4101004p4103562.html Sent from the Users forum mailing list archive at Nabble.com.

Re: wicket-cdi NotSerializableException for injected SLSB proxy

2011-11-24 Thread Phill
On further investigation it doesn't seem to be a weld/glassfish bug as as far as I can tell there is no requirement for a Stateless EJB proxy to be serializable. The issue was raised here where a patch to seam-wicket was proposed: https://issues.jboss.org/browse/SEAMWICKET-41 Any chance of a simi

Re: There are problems with

2011-11-24 Thread andreyich
Thank you! i see -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/There-are-problems-with-object-wicket-id-report-width-350-height-100-tp4099376p4103718.html Sent from the Users forum mailing list archive at Nabble.com. --

Re: wicket-cdi NotSerializableException for injected SLSB proxy

2011-11-24 Thread Igor Vaynberg
On Thu, Nov 24, 2011 at 4:03 AM, Phill wrote: > On further investigation it doesn't seem to be a weld/glassfish bug as as far > as I can tell there is no requirement for a Stateless EJB proxy to be > serializable. > The issue was raised here where a patch to seam-wicket was proposed: > https://i

Re: wicket-cdi NotSerializableException for injected SLSB proxy

2011-11-24 Thread Igor Vaynberg
btw, feel free to open an issue in wicket-cdi -igor On Thu, Nov 24, 2011 at 4:03 AM, Phill wrote: > On further investigation it doesn't seem to be a weld/glassfish bug as as far > as I can tell there is no requirement for a Stateless EJB proxy to be > serializable. > The issue was raised here

Re: Forms marked as multipart do not work with ajax and IE9

2011-11-24 Thread Stijn Maller
Sorry to come back to this old issue, but we are struggling with it too and unfortunately the solutions mentioned do not seem to work for us. Our app already specified the doctype for html 4, and I also tried the html 5 doctype after reading your mails, but to no avail. Our page is being rendered

Re: AjaxSelfUpdatingTimerBehavior stops working for a while

2011-11-24 Thread Ramona
Hi Dan! It's just one behavior and Wicket Ajax window doesn't show any error log. It first starts the behavior like this: INFO: Response parsed. Now invoking steps... INFO: Response processed successfully. INFO: Invoking post-call handler(s)... INFO: refocus last focused component not needed/allo

Re: AjaxSelfUpdatingTimerBehavior stops working for a while

2011-11-24 Thread Ramona
Hi! Thanks for your answer. I tried that and set 200 as value but it still happens the same. Any other idea? Martin Grigorov-4 wrote > > Hi > > Try with Firefox and see at how many connections it stops working. > The open "about:config" page and change the value of > "network.http.max-connecti

Re: wicket-cdi NotSerializableException for injected SLSB proxy

2011-11-24 Thread Phill
https://github.com/42Lines/wicket-cdi/issues/14 On 24/nov/2011, at 17:19, Igor Vaynberg wrote: > btw, feel free to open an issue in wicket-cdi > > -igor > > On Thu, Nov 24, 2011 at 4:03 AM, Phill wrote: >> On further investigation it doesn't seem to be a weld/glassfish bug as as >> far as I c

Re: There are problems with

2011-11-24 Thread andreyich
And if it possible could you answer on another question! What I did wrong? Java JRResource pdfResource = new JRConcreteResource(reportFile, new PdfResourceHandler()).setReportDataSource(new JRBeanCollectionDataSource(historyReports)); EmbeddedJRReport jrReport = new Embe

Re: There are problems with

2011-11-24 Thread andreyich
And if it possible could you answer on another question! What I did wrong? Java JRResource pdfResource = new JRConcreteResource(reportFile, new PdfResourceHandler()).setReportDataSource(new JRBeanCollectionDataSource(historyReports)); EmbeddedJRReport jrReport = new Embe

WebResource in Wicket 1.5

2011-11-24 Thread nazeem
I have a open flash chart implementation following the link below. https://cwiki.apache.org/WICKET/open-flash-chart-and-wicket.html But when i upgrade to wicket 1.5 im stuck at this.. In class OpenFlashChart, WebResource jsonResource = new WebResource() { @Override public IRes