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

2013-02-15 Thread Alex
protected void onSubmit(AjaxRequestTarget target, Form aForm) { // here target is null (why?) . // some main actions for form submit... } }); . form.add(new MyCustomBehavior(feedback)); ... /

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 a

Re: Jqwicket

2012-08-31 Thread Alex
Wicket 6.0 has jQuery support by its own. 2012/8/30 Pierre Goupil > 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, > > Pierre >

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 wrote: > A little feedback. First I tried visualVM (did not provide enough detail > for this "extreme" optimization), then jprofiler (had trouble getting it to > work), but you

Re: page version and forms

2012-08-28 Thread Alex Shubert
e 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 schrieb: > >>Sven while you are here: >>why no documentation for Tr

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

Re: page version and forms

2012-08-21 Thread Alex Shubert
is using pre-1.5 > version. > I can bet on this. > > On Tue, Aug 21, 2012 at 3:37 PM, Alex Shubert 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 a

Re: page version and forms

2012-08-21 Thread Alex Shubert
version/id 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

Re: page version and forms

2012-08-21 Thread Alex Shubert
?wicket:interface=: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 wrote: >> Martin >> with all my respect bu

Re: page version and forms

2012-08-21 Thread Alex Shubert
n shown in url on every tree node selection? thanks On 21 August 2012 14:39, Martin Grigorov wrote: > The deployed examples use Wicket 1.4. > > http://wicket-tree.appspot.com/?wicket:interface=:0:1::: > > On Tue, Aug 21, 2012 at 1:35 PM, Alex Shubert wrote: >> They are usin

Re: page version and forms

2012-08-21 Thread Alex Shubert
d. > > On Tue, Aug 21, 2012 at 1:06 PM, Alex Shubert 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 >> For

RE: Suppress Ajax ComponentNotFoundException

2012-06-28 Thread Alex Grant
voked after 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 Win

Suppress Ajax ComponentNotFoundException

2012-06-24 Thread Alex Grant
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
; is the one determining the modal 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 W

Re: ModalDialog and returning back

2012-06-08 Thread Alex
at jQuery 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 wrote: > > > Dear All, > > I have an application that on renderOnDomReadyJavascript shows Moda

ModalDialog and returning back

2012-06-06 Thread Alex
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

tomcat deployment issues

2012-04-11 Thread Alex Rass
ssage except it says 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)

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 durin

Re: unixODBC, Wicket, Tomcat

2012-02-24 Thread Alex
esn't work" doesn't say much about the problem ... >> Give more details >> >> On Fri, Feb 24, 2012 at 2:06 PM, Alex wrote: >> > Dear All, >> > Does anybody have experience in using unixODBC with Wicket and Tomcat? >> It >> > i

Re: unixODBC, Wicket, Tomcat

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

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: 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 (wh

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

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 > It is fixed in 1.4.18 too: > https://issues.apache.org/jira/browse/WICKET-3615 > > Attila > > 2011/10/21 nhsoft.yhw > > > Wicket 1.5.x have fixed the problem. > > > > > > -- > > View this message in context: > > > http:

ModalWindow shows Error Page in Opera

2011-10-21 Thread Alex
Alex

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 > Thank you v

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 goog

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
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: http://apache-wicket.1842946.n4.nabble.com/Using-IResourceCachingStrategy-with-context-relative-resou

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: http://apache-wicket.1842946.n4.nabble.com/Usi

Re: OutputStreams and Panels

2011-07-11 Thread Alex Shubert
Julian, may you provide a small hello-world project? I would like to see how all this work. I heard never before about BIRT and have no idea is it any good. thanks On 9 July 2011 03:40, Julian Sinai wrote: > I should add that I used BIRT 3.7 for this. > > Julian > -- Best

developers needed

2011-06-28 Thread Alex Rass
s 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-mai

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

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

2011-06-18 Thread Alex Shubert
pache.org >>> For additional commands, e-mail: users-h...@wicket.apache.org >>> >>> >> >> > > > - > To unsubscribe, e-mail: 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...@wicket.apache.org

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

2011-06-17 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 - 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
I trust in you, a colleague On 17 June 2011 15:15, Andrea Del Bene wrote: > I'm going to open an issue on JIRA -- Best regards Alex - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional com

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 wrote: > Hi Alex, > > maybe I'm facing the same problemyour modal windows' content is a Page > or a Panel?

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

2011-06-17 Thread Alex Shubert
alization flag I have no idea about? -- 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 : > As far as I can tell yes. But maybe someone with better knowledge can > enlighten us? > > /Robert -- Best

Re: DataTable and "toolbar"

2011-02-11 Thread Alex Shubert
So, the "toolbar" id just droppped out? It is used only as a marker? 2011/2/11 Robert Dahlström : > In the addToolbar() method you have: > WebMarkupContainer item = new ToolbarContainer(container.newChildId()); > > That's where the magic happens :) > > Regards

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 wrote: > >> Hello >> >> Recently I found public static final String TOOLBAR_COMPONENT_ID = >> "toolbar"; >> in DataTable sources but can't f

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 unsu

Re: Editable DefaultDataTable

2010-12-26 Thread Alex Shubert
at 1:20 PM, Alex Shubert 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 >>

Re: Editable DefaultDataTable

2010-12-26 Thread Alex Shubert
et.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...@wicket.apache.org

Re: Editable DefaultDataTable

2010-12-26 Thread Alex Shubert
nclear 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...@w

Re: Editable DefaultDataTable

2010-12-26 Thread Alex Shubert
> 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 wrote: >> Impl

Re: Editable DefaultDataTable

2010-12-26 Thread Alex Shubert
e 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 wrote: >> Hello >> >> Currently I am working on Editable DefaultDatatable. My first attempt >> was to ov

Editable DefaultDataTable

2010-12-26 Thread alex shubert
how may I implement 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. -

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 the

Re: FormComponentPanel + unknown collection type

2010-12-06 Thread alex shubert
ed 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

Re: FormComponentPanel + unknown collection type

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

FormComponentPanel + unknown collection type

2010-12-06 Thread alex shubert
I call setType(getModelObject.getClass) on CheckGroup it tryes to convert every Check to PersistentSet (hibernate proxy for a Set) so it doesnt look like a solution. Call of setType(getModelObject.getClass) in beforeRender() changes nothing. Any ideas? Tha

Re: IMarkupResourceStreamProvider for ListView

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

Re: IMarkupResourceStreamProvider for ListView

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

Re: IMarkupResourceStreamProvider for ListView

2010-12-03 Thread alex shubert
Martin, thanks a lot. On 3 December 2010 17:45, Martin Grigorov 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, a

IMarkupResourceStreamProvider for ListView

2010-12-03 Thread alex shubert
oint. What may be wrong? (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: 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

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

2010-12-02 Thread alex shubert
les module >> which uses Annotations (@AuthorizeInstantiation)." >> >> So how can I make configuration to provide this? >> > -- Best regards Alex - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: AjaxButton + Form

2010-12-02 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 - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

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: AjaxButton + Form

2010-11-30 Thread alex shubert
. Although 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-mai

AjaxButton + Form

2010-11-30 Thread alex shubert
or message 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" butto

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

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: 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: 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 ThirdByRolMain.h

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: users-unsubscr..

Re: error in heritance

2010-11-23 Thread alex shubert
Sorry, did'nt unfold your message. It looks like you forgot to insert 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 wrote: > replace > with > > > -- &

Re: error in heritance

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

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-uns

Re: Example of Ajax DataView update

2010-11-22 Thread alex shubert
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 > > -- -- Best regards Alex --

DefaultDataTable, FilteredColumn and Calendar.Class

2010-11-19 Thread alex shubert
to make filter manually (DatePicker for example), and render it as string. Also, may I count such manner of column populating via annotations acceptable? Or may be I invented one more bicycle that already exists in Wicket? If so where does he live? Thanks in advance! -- Best rega

WeakReference

2010-11-18 Thread alex shubert
dy? P.S.: forgive my strange English pls, it is not my native language. P.S.S. I would highly appreciate if someone with strong English correct my mistakes in private letter :) Thank you for reading all of this! -- 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
Sorry Stefan, I restarted Firefox and checked again - it does not work :-( 2010/11/2 Alex Zeit > Thank you very much Stefan, it works perfectly! > > 2010/10/29 Stefan Lindner > > How does your trigger look like? I mean the or or > type="submit"> element? Does i

Re: Problems displaying a PDF from stream

2010-11-02 Thread Alex Zeit
"/> > > No request cycle 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 [mai

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 wrote: > Thanks, > > That was actually me asking that question. :) That worked perfect

Re: Problems displaying a PDF from stream

2010-10-29 Thread Alex Zeit
s > 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 [mailto:zeita...@googlemail

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

Disable button double-click without breaking Form.setDefaultButton

2010-10-28 Thread Alex Grant
tripping over this? Thank you, Alex

Re: Problems displaying a PDF from stream

2010-10-28 Thread Alex Zeit
age. 2010/10/28 Alex Zeit > Thanks a lot Stefan I will try it right now > > > 2010/10/28 Stefan Lindner > >> Try this: >> >> >> >>public class MyResourceStreamWriter extends >> AbstractResourceStreamWriter { >

Re: Problems displaying a PDF from stream

2010-10-28 Thread Alex Zeit
"file.pdf" >getRequestCycle().setRequestTarget(rsrt); >} >}; > > >pdfLink.setPopupSettings(new PopupSettings(PopupSettings.RESIZABLE | > PopupSettings.SCROLLBARS)); >add(pdfLink); > > > Stef

Re: Problems displaying a PDF from stream

2010-10-28 Thread Alex Zeit
Yes 2010/10/28 Stefan Lindner > 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.

Problems displaying a PDF from stream

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

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. --

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

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: 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

Re: Long running task with download

2010-10-19 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-19 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: http://apache-wicket.1842946.n4.nabble.com/Mount-a-page-to-root-path-in-wicket-1-5-t

Re: Mount a page to root path in wicket 1.5

2010-10-19 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: http://apache-wicket.1842946.n4.nabble.com/Mount-a-page-to-root-path

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

RE: urls after a form submission

2010-10-06 Thread Alex Rass
h the original name. I'd rather use 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

urls after a form submission

2010-10-06 Thread Alex Rass
;s a way to fix it easily? 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.

RE: multiple html pages to 1 class

2010-09-28 Thread Alex Rass
t 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-

RE: multiple html pages to 1 class

2010-09-28 Thread Alex Rass
I am 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 IMarkupResourceStreamProvide

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: 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 > I use iReport and JasperReport library. > > regards. > > On Tue, Sep 28, 2010 at 3:49 PM, Alex Zeit > wrote: > > > We need to ge

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: bookmarkablePage strategy change?

2010-09-27 Thread Alex Rass
t requires going to 1.5M2 - Alex -Original Message----- From: Alex Rass [mailto:a...@itbsllc.com] Sent: Monday, September 27, 2010 9:23 PM To: users@wicket.apache.org Subject: bookmarkablePage strategy change? I have been doing: webApplication.mountBookmarkablePage("/bob", pageCla

  1   2   3   4   5   6   >