[Wicket-user] webPages variableFlow, backButton, theSmartAndCorrectWay?

2007-05-09 Thread manu
Hi, Sirs, I have the following webPages variableFlow: Flow1: Page1 > Page2 > Page3 > Page4 > Page5 > Page6 Flow2: Page1 > Page3 > Page4 > Page6 As expressed in this flows, sometimes, depending on internal conditions, Page1 flows directly to Page3, jumping over Page2, and so it happens with Page4

[Wicket-user] BookmarkablePageLink converts String parameters to String[]? (Wicket 1.2.6)

2007-05-08 Thread manu
Dear Sirs, I updated to Wicket 1.2.6 and I have found the following behavior when using BookmarkablePageLink (which was not happening before in Wicket 1.2.5). The code example is: private class Link1 extends BookmarkablePageLink { private static final long serialVersionUID = 1L;

[Wicket-user] Applet not loaded in 1.2.6, but in 1.2.5, and viceversa, depending on codebase [jetty-server]

2007-05-03 Thread manu
Dear people, I have found the following strange behavior in wicket-1.2.6: Since long time ago I've been using wicket-1.2.5, and testing a webPage where there's an applet with the following codebase: Yesterday, I decided to update to wicket-1.2.6, and then, while testing this webPage again, I f

Re: [Wicket-user] onGoingBack2Page(+innerForm) => innerForm.fields = empty!?

2007-04-25 Thread manu
sure there are no form errors - ie all models have been updated with proper values - and then navigate to page2. -igor On 4/24/07, manu <[EMAIL PROTECTED]> wrote: > Dear Sirs, > > The scenario is the following: > > - Page1 > Form1 (innerClass) > input1(String)... in

[Wicket-user] onGoingBack2Page(+innerForm) => innerForm.fields = empty!?

2007-04-24 Thread manu
Dear Sirs, The scenario is the following: - Page1 > Form1 (innerClass) > input1(String)... inputN(String) - Page2 > Link/Button (whatever for going back to Page1 - has a reference object of Page1) ... - PageN > Link/Button (idem) It happens that, when flowing-back from Page2, or... PageN, to Pa

Re: [Wicket-user] Why does setResponse sometimes does notResponse?

2007-02-21 Thread manu
So, the fix allows using setResponse in constructions, should we the users understand that? Sorry, because the thread extended a little bit confusing at the end... :/ On 2/20/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > On 2/20/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > > umm...that was a

Re: [Wicket-user] Why does setResponse sometimes does notResponse?

2007-02-19 Thread manu
> > > available, and I cannot think of a good end-user reason why this > > > couldn't be called. The getMarkupId method can in fact be called in > > if it is possible to make every method work at constructor, of course > > this is not necessary. > It's a good idea to shield people from errors that

[Wicket-user] Why does setResponse sometimes does notResponse?

2007-02-19 Thread manu
> you shouldnt be calling setresponsepage inside constructors > try RestartResponseException Yes, RestartResponseException forced it to response fine. Anyway, it's a shame "setResponse" sometimes fails in constructors, I already have other web-flows working fine with it. That's because I have som

[Wicket-user] Why does setResponse sometimes does notResponse?

2007-02-15 Thread Manu
ives Page2, it internally checks another digital signature, and in case OK it should navigate to Page3.. but not. Internally it also does a setResponse(Page3)... but after the constructor endes, nothing happens... it executes and renders, and the flow dies at Page2. Any idea what can b

[Wicket-user] SortableDataProvider, size() & iterator(int first, int count), Correct execution order?

2006-11-23 Thread Manu
Hi, there, I have the following composition: WebPage >... ... DataView > CustomProvider extends SortableDataProvider ... PagingNavigator > DataView The ERROR? I found is this: When clicking on any of the navigation buttons (PagingNavigator), my CustomProvider implementation is managed by Wick

Re: [Wicket-user] Wicket-portlet inside LifeRay + Tomcat?

2006-09-12 Thread Manu
java.lang.Thread.run(Thread.java:534) Caused by: java.lang.ClassCastException at com.liferay.portal.deploy.HotDeployPortletListener.invokeDeploy(HotDe ployPortletListener.java:142) ... 14 more --- Need help! Thank you, in advance! Regards. Manu