Re: Several Form onSubmit, is it possible add via AbstractBehavior?

2013-02-15 Thread Alex
? aForm) { // here target is null (why?) . // some main actions for form submit... } }); . form.add(new MyCustomBehavior(feedback)); ... // End of main page - Best wishes, Alex. -- View this message

Several Form onSubmit, is it possible add via AbstractBehavior?

2013-02-14 Thread Alex
Hi. I have AjaxFallbackButton on the form with defined onSubmit handler. There also one custom AbstractBehavior added to the form. This Behavior does some action with form's components (add event handlers for form's text controls) and next should intercept form's onSubmit event to do some action

Re: Performance tuning Wicket[1.5]...

2012-08-31 Thread Alex Shubert
Maybe bottleneck is somewhere else? SQL request maybe? Some eager loading... On 29 August 2012 10:31, nino martinez wael nino.martinez.w...@gmail.com wrote: A little feedback. First I tried visualVM (did not provide enough detail for this extreme optimization), then jprofiler (had trouble

Re: Jqwicket

2012-08-31 Thread Alex
Wicket 6.0 has jQuery support by its own. 2012/8/30 Pierre Goupil goupilpie...@gmail.com Good evening, I have two simple questions regarding jqwicket: - are there any plans for Wicket 6.0? Or even a work in progress? - does it have a Git repository? Or is it just using SVN? Regards,

Re: page version and forms

2012-08-28 Thread Alex Shubert
or the new components in Wicket 6? Please be more specific what information you're looking for. I'll gladly provide more info in javadoc or in the wiki. Sven Alex Shubert alex.shub...@gmail.com schrieb: Sven while you are here: why no documentation for Tree? Nothing at all? Right now I face

Re: page version and forms

2012-08-22 Thread Alex Shubert
! On AppEngine I still have Wicket 1.4.x running. Sven On 08/21/2012 02:59 PM, Martin Grigorov wrote: The Google Code repo contains 1.5 but the deployed app is using pre-1.5 version. I can bet on this. On Tue, Aug 21, 2012 at 3:37 PM, Alex Shubert alex.shub...@gmail.com wrote: Martin

Re: page version and forms

2012-08-21 Thread Alex Shubert
instead. On Tue, Aug 21, 2012 at 1:06 PM, Alex Shubert alex.shub...@gmail.com wrote: Hello Recently I found wicket tree control http://wicket-tree.appspot.com/nested and one there is a thing I can't understand: while the page contains Form it looks like not versioned. I mean

Re: page version and forms

2012-08-21 Thread Alex Shubert
/?wicket:interface=:0:1::: On Tue, Aug 21, 2012 at 1:35 PM, Alex Shubert alex.shub...@gmail.com wrote: They are using FormVoid form = new FormVoid(form); and still no version in url on round-trips. Also, FilterForm from Wicket API doesn't extends StatelessForm while your answer states that must be the case

Re: page version and forms

2012-08-21 Thread Alex Shubert
=:0:1:::' in the url means that this is Wicket pre-1.5 ;-) I guess Sven will join this conversation later today and explain in more details. On Tue, Aug 21, 2012 at 2:16 PM, Alex Shubert alex.shub...@gmail.com wrote: Martin with all my respect but their build script uses

Re: page version and forms

2012-08-21 Thread Alex Shubert
information in the URL. Search this list for e.g. NoVersionMount. Such solutions do change how Wicket behaves with the back-button/page-refresh, since a new version of the page will always be returned in that case. On Tue, Aug 21, 2012, at 13:16, Alex Shubert wrote: [...] Anyway: what does your answer

Re: page version and forms

2012-08-21 Thread Alex Shubert
but the deployed app is using pre-1.5 version. I can bet on this. On Tue, Aug 21, 2012 at 3:37 PM, Alex Shubert alex.shub...@gmail.com wrote: Martin, http://wicket-tree.googlecode.com/svn/repo/wicket-tree/wicket-tree-parent/0.5.0/wicket-tree-parent-0.5.0.pom Again, no 1.4 at all. Not in one

RE: Suppress Ajax ComponentNotFoundException

2012-06-28 Thread Alex Grant
the component has been found - so it's already too late. Alex -Original Message- From: W Mazur [mailto:wlodekma...@gmail.com] Sent: Monday, 25 June 2012 8:48 p.m. To: users@wicket.apache.org Subject: Re: Suppress Ajax ComponentNotFoundException I would try to add WindowClosedCallback

Suppress Ajax ComponentNotFoundException

2012-06-24 Thread Alex Grant
was closed so the extra update event can be safely ignored. Thanks Alex Grant. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: ModalDialog and returning back

2012-06-08 Thread Alex
will be included by Wicket so this may be even easier to do in 6 and all in Java code. I have not looked at version 6 yet. On Jun 6, 2012, at 7:04 AM, Alex zeita...@googlemail.com wrote: Dear All, I have an application that on renderOnDomReadyJavascript shows Modal Dialog for 5 seconds

Re: ModalDialog and returning back

2012-06-08 Thread Alex
will be show on load. Yo can for instance use a more permanent cookie and don't call response.renderOnDomReadyJavascript(getWindowOpenJavascript()); depending on that condition. Regards, Melinda On Wed, Jun 6, 2012 at 1:04 PM, Alex zeita...@googlemail.com wrote: Dear All, I have

ModalDialog and returning back

2012-06-06 Thread Alex
to avoid showing this Modal Dialog after user returns to my application pressing “Back” Button on the Browser or to show it properly for 5 sec. Thanks a lot in advance, Alex public class LogoStarter { private static final Logger log = LoggerFactory.getLogger(LogoStarter.class); public LogoStarter

RE: Error during start of wicket application

2012-04-11 Thread Alex Rass
Seems like a classpath issue. Make sure that all the wicket jars that you need are included in your path. - Alex -Original Message- From: André Schütz [mailto:andre-p...@gmx.de] Sent: Thursday, February 23, 2012 12:13 PM To: users@wicket.apache.org Subject: Error during start of wicket

tomcat deployment issues

2012-04-11 Thread Alex Rass
App3). I checked all the web.xml files on the server, no other one has App2 in it. I have lib folders under each app. I don't share anything beside DB drivers in Tomcat's lib folder. I have Wicket 1.5.4 for App1 and 1.5.5 for App2 (donno if that makes a diff). Any ideas? Regards, - Alex

unixODBC, Wicket, Tomcat

2012-02-24 Thread Alex
Dear All, Does anybody have experience in using unixODBC with Wicket and Tomcat? It is possible to establish connection with jetty. But it does not work with Tomcat under Ubuntu. Stand alone java class (without using wicket) is working under Ubuntu fine. Any help would be highly appreciated. Alex

Re: unixODBC, Wicket, Tomcat

2012-02-24 Thread Alex
. Februar 2012 14:13 schrieb Martin Grigorov mgrigo...@apache.org: It doesn't work doesn't say much about the problem ... Give more details On Fri, Feb 24, 2012 at 2:06 PM, Alex zeita...@googlemail.com wrote: Dear All, Does anybody have experience in using unixODBC with Wicket and Tomcat

Re: unixODBC, Wicket, Tomcat

2012-02-24 Thread Alex
) I get: Connection ok. Am 24. Februar 2012 14:13 schrieb Martin Grigorov mgrigo...@apache.org: It doesn't work doesn't say much about the problem ... Give more details On Fri, Feb 24, 2012 at 2:06 PM, Alex zeita...@googlemail.com wrote: Dear All, Does anybody have experience in using

Re: Apache Wicket is a Flawed Framework

2011-11-18 Thread Alex Objelean
First of all, sorry for my previous comment. It was wrong judging you instead discussing the points addressed in your post. Nevertheless, nobody hates you for your opinion :). This kind of posts appears from time to time and there is nothing wrong with them as long as these address valid issues

Re: Apache Wicket is a Flawed Framework

2011-11-17 Thread Alex Objelean
This is not an april fool's day, it is just an opinion of an http://www.linkedin.com/pub/eric-kizaki/30/2b1/1a4 inexperienced developer . Eric, if you have troubles in understanding wicket, you are definitely doing it wrong. Wicket is not a silver bullet, but it is a great tool when comparing to

ModalWindow shows Error Page in Opera

2011-10-21 Thread Alex
Alex

Re: ModalWindow shows Error Page in Opera

2011-10-21 Thread Alex
Thanks to all. With wicket 1.4.19 it works fine. 2011/10/21 Attila Király kiralyattila...@gmail.com It is fixed in 1.4.18 too: https://issues.apache.org/jira/browse/WICKET-3615 Attila 2011/10/21 nhsoft.yhw nhsoft@gmail.com Wicket 1.5.x have fixed the problem. -- View this

Re: weekly memory usage increase by 500 Mb problem

2011-09-13 Thread Alex
Thank you very much for your answer. I tried to use JProfiler. Under Windows it works fine. But in the working environment (Ubuntu 9.10, Tomcat6, Java Sun 1.6.0_24 HotSpot 64 bit mixed mode) the list with running JVMs is empty. If I use jpenable it says: No unprofiled JVMs found. Unfortunately

Re: weekly memory usage increase by 500 Mb problem

2011-09-13 Thread Alex
I managed to run JProfiler. The startup command should be located not in CATALINA_OPTS but in JAVA_OPTS. It is really good tool! In the mean time JProfiler running in Production, I will look on Eclipse Memory Analyzer. Thank you very much again for your help! 2011/9/13 Alex zeita

weekly memory usage increase by 500 Mb problem

2011-09-08 Thread Alex
Dependencies: Spring 2.5.6 postgresql 8.3-603.jdbc4 commons-dbcp 1.4 itextpdf 5.0.4 log4j 1.2.14 slf4j-log4j12 1.4.2 Alex

Re: Using IResourceCachingStrategy with context relative resources(non PackageResource)

2011-08-02 Thread Alex Objelean
Serban, if you are using wro4j-maven-plugin, you can achieve the FilenameWithVersionResourceCachingStrategy feature by providing the http://code.google.com/p/wro4j/wiki/OutputNamingStrategy Resource Naming Strategy . -- View this message in context:

Re: Using IResourceCachingStrategy with context relative resources(non PackageResource)

2011-08-02 Thread Alex Objelean
It should be possible to include dynamically all resources in the page contained inside a servlet context folder (no need to know the exact name of the resource). -- View this message in context:

Re: OutputStreams and Panels

2011-07-11 Thread Alex Shubert
Alex - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: using a different pagemap

2011-06-28 Thread Alex Shubert
Alex - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

developers needed

2011-06-28 Thread Alex Rass
in these forums all that often these days. We are a small company in NJ that does development. Mostly in Java. Sincerely, - Alex. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: Page-ModalWindow[Form]-ModalWindow[Form] problem

2011-06-18 Thread Alex Shubert
: users-h...@wicket.apache.org -- Best regards Alex - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Page-ModalWindow[Form]-ModalWindow[Form] problem

2011-06-17 Thread Alex Shubert
regards Alex - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Page-ModalWindow[Form]-ModalWindow[Form] problem

2011-06-17 Thread Alex Shubert
Page. I found your discussion with Marieke Vandamme. Looks very similiar to my case. On 17 June 2011 14:02, Andrea Del Bene adelb...@ciseonweb.it wrote: Hi Alex, maybe I'm facing the same problemyour modal windows' content is a Page or a Panel? -- Best regards Alex

Re: Page-ModalWindow[Form]-ModalWindow[Form] problem

2011-06-17 Thread Alex Shubert
I trust in you, a colleague On 17 June 2011 15:15, Andrea Del Bene adelb...@ciseonweb.it wrote: I'm going to open an issue on JIRA -- Best regards Alex - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: Page-ModalWindow[Form]-ModalWindow[Form] problem

2011-06-17 Thread Alex Shubert
: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Best regards Alex - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

DataTable and toolbar

2011-02-11 Thread Alex Shubert
Hello Recently I found public static final String TOOLBAR_COMPONENT_ID = toolbar; in DataTable sources but can't find such ID in markups. How exactly does it works? Thanks -- Best regards Alex - To unsubscribe, e-mail: users

Re: DataTable and toolbar

2011-02-11 Thread Alex Shubert
: DataTable#addTopToolbar DataTable#addBottomToolbar On Fri, Feb 11, 2011 at 11:08 AM, Alex Shubert alex.shub...@gmail.comwrote: Hello Recently I found public static final String TOOLBAR_COMPONENT_ID = toolbar; in DataTable sources but can't find such ID in markups. How exactly does it works

Re: DataTable and toolbar

2011-02-11 Thread Alex Shubert
-- Best regards Alex - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: DataTable and toolbar

2011-02-11 Thread Alex Shubert
It looks like WebMarkupContainer does not require ID at all. It somehow unusuall 2011/2/11 Robert Dahlström robert.dahlst...@bwin.org: As far as I can tell yes. But maybe someone with better knowledge can enlighten us? /Robert -- Best regards Alex

Editable DefaultDataTable

2010-12-26 Thread alex shubert
such behaviour, except switching to Knopp's code. It just impossible right now becouse there are already implemented filter functionality. Thank's in advance. P.S.: I hope I am not alone who works now and does not shopping. -- Best regards Alex

Re: Editable DefaultDataTable

2010-12-26 Thread Alex Shubert
might have better success implementing it in your IColumn implementations since they generate the components for each cell. On Sun, Dec 26, 2010 at 4:55 AM, alex shubert alex.shub...@gmail.com wrote: Hello Currently I am working on Editable DefaultDatatable. My first attempt was to override

Re: Editable DefaultDataTable

2010-12-26 Thread Alex Shubert
to display something in the table.  If you want to have it editable, that's where you need the if (foo) { rowItem.add(new Label(...)); } else { rowItem.add(new TextField(...)) } logic. On Sun, Dec 26, 2010 at 11:58 AM, Alex Shubert alex.shub...@gmail.com wrote: Implementing what? The one reason why

Re: Editable DefaultDataTable

2010-12-26 Thread Alex Shubert
for me. populateItem is called to create the component hierarchy for your table every time it needs to be recreated.  If you put a break point -- Best regards Alex - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: Editable DefaultDataTable

2010-12-26 Thread Alex Shubert
...@wicket.apache.org -- Best regards Alex - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Editable DefaultDataTable

2010-12-26 Thread Alex Shubert
: On Sun, Dec 26, 2010 at 1:20 PM, Alex Shubert alex.shub...@gmail.com wrote: Jeremy thanks for your patience. that last thing is what I meaning. But how to make row call repopulate on it's column. I mean, it is not a problem to visit every child of rowItem and filter all of IColumn descendants

Re: Wicket resources (css, js and images)?

2010-12-15 Thread Alex Objelean
. Having a single resource (js and/or css) as a result of page rendering could have a dramatic page loading time improvement. Thanks! Alex Objelean -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-resources-css-js-and-images-tp1868800p3089781.html Sent from

FormComponentPanel + unknown collection type

2010-12-06 Thread alex shubert
... -- Best regards Alex - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: FormComponentPanel + unknown collection type

2010-12-06 Thread alex shubert
Anyone? ( On 6 December 2010 15:59, alex shubert alex.shub...@gmail.com wrote: Hello! I got a problem with type mysmatch then implementing custom component. First of all, the code^ public class EnumCheckGroupT extends Enum extends FormComponentPanelCollectionT {  public

Re: FormComponentPanel + unknown collection type

2010-12-06 Thread alex shubert
by #updateModel() God bless open source and all Wicket authors =)) -- Best regards Alex - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

IMarkupResourceStreamProvider for ListView

2010-12-03 Thread alex shubert
? (except my English ofc) -- Best regards Alex - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: IMarkupResourceStreamProvider for ListView

2010-12-03 Thread alex shubert
Martin, thanks a lot. On 3 December 2010 17:45, Martin Grigorov mgrigo...@apache.org wrote: you need to call MarkupContainer#renderAssociatedMarkup() see https://gist.github.com/468502 for an example with WebMarkupContainerWithAssociatedMarkup On Fri, Dec 3, 2010 at 3:36 PM, alex shubert

Re: IMarkupResourceStreamProvider for ListView

2010-12-03 Thread alex shubert
#renderAssociatedMarkup() see https://gist.github.com/468502 for an example with WebMarkupContainerWithAssociatedMarkup On Fri, Dec 3, 2010 at 3:36 PM, alex shubert alex.shub...@gmail.com wrote: Hello I got the following error trying to provide custom render for ListView WicketMessage

Re: IMarkupResourceStreamProvider for ListView

2010-12-03 Thread alex shubert
javadoc: it states that a ListView has no markup itself. Override ListItem's onComponentTagBody instead... Martijn On Fri, Dec 3, 2010 at 4:15 PM, alex shubert alex.shub...@gmail.com wrote: Looks like onComponentTagBody is never called for ListView I overrided  it with copy-paste from Panel

Re: AjaxButton + Form

2010-12-02 Thread alex shubert
...@wicket.apache.org -- Best regards Alex - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Problem on wicket-auth-role ve Spring-security integration

2010-12-02 Thread alex shubert
will ensure that the SecurityContext is transported to and from the HttpSession onto the Thread context. All authorization is delegated to the wicket-auth-roles module which uses Annotations (@AuthorizeInstantiation). So how can I make configuration to provide this? -- Best regards Alex

Re: webapp shutdown listeners

2010-12-02 Thread alex shubert
Why dont you add you very own listener to servlet container? -- Best regards Alex - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

AjaxButton + Form

2010-11-30 Thread alex shubert
that does not related with his latest activity. May be there are any way to say AjaxButton not to call form validation at least? Or the right way is to put such buttons in separate form? But what if this is delete current line button? -- Best regards Alex

Re: AjaxButton + Form

2010-11-30 Thread alex shubert
it is good to know that Model object is validated and assembled on AJAX call arrival... -- Best regards Alex - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: AjaxButton + Form

2010-11-30 Thread alex shubert
It is public final void onFormSubmitted() No, Form#onSubmit is not called at all. After successful execution of internal submission trace proceed to AjaxButton#onSubmit(AjaxRequestTarget target, Form? form) -- Best regards Alex

Re: visural-wicket 0.6.5 released!

2010-11-25 Thread alex shubert
Looks good. Thanks for your work. P.S.: Whoa! And with examples too! - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: visural-wicket 0.6.5 released!

2010-11-25 Thread alex shubert
contain pragmatic without strong empty white line? Ah, forget it. At least you did not add banner on the top of all of that :) -- Best regards Alex - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands

FilterToolbar

2010-11-23 Thread alex shubert
DataTable? table, final FilterForm form, final IFilterStateLocator stateLocator) So, what is the profit in this? Why can't we just have Locator from the form? -- Best regards Alex - To unsubscribe, e-mail: users-unsubscr

Re: error in heritance

2010-11-23 Thread alex shubert
replace wicket:extend with wicket:panel -- Best regards Alex - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: error in heritance

2010-11-23 Thread alex shubert
Sorry, did'nt unfold your message. It looks like you forgot to insert wicket:child in parent markup. That tags mark the place where inherited component will be placed. I hope I didnt miss anything now. On 23 November 2010 15:55, alex shubert alex.shub...@gmail.com wrote: replace wicket:extend

Re: error in heritance

2010-11-23 Thread alex shubert
That day is too long for me. What about html files names? May be typo or incorrect place? Or maybe you build script does not move html to the same packet as corresponding java classes is? - To unsubscribe, e-mail:

Re: error in heritance

2010-11-23 Thread alex shubert
Look, you have java classes in path like com\consisint\frontend\pages and corresponding HTML in \FrontEnd\FrontEnd\WebContent\views You have to have HTML files in the same folder where you compilled classes are. Something like $ls com\consisint\frontend\pages ThirdByRolMain.class

Re: error in heritance

2010-11-23 Thread alex shubert
take a look In all the Wicket examples, you have to put all files in the same package directory. This means putting the markup files and the java files next to one another. (c) http://wicket.apache.org/learn/examples/markupinheritance.html -- Best regards Alex

Re: Example of Ajax DataView update

2010-11-22 Thread alex shubert
. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- -- Best regards Alex

Re: Wicket + GAE

2010-11-12 Thread Alex Objelean
Martin, are you sure you deployed the application using DEPLOYMENT mode and resourcePollFrequency is null? At least these are the only configurations needs to be updated (in wicket 1.4) in order to work with GAE. Alex -- View this message in context: http://apache-wicket.1842946.n4.nabble.com

Re: Problems displaying a PDF from stream

2010-11-02 Thread Alex Zeit
is triggered, the page stays untouched you can clear the session cookie as often as you like I did not proof this but I thin this could be te right way. Stefan -Ursprüngliche Nachricht- Von: Alex Zeit [mailto:zeita...@googlemail.com] Gesendet: Freitag, 29. Oktober 2010 14:22 An: users

Re: Problems displaying a PDF from stream

2010-11-02 Thread Alex Zeit
Sorry Stefan, I restarted Firefox and checked again - it does not work :-( 2010/11/2 Alex Zeit zeita...@googlemail.com Thank you very much Stefan, it works perfectly! 2010/10/29 Stefan Lindner lind...@visionet.de How does your trigger look like? I mean the a or button or input type=submit

RE: Disable button double-click without breaking Form.setDefaultButton

2010-10-31 Thread Alex Grant
itself. For instance, you can save a boolean flag that tells you that the form has already been submitted and not accept a second submit, or whatever. On Thu, Oct 28, 2010 at 9:58 PM, Alex Grant alex.gr...@unimarket.comwrote: Thanks, That was actually me asking that question. :) That worked

Re: Problems displaying a PDF from stream

2010-10-29 Thread Alex Zeit
the session is lost. Refreshing the page starts a new session and it works again. You must (I don't know how at the moment) produce a sort of bookemarkable url for this case I think. My guess would be to use a separate servlet for this. Stefan -Ursprüngliche Nachricht- Von: Alex Zeit

Re: Wicket 1.5 and GAE

2010-10-28 Thread Alex Objelean
Issue created: https://issues.apache.org/jira/browse/WICKET-3138 -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-1-5-and-GAE-tp3016185p3016762.html Sent from the Users forum mailing list archive at Nabble.com.

Problems displaying a PDF from stream

2010-10-28 Thread Alex Zeit
() of AuthenticatedWebApplication SharedResource added like this: getSharedResources().add(pdfGen, new PdfGen()); Any help would be highly appreciated Alex

Re: Problems displaying a PDF from stream

2010-10-28 Thread Alex Zeit
Yes 2010/10/28 Stefan Lindner lind...@visionet.de Do you want to open the PDF in a separate window? Klick on some button and open a new browser window with pdf? Stefan -Ursprüngliche Nachricht- Von: Alex Zeit [mailto:zeita...@googlemail.com] Gesendet: Donnerstag, 28. Oktober 2010

Re: Problems displaying a PDF from stream

2010-10-28 Thread Alex Zeit
(PopupSettings.RESIZABLE | PopupSettings.SCROLLBARS)); add(pdfLink); Stefan -Ursprüngliche Nachricht- Von: Alex Zeit [mailto:zeita...@googlemail.com] Gesendet: Donnerstag, 28. Oktober 2010 15:21 An: users@wicket.apache.org Betreff: Re: Problems displaying a PDF from stream Yes 2010/10/28

Re: Problems displaying a PDF from stream

2010-10-28 Thread Alex Zeit
/28 Alex Zeit zeita...@googlemail.com Thanks a lot Stefan I will try it right now 2010/10/28 Stefan Lindner lind...@visionet.de Try this: public class MyResourceStreamWriter extends AbstractResourceStreamWriter { private static final long serialVersionUID = 1L

Disable button double-click without breaking Form.setDefaultButton

2010-10-28 Thread Alex Grant
you, Alex

RE: Disable button double-click without breaking Form.setDefaultButton

2010-10-28 Thread Alex Grant
Thanks, That was actually me asking that question. :) That worked perfectly for AjaxButtons, but what I'm trying to do now is disable double-click for non-ajax buttons. Alex -Original Message- From: Alexander Morozov [mailto:alexander.v.moro...@gmail.com] Sent: Friday, 29 October 2010

Wicket 1.5 and GAE

2010-10-27 Thread Alex Objelean
Is there a way to make wicket-1.5 to work with Google App Engine? Thanks, Alex -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-1-5-and-GAE-tp3016185p3016185.html Sent from the Users forum mailing list archive at Nabble.com

Re: Wicket 1.5 and GAE

2010-10-27 Thread Alex Objelean
I was expecting to have a PageStore already available, instead of implementing one from scratch. Is it possible to add one to the trunk? Thanks! Alex -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-1-5-and-GAE-tp3016185p3016212.html Sent from the Users forum

Re: Mount a page to root path in wicket 1.5

2010-10-20 Thread Alex Objelean
No, it seems that if nothing is mount, it redirects to the following location: / - /wicket/bookmarkable/com.mycompany.page.HomePage What would I expect is to access the HomePage with /. -- View this message in context:

Re: Mount a page to root path in wicket 1.5

2010-10-20 Thread Alex Objelean
So you suggest to create something like CustomHomeMapper in order to be able to mount a page to root? If it is true, shouldn't it be possible to have this feature out of the box? -- View this message in context:

Re: Long running task with download

2010-10-20 Thread Alex Objelean
One small note about running a background thread is that inside that thread you cannot access the Application instance (Application.get()), because it is not an inheritable thread local. It may be a problem in some cases. Alex -- View this message in context: http://apache-wicket.1842946.n4

Re: Mount a page to root path in wicket 1.5

2010-10-20 Thread Alex Objelean
Good to know, thanks! When a new milestone will be available? Thanks! Alex -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Mount-a-page-to-root-path-in-wicket-1-5-tp3003270p3003369.html Sent from the Users forum mailing list archive at Nabble.com

Mount a page to root path in wicket 1.5

2010-10-19 Thread Alex Objelean
Hi! Is it possible to mount a page to root path (/) in latest wicket 1.5 branch? Thanks! Alex -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Mount-a-page-to-root-path-in-wicket-1-5-tp3003270p3003270.html Sent from the Users forum mailing list archive

urls after a form submission

2010-10-06 Thread Alex Rass
? Is this a bug that should be fixed or a normal behavior? I REALLY need this working. Otherwise a 200 page site becomes a class nightmare. - Alex - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

RE: urls after a form submission

2010-10-06 Thread Alex Rass
QueryStringUrlCodingStrategy that keeps urls proper. It's almost there with using wicket parameter, shouldn't it be fully compliant with the strategy of the parent? It just makes sense (to me). - Alex -Original Message- From: Jeremy Thomerson [mailto:jer...@wickettraining.com] Sent: Wednesday, October 06

PDF generation

2010-09-28 Thread Alex Zeit
We need to generate some PDFs containing formatted text, tables, and images in a certain layout from Wicket application. What PDF library work best with Wicket? FOP, iText, something else? Alex

Re: PDF generation

2010-09-28 Thread Alex Zeit
Martin, Josh, Thank you very much for your answers. iReport using iText, that is obviously plus for iText. 2010/9/28 Josh Kamau joshnet2...@gmail.com I use iReport and JasperReport library. regards. On Tue, Sep 28, 2010 at 3:49 PM, Alex Zeit zeita...@googlemail.com wrote: We need

multiple html pages to 1 class

2010-09-28 Thread Alex Rass
I know this has been raised tons of times, But has anyone ever figured out: how to do this and not screw up page versioning? Any sort of CMS would need this. I am ok with going to 1.5.M2 for this, btw, if that solves it. - Alex

RE: multiple html pages to 1 class

2010-09-28 Thread Alex Rass
actually on anymore :) - Alex -Original Message- From: Igor Vaynberg [mailto:igor.vaynb...@gmail.com] Sent: Tuesday, September 28, 2010 11:46 AM To: users@wicket.apache.org Subject: Re: multiple html pages to 1 class let your page implement IMarkupResourceStreamProvider

RE: multiple html pages to 1 class

2010-09-28 Thread Alex Rass
at the end or the page name which makes everything fall apart. So I suspect solution is to fix the post form refresh of the url for the BookmarkablePageRequestTargetUrlCodingStrategy and/or for the QueryStringUrlCodingStrategy Or I am open to other suggestions. - Alex Rass -Original Message- From

RE: sanity check request for fix regarding the dreaded PageExpiredException

2010-09-27 Thread Alex Rass
recreate your last page location Then maybe add the important parts of the user state to the same strategy and you are there. There are a bunch of examples on how to do this, but I am feeling too lazy to go search ;) - Alex -Original Message- From: Igor Vaynberg [mailto:igor.vaynb

bookmarkablePage strategy change?

2010-09-27 Thread Alex Rass
by accident? Because now, once things get dynamic, I get: http://site.com/?wicket:interface=:0 and lose my bob (which helped me keep sanity before). Can anyone help? - Alex Rass - To unsubscribe, e-mail: users-unsubscr

RE: bookmarkablePage strategy change?

2010-09-27 Thread Alex Rass
in the encode method and try to step through - it will not match. - Alex Rass - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

  1   2   3   4   5   >