AW: VOTE: Rename Apache Wicket to Apache WicketFX

2009-04-01 Thread Stefan Lindner
[X] -1, don't accept above resolution, because ... We should start a vote with a little bit more names. Why not SilverWicket oder WicketLight? Or SilverWicket FX.NET for best of both worlds? -Ursprüngliche Nachricht- Von: martijn.dasho...@gmail.com [mailto:martijn.dasho...@gmail.com] Im

RE: Pop up window after file upload

2009-04-05 Thread Stefan Lindner
Yes, I think this can't be done your way. You need an AjaxRequestTarget to open a ModalWindow. But I remember that it is not possible to upload a file with an AjaxSubmitButton. The only way I can imagine to realize such a behavior is to call setResponsePage after upload is done and do the trick

AW: Validating DropDownChoice

2009-04-07 Thread Stefan Lindner
Is it a "normal" form without AjaxSubmitButton? -Ursprüngliche Nachricht- Von: Chris [mailto:ch...@carlsoncentral.com] Gesendet: Dienstag, 7. April 2009 16:53 An: users@wicket.apache.org Betreff: Validating DropDownChoice I have a DropDownChoice defined as follows. // Model for populati

Montable PDF creating page

2009-04-09 Thread Stefan Lindner
I need some trick to turn the response into a PDF stream. E. g. I have a Bookmarkable Page PdfPAge public class PdfPage extends WebPage { public PdfPage (final PageParameters parameters) { // Respond with PDF content. }

RE: Montable PDF creating page

2009-04-10 Thread Stefan Lindner
better at that. that said you can do getrequestcycle().setrequesttarget(new sometargetthatstreamspdfs()); throw new restartresponseexception(); -igor On Thu, Apr 9, 2009 at 12:39 AM, Stefan Lindner wrote: > I need some trick to turn the response into a PDF stream. E. g. I have a > Bookma

RE: jQuery query for all Ajax-enabled links

2009-04-23 Thread Stefan Lindner
Hi Tony, I don't have the answer but the same question. If you find a solution by your own, please let me know! Thank you! Stefan -Ursprüngliche Nachricht- Von: Anton Veretennikov [mailto:anton.veretenni...@gmail.com] Gesendet: Freitag, 24. April 2009 04:45 An: users@wicket.apache.org

AW: wicket and jquery

2009-05-29 Thread Stefan Lindner
Currently I'm building a wicket library around jQuery. Drag and drop and resizable are ready for use (with callback handlers in Wicket-Java onDrop, on Resized etc.). If anybody is interrested I can provied a simple library with some simple examples. -Ursprüngliche Nachricht- Von: Doroth

RE: wicket and jquery

2009-05-29 Thread Stefan Lindner
Nachricht- Von: Cristi Manole [mailto:cristiman...@gmail.com] Gesendet: Freitag, 29. Mai 2009 19:32 An: users@wicket.apache.org Betreff: Re: wicket and jquery not bad. do you have a link? Cristi Manole On Fri, May 29, 2009 at 1:39 PM, Stefan Lindner wrote: > Currently I'm building a wic

Wicket an jQuery: current status

2009-06-03 Thread Stefan Lindner
Hi all, as I told you, I am working on a Apache Wicket - jQuery integration. The current status can be found under http://subversion.visionet.de/project/WicketJQuery Stefan - To unsubscribe, e-mail: users-unsubscr...@wicket.apac

RE: Wicket an jQuery: current status

2009-06-03 Thread Stefan Lindner
et an jQuery: current status Nice, is there any connection between your project and wickext and the existing code in wicketstuff? On 6/3/09 10:18 PM, Stefan Lindner wrote: > Hi all, > > as I told you, I am working on a Apache Wicket - jQuery integration. The > current status can be f

AW: Wicket an jQuery: current status

2009-06-04 Thread Stefan Lindner
@wicket.apache.org Betreff: AW: Wicket an jQuery: current status But wiquery formally known as wiqueXt and jQuery4Wicket is very active and going strong: http://code.google.com/p/wiquery/ -Ursprüngliche Nachricht- Von: Stefan Lindner [mailto:lind...@visionet.de] Gesendet: Donnerstag, 4. Juni 2009

RE: Wicketstuff-artwork and jQuery

2009-06-04 Thread Stefan Lindner
This means if you use Wicketstuf-artwork without another jquery based library all works fine? If you add WicketJQuery, Wicketstuf-artwork stops working correctly? Do they both use the same jquery version? WicketJQuery uses version 1.3.2. Which library is loaded first (if you inspect the sectio

users@wicket.apache.org

2009-06-06 Thread Stefan Lindner
In current wicket 1.4 trunk a call to AbstractAjaxBehavior.getCallbackUrl Returns something like wicketAjaxGet('?wicket:interface=:0:comp1:comp2::IActivePageBehaviorList ener:1:&wicket:ignoreIfNotActive=true'); }; The Firefox html validator plugins don't accept this as correct urls. They

users@wicket.apache.org

2009-06-06 Thread Stefan Lindner
yet But the onComponentTag of the AjaxBehaviors should escape it right before it gets inserted into the attributes markup. On Sat, Jun 6, 2009 at 20:34, Stefan Lindner wrote: > In current wicket 1.4 trunk a call to > > AbstractAjaxBehavior.getCallbackUrl > > Returns somethi

users@wicket.apache.org

2009-06-06 Thread Stefan Lindner
hed to events so on attributes like onclick) which behavior do you exactly use and where is it exactly inserted in? On Sun, Jun 7, 2009 at 00:13, Stefan Lindner wrote: > Looking into current trunk (1.4): > The only Class that extends AbstractAjaxBrhavior is > AbstractDefaultAjax

users@wicket.apache.org

2009-06-07 Thread Stefan Lindner
avascript(*final* Response response, *final*CharSequence text, String id) for that That will make sure that the javascript is property escaped between CDATA On Sun, Jun 7, 2009 at 01:51, Stefan Lindner wrote: > I want to trigger a method of a wicket component from a self written > JavaScri

Custom HeaderContributor

2009-06-07 Thread Stefan Lindner
Is it possible to have a custom HeaderContributor? - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

RE: Custom HeaderContributor

2009-06-07 Thread Stefan Lindner
But where can I direct Wicket to use my extended version of HeaderContributor? Von: Martin Funk [mailto:mafulaf...@googlemail.com] Gesendet: So 07.06.2009 19:00 An: users@wicket.apache.org Betreff: Re: Custom HeaderContributor Am 07.06.2009 um 18:43 schr

AW: Custom HeaderContributor

2009-06-07 Thread Stefan Lindner
vior use a different header contributor. For that, you would need to override the way which each ajax behavior contributes script. -- Jeremy Thomerson http://www.wickettraining.com On Sun, Jun 7, 2009 at 12:25 PM, Stefan Lindner wrote: > OK :-) > When I create a special AjaxBehavior I c

Browser specific header contribution

2009-06-09 Thread Stefan Lindner
Is there a safe and official way to let an IHeaderContributor contribute a browser specific javascript library? The IHeaderContributor has ist's public void renderHead(final IHeaderResponse response) { response.renderJavascriptReference(...); }

RE: Browser specific header contribution

2009-06-09 Thread Stefan Lindner
One possibility to access the client properties is using WebSession.getClientInfo().getProperties() Cheers, Kai Stefan Lindner <mailto:lind...@visionet.de> wrote: > Is there a safe and official way to let an IHeaderContributor > contribute a browser specific javascript library? The > IH

RE: WicketjQuery, 0.3.0

2009-06-11 Thread Stefan Lindner
Fixed in 0.3.1 + added another ToolTip library -Ursprüngliche Nachricht- Von: Stefan Jozsa [mailto:stefan_...@yahoo.com] Gesendet: Mittwoch, 10. Juni 2009 18:17 An: Stefan Lindner Betreff: WicketjQuery, 0.3.0 Hi Stefan, Yes, the new version works ! Thanks. I downloaded (right now

AW: DOJO Menu Items and AJAX-Target-Components

2009-06-14 Thread Stefan Lindner
Yes! "the markup-id of wicket-component changed after ajax-refresh" as you wrote. I' looking for a solution for another javaxript library. Any hints from the Wicket gurus? -Ursprüngliche Nachricht- Von: news [mailto:n...@ger.gmane.org] Im Auftrag von Alexander Elsholz Gesendet: Sonntag,

RE: DOJO Menu Items and AJAX-Target-Components

2009-06-14 Thread Stefan Lindner
Just playing around with current wicket 1.4 trunk. Having a a page with HTML like ... Test and java like final WebMarkupContainer container = new WebMarkupContainer("someContainer "); container.addMarkupID true; add(container); add(new AjaxLink(" trigger ") {

RE: Re: DOJO Menu Items and AJAX-Target-Components

2009-06-14 Thread Stefan Lindner
Yes, that's what I wrote. The ID does not change but the response of the Ajax call replaces the original Wicket Component in THE DOM with a new Component WITH THE SAME ID but fresh on... events. So the original event behavior (e.g. menu display) gets lost. It needs tob e re-established in the Aj

RE: DOJO Menu Items and AJAX-Target-Components

2009-06-14 Thread Stefan Lindner
at 8:44 AM, Stefan Lindner wrote: > Just playing around with current wicket 1.4 trunk. > Having a a page with HTML like > >     ... >     Test > > and java like > >     final WebMarkupContainer container = new > WebMarkupContainer("someContainer "); >

1.4 trunk broken?

2009-06-16 Thread Stefan Lindner
Using current 1.4 trunk gives me the error [RequestCycle] org.apache.wicket.protocol.http.PageExpiredException: Cannot find the rendered page in session [pagemap=nu ll,componentPath=1,versionNumber=0] org.apache.wicket.protocol.http.request.InvalidUrlException: org.apache.wicket.protocol.http.Page

RE: 1.4 trunk broken?

2009-06-17 Thread Stefan Lindner
n Tue, Jun 16, 2009 at 18:09, Stefan Lindner wrote: > Using current 1.4 trunk gives me the error > > [RequestCycle] org.apache.wicket.protocol.http.PageExpiredException: > Cannot find the rendered page in session [pagemap=nu > ll,componentPa

RE: WicketJQuery: Drag & drop behavior lost for components of AJAX updated panels

2009-06-18 Thread Stefan Lindner
I can't see a solution for what you are doing. ... @Override public void onClick(AjaxRequestTarget target) { Panel panel = new MyPanel("panelId"); addOrReplace(panel); target.addComponent(panel); } creates a NEW Panel and the NEW panel is a totally new obje

RE: WicketJQuery: Drag & drop behavior lost for components of AJAX updated panels

2009-06-18 Thread Stefan Lindner
Model("a"))); but got the same (draggable behavior lost) result. This is extremly disturbing issue since cannot reload page (it has an embedded Flash player) and GUI interaction is based on AJAX backed panel/component refresh. Any idea, help, workaround, fix is welcomed, thanks, Stefan --

RE: WicketJQuery: Drag & drop behavior lost for components of AJAX updated panels

2009-06-18 Thread Stefan Lindner
or by 2. target.addComponent(myPanel) in an event callback method the result is different ! Stefan --- On Thu, 6/18/09, Stefan Lindner wrote: > From: Stefan Lindner > Subject: RE: WicketJQuery: Drag & drop behavior lost for components of AJAX > updated panels > To: users@wicke

Building current trunk

2009-06-28 Thread Stefan Lindner
When building the current trunk I saw [WARNING] Source files encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent! Is this something I must set when I call mvn or is there something missing in the build files? I'm building under Vista 64/Java 1.5.0_1

WebClientInfo and browser version

2009-07-01 Thread Stefan Lindner
Current trunk. The WebclientInfo holds only version info for IE. Looking at the source code shows that only for IE the majorVersion is set. But the queryString (using current Firefox 3.0.11) looks like Mozilla/5.0 (Windows; U; Windows NT 6.0; de; rv:1.9.0.11) Gecko/2009060215 Firefox/3.0.

RE: jWicket -- jQuery with Wicket integration

2009-07-21 Thread Stefan Lindner
Yes! Fixed. Now it's http://subversion.visionet.de/project/WicketJQuery/browser/tags/0.3.7/WicketJQueryDemo.war -Ursprüngliche Nachricht- Von: satar [mailto:starl...@gmail.com] Gesendet: Dienstag, 21. Juli 2009 20:27 An: users@wicket.apache.org Betreff: Re: jWicket -- jQuery with Wicket

Maven with Eclipse

2009-07-23 Thread Stefan Lindner
Hi Tauren, wich Eclipse plugin for maven do you prefer? m2eclipse or IAM (q4e)? I have commit acces and now I'm starting over with development. Current steps: 1. Add keypressed detection 2. Separate the Project into small pieces Stefan

AW: Maven with Eclipse

2009-07-23 Thread Stefan Lindner
too far overboard on modularization. Tauren On Thu, Jul 23, 2009 at 3:54 AM, Stefan Lindner wrote: > Hi Tauren, > > wich Eclipse plugin for maven do you prefer? m2eclipse or IAM (q4e)? I > have commit acces and now I'm starting over with development. > Current steps: > 1. Add

Time selector with dial plate

2009-08-04 Thread Stefan Lindner
Does anybody know about a time selector with a dialplate? Stefan - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

ImageMap

2009-08-05 Thread Stefan Lindner
Are there any plans to improve the current ImageMap implementation? My problems are: 1. The rendered HTML ist no valid XHTML. 2. The constructor does not support a ResourceReference for the image 3. I can't see a way to control the tags (e.g. add style, class or alt attributes). Stefan -

RE: ImageMap

2009-08-05 Thread Stefan Lindner
f: Re: ImageMap https://issues.apache.org/jira/browse/WICKET-1936 On Wed, Aug 5, 2009 at 4:13 PM, Stefan Lindner wrote: > Are there any plans to improve the current ImageMap implementation? My > problems are: > 1. The rendered HTML ist no valid XHTML. > 2. The constructor d

HTML code for null values in AbstractSingleSelectChoice

2009-08-11 Thread Stefan Lindner
Is there anything that stands against replacing with   For an empty option in a AbstractSingleSelectChoice? This would make an empty option valid in XHTML. ShallI open an issue o rare there any good reasons not to keep the current variant? Stefan

Building current trunk falis

2009-08-12 Thread Stefan Lindner
Unable to find resource 'org.apache.wicket:wicket-parent:pom:1.4' in repository central (http://repo1.maven.org/maven2) What am I doing wrong? - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands,

AW: Building current trunk falis

2009-08-12 Thread Stefan Lindner
for 1.4-SNAPSHOT not 1.4, at least that is the version in pom of wicket in trunk. -igor On Wed, Aug 12, 2009 at 3:59 AM, Stefan Lindner wrote: > Unable to find resource 'org.apache.wicket:wicket-parent:pom:1.4' in > repository central (http://repo1.maven.org/maven2) > >

1.4 ModalWindow closes on second submit attempt in FireFox

2009-08-13 Thread Stefan Lindner
I have a ModelWindow with a Panel containing a Form as content. When I submit the Form with an AjaxButton the first time everything is OK. Now when I click the AjaxSubmit a second time, FireFox wants to close the ModalWindow "Reloading this page will cause the modal window to disappear." I foun

RE: 1.4 ModalWindow closes on second submit attempt in FireFox

2009-08-13 Thread Stefan Lindner
sprüngliche Nachricht- Von: Stefan Lindner [mailto:lind...@visionet.de] Gesendet: Donnerstag, 13. August 2009 20:14 An: users@wicket.apache.org Betreff: 1.4 ModalWindow closes on second submit attempt in FireFox I have a ModelWindow with a Panel containing a Form as content. When I submit the Form w

RE: 1.4 ModalWindow closes on second submit attempt in FireFox

2009-08-13 Thread Stefan Lindner
; c.isVisible()) target.addComponent(c); Everything works too. So this could be a workaround for me. But is this the inteded way? -Ursprüngliche Nachricht- Von: Stefan Lindner [mailto:lind...@visionet.de] Gesendet: Donnerstag, 13. August 2009 20:47 An: users@wicket.apache.org Betreff: RE: 1.4 ModalWindow clo

If you want to use form in modal window component make sure that you put the modal window itself in another form (nesting forms is legal in Wicket).

2009-08-13 Thread Stefan Lindner
Could someone please explain this a little bit more: " If you want to use form in modal window component make sure that you put the modal window itself in another form (nesting forms is legal in Wicket)" Does it mean HTML and Java ModalWindow mw = new ModalWindow("modalWindow

RE: jQuery+Wicket+Form

2009-08-16 Thread Stefan Lindner
I Just made a custom Formcomonent with jQuery and I followed the guidelines shiown in WIA. I use a local model for my costum component, put it into a FormComponent public class Clock extends FormComponentPanel implements IHeaderContributor { and use the onBeforeRender() method

RE: jQuery+Wicket+Form

2009-08-16 Thread Stefan Lindner
I see that I synchronize the model too in onBeforeRender: @Override protected void onBeforeRender() { internalModel.setObject(getModelObject()); internalField.setRequired(isRequired()); super.onBeforeRender(); } Stefan Von: Martin Makundi [mailt

RE: jQuery+Wicket+Form

2009-08-16 Thread Stefan Lindner
Yes! Von: Martin Makundi [mailto:martin.maku...@koodaripalvelut.com] Gesendet: So 16.08.2009 15:50 An: users@wicket.apache.org Betreff: Re: jQuery+Wicket+Form Hi, by WIA you mean Wicket in Action? ** Martin 2009/8/16 Stefan Lindner : > I Just made a cus

RE: Newbie question: fileupload AJAX progressbar ?

2009-08-18 Thread Stefan Lindner
You need @Override protected WebRequest newWebRequest(HttpServletRequest servletRequest) { return new UploadWebRequest(servletRequest); } In your Application's class. I think you should definitly read the APIdoc (see UploadProgressBar)! Stefan -Urspr

RE: Newbie question: fileupload AJAX progressbar ?

2009-08-19 Thread Stefan Lindner
n 1.2) . I had to download documentation for 1.4 from the maven repository. Thanks again. Stefan Lindner wrote: > You need > > @Override > protected WebRequest newWebRequest(HttpServletRequest servletRequest) { > return new UploadWebRequest(servletReques

ModalWindow with Page problem in IE8

2009-08-21 Thread Stefan Lindner
The Live example on http://wicketstuff.org/wicket13/ajax/modal-window does not work in IE8 (the "Show modal dialog with a page"). We have several Computers where this does not work. Error is "invalid URL". We put wicketstuff.org into the trusted sites, we reduce security, we turn off virus scanners

RE: Panel not using generics

2009-09-09 Thread Stefan Lindner
Check the mailinglist archive. I remember that there was a long discussion about this question. I also would prefert to have a generic Panel. But the Wicket users vote against it. Most users did not want to write Panel for not generic Panels. The easiest was is to define your own generic Panel

RE: Shall we create a menu in wicket?

2009-09-16 Thread Stefan Lindner
Yes, we should! I started an initial implementation for old Wicket 2.0 in wicketstuff. But this was 3 years ago. I still have a simple implementation that works with wicket 1.4. Not much documentation, not very flexible, but it works and may be suitable for a quick and dirty solution for you. -

javscript header contribution in lazy load panels

2009-10-09 Thread Stefan Lindner
Dear wicket users, I have a lazy loading panel. The components inside the generated panel (i.e. the panel that is generated inside the getLazyLoadComponent method) have some header contributing ajax behaviors (jQuery etc.). The lazyly loaded components render javascript resources to the head se

RE: javscript header contribution in lazy load panels

2009-10-09 Thread Stefan Lindner
a add(JavascriptPackageResource.getHeaderContribution(ResourceReference...)); and this works fine in any browser I have tested (IE, FF, Chrome, etc). Best, Ernesto On Fri, Oct 9, 2009 at 2:25 PM, Stefan Lindner wrote: > Dear wicket users, > > I have a lazy loading panel. The components inside the generated panel > (i.e.

RE: javscript header contribution in lazy load panels

2009-10-09 Thread Stefan Lindner
It is added and a test script with an alert command tells me that it is executed too. But things like jQuery don't work. When I drop the lazy loading and replace it with the lazy loaded panel everything works. When I redraw the wohle panel in an Ajax call, everything works too. It's just the f

AjaxFallbackDefaultDataTable has no thead

2009-10-11 Thread Stefan Lindner
In my Wicket 1.4(.2) application I have a AjaxFallbackDefaultDataTable . No big tricks, no method overriding, just an out of the box AjaxFallbackDefaultDataTable. The resulting rendered html table has no head section. It should be there because the source for datatable.html shows a section as

RE: AjaxFallbackDefaultDataTable has no thead

2009-10-12 Thread Stefan Lindner
Forget my post. Some FF-Plugins must have mixed up the html. After a fresh FF-Installation the is back again. Strange. Stefan -Ursprüngliche Nachricht- Von: Stefan Lindner [mailto:lind...@visionet.de] Gesendet: Montag, 12. Oktober 2009 01:36 An: users@wicket.apache.org Betreff

inmethod datagrid and wicket 1.4 and generics

2009-10-12 Thread Stefan Lindner
I found inmethod datagrid at http://wicketstuff.org/maven/repository/com/inmethod/grid-examples/ but no hint or link to it on the wiki page http://wicketstuff.org/confluence/display/STUFFWIKI/Wiki. The project remained in 1.0 state since the end of last year. Is it compatible with wicket 1.4? Is i

RE: inmethod datagrid and wicket 1.4 and generics

2009-10-12 Thread Stefan Lindner
Thenk you all for your replies! I found a hand full of mailing list entrys with hints for patches to make some classes generic. Are there any attempts to integrate them into the current trunk? I think a generic IGridColumn would be very handy. Should I start doing it? Stefan

Two inmethod datagrid questions

2009-10-12 Thread Stefan Lindner
I play around with the DefaultDataGrid component and I have two questions: 1. Is it possible to register for a "column resized" event? This would give us the ability to remember the user's favorite column widths. 2. Is it possible to hide the navigation footer? Yes, I can do it via css but if I

RE: inmethod datagrid and wicket 1.4 and generics

2009-10-13 Thread Stefan Lindner
jira issue for it and attach it there. -Matej On Mon, Oct 12, 2009 at 5:24 PM, Stefan Lindner wrote: > Thenk you all for your replies! > > I found a hand full of mailing list entrys with hints for patches to > make some classes generic. Are there any attempts to integrate them into >

RE: inmethod datagrid and wicket 1.4 and generics

2009-10-13 Thread Stefan Lindner
, Oct 13, 2009 at 10:24 AM, Stefan Lindner wrote: > May I create a branch like "inmethod-grid-1.0b4"? This would help me in > checking in intermediate steps and revert if I'm on the wrong way. Approx > half of inmehtod grid is generic now. > > Stefan > > ---

RE: AW: How to do Button onclick() and Input onchange()

2009-10-29 Thread Stefan Lindner
Looking into the JavaDoc /API is always a good approach: "One other option you should know of is the 'defaultFormProcessing' property of Button components. When you set this to false (default is true), all validation and formupdating is bypassed and the onSubmit method of that button is called

Firefox: Hitting enter button in ModalWindow

2009-11-15 Thread Stefan Lindner
I have an AjaxLink HTML: JAVA: new AjaxLink("link", model){ @Override public void onClick(AjaxRequestTarget target) { // open a ModalWindow } } That opens

RE: Firefox: Hitting enter button in ModalWindow

2009-11-15 Thread Stefan Lindner
When I klick into the open ModalWindow, the ModalWindow taktes the focus and the opening link's onClick isn't called anymore. How can I manage to set the Focus at the ModalWindow? -Ursprüngliche Nachricht- Von: Stefan Lindner [mailto:lind...@visionet.de] Gesendet: Sonntag, 15

RE: javascript slider implementation

2009-11-18 Thread Stefan Lindner
// Put Javascript into body after compoonent @Override protected void onComponentRendered() { super.onComponentRendered(); JavascriptUtils.writeJavascript(response, <); } or // put Javascript into head @Override

RadioGroup, Radio and AjaxFormComponentUpdatingBehavior

2009-11-27 Thread Stefan Lindner
I try to add a AjaxFormComponentUpdatingBehavior to a RadioGroup. The RadioGroup contains some Radio-Components. Now, when I click onto any Radio, nothing happens. The RadioGroup AjaxFormComponentUpdatingBehavior does not see the click onto a Radio. But I can't add a AjaxFormComponentUpdatingBehav

RE: RadioGroup, Radio and AjaxFormComponentUpdatingBehavior

2009-11-27 Thread Stefan Lindner
I should have asked google first. AjaxFormChoiceComponentUpdatingBehavior does ist! Stefan - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

RE: Please HELP - Value of the model not getting updated in a Panel

2009-11-29 Thread Stefan Lindner
I think your input fields need an AjaxFormUpdatingBehavior Stefan -Ursprüngliche Nachricht- Von: vinay.karmar...@wipro.com [mailto:vinay.karmar...@wipro.com] Gesendet: Montag, 30. November 2009 08:45 An: users@wicket.apache.org Betreff: Please HELP - Value of the model not getting updat

RE: Please HELP - Value of the model not getting updated in a Panel

2009-11-30 Thread Stefan Lindner
etreff: RE: Please HELP - Value of the model not getting updated in a Panel Could you please provide some details. I am new to Wicket. Thanks. Regards, Vinay Karmarkar -Original Message----- From: Stefan Lindner [mailto:lind...@visionet.de] Sent: Monday, November 30, 2009 1:27 PM

RE: FileUploadField in a ModalWindow (wicket 1.4.3)?

2009-11-30 Thread Stefan Lindner
The good news are: I did the same a few days ago: file upload in a ModalWindow with an AjaxButton for submitting the form containing the file input field. And it works fine. With all browsers. Does it work without ModalWindow? Stefan -Ursprüngliche Nachricht- Von: Martin Dietze [mailto:d

RE: FileUploadField in a ModalWindow (wicket 1.4.3)?

2009-11-30 Thread Stefan Lindner
Do you have @Override protected WebRequest newWebRequest(HttpServletRequest servletRequest) { return new UploadWebRequest(servletRequest); } in your Application class? Von: TahitianGabriel [mailto:glan...@piti.pf] Gesendet: Mo 30.11.20

2 ModalWIndows at once

2009-12-08 Thread Stefan Lindner
I try to open two modal Windows at once AjaxLink onClick(AjaxRequestTarget) { modal1.show(target); modal2.show(target); } Both modal windows are Pages, no panels. Both modal windows are opened as expected, mod

Test (sorry)

2009-12-08 Thread Stefan Lindner
Please ignore

unreachable john.mattu...@td.com

2009-12-08 Thread Stefan Lindner
Every time I send an email to users@wicket.apache.org I receive the message john.mattu...@td.com is not reachable < TDGROUP #5.0.0 X-Notes;Invalid/unknown recipient [MAPI Reason Code: 1, MAPI Diagnostic Code 1]> Am I the only one who gets this message? Stefan

AW: 2 ModalWIndows at once

2009-12-08 Thread Stefan Lindner
2009 08:45 An: users@wicket.apache.org Betreff: Re: 2 ModalWIndows at once opening two modals doesnt really make sense unless one is the parent of the other... -igor On Tue, Dec 8, 2009 at 11:26 PM, Stefan Lindner wrote: > I try to open two modal Windows at once > >      

RE: 2 ModalWIndows at once

2009-12-09 Thread Stefan Lindner
Solved. I took a look into AjaxLazyLoadPanel and used a AbstractDefaultAjaxBehavior.respond. Thank you all. Stefan -Ursprüngliche Nachricht- Von: Stefan Lindner [mailto:lind...@visionet.de] Gesendet: Mittwoch, 9. Dezember 2009 08:54 An: users@wicket.apache.org Betreff: AW: 2

Wicket 1.4.4: ModalWindow on IE veeeeeeeeeery slow

2009-12-16 Thread Stefan Lindner
I just moved to 1.4.4 in production and noticed that opening a modal window is sooo veeery slow. It's unbelievable. I installed the Wicket 1.4.4's "wicket-examples-1.4.4.war" locally in my JBoss (Version 4.2.3) and it's the same. The builtin ajax example takes about 10 seconds to op

CSS order

2010-02-01 Thread Stefan Lindner
How can I asure that a CSS header contribution is rendered into AFTER another css reference. To explain it a little bit more: If I use wicket.datetime.DatePicker the line If I want to customize some elements of the DatePicker I need my own CSS to load AFTER calendar.css. Overriding Dat

RE: DatePicker css

2010-02-03 Thread Stefan Lindner
That did not work in my case. Yes, it's normal CSS but it is applied in an unusal way through the internal styling mechanism of yui. This means that a css rule defined at the end of the section i.e. the last css rule at all does not override a css rule in the internal css of YUI-DatePicker from

RE: DatePicker css

2010-02-03 Thread Stefan Lindner
Februar 2010 11:13 An: users@wicket.apache.org Betreff: Re: DatePicker css but you should still be able todo it via class's container datepicker{ color:red; } should work and should override: datepicker{ color:blue; } Something like that. 2010/2/3 Stefan Lindner > That did n

RE: DatePicker css

2010-02-03 Thread Stefan Lindner
n-sam .yui-calendar td.calcell.today a { background-color : #mycolor !important; } On Wed, Feb 3, 2010 at 2:32 AM, Stefan Lindner wrote: > Hi nino, > > no it did not work. My Firebug tells me that the css rules of datepicker's > css are always allied AFTER my

AW: Loading resources (CSS,JS) from JARs ?

2010-02-03 Thread Stefan Lindner
YEs, you can place your CSS, JS, IMG/GIF etc. where your java and HTML resides and pack them into your jar file. You can refert to them in CSS like this .myClass{ background-image : url("resources/com.mycomp.mypackage.ReferenceClass/picture.gif"); } an e.g. rende

RE: wicketstuff-jwicket, drag-and-drop, Internet Explorer 7/8

2010-02-14 Thread Stefan Lindner
Sorry for the delay. I hoped that jQuery1.4/UI1.8 will fix this but this is still an internal error of jQery. See http://dev.jqueryui.com/ticket/4918, http://dev.jquery.com/ticket/4996 and many others. I'm testing a workaround (need to patch jQuery.js) and it seems to work. If you are still inte

jWicket release 0.5.0

2010-02-26 Thread Stefan Lindner
I have committed jWicket version 0.5.0 to wicketstuff Changes: - jQuery update to Version 1.4.2 - jQuery UI update to 1.8RC2 - drag/drop/resize improvements to work in IE 6/7/8 after AJAX update or in LazyLoad panels - drag/drop/resize improvements for less footprint in HTML, smaller js code gener

wicketstuff svn organisation

2010-02-26 Thread Stefan Lindner
I have committed jWicket 0.5 to trunk. It's a stable an distribution ready version. Should I commit changes to releases/wicketstuff-core-1.4-rc7? Or is this done by the wicketstuff maintainers? Stefan - To unsubscribe, e-mail: us

RE: jWicket release 0.5.0

2010-03-08 Thread Stefan Lindner
a patch to jquery? Was this related to [1] and using jquery 1.4.2, independently of your project, and still find this issue. Best, Ernesto References, 1-http://dev.jquery.com/ticket/4996 <http://dev.jquery.com/ticket/4996> On Fri, Feb 26, 2010 at 2:57 PM, Stefan Lindner wrote: > I ha

RE: jWicket release 0.5.0

2010-03-08 Thread Stefan Lindner
tch to jquery? >Was this related to [1] and using jquery 1.4.2, independently of your >project, and still find this issue. > >Best, > >Ernesto > >References, > >1-http://dev.jquery.com/ticket/4996 > ><http://dev.jquery.com/ticket/4996> > >On Fri, Feb 26, 2

AW: jWicket release 0.5.0

2010-03-10 Thread Stefan Lindner
Stefan, I just posted [1]. Let's see if someone answers... and is willing to fix the issue. Best, Ernesto References, 1- http://forum.jquery.com/topic/drag-and-drop-problems-after-ajax-refresh-on-ie On Mon, Mar 8, 2010 at 7:17 PM, Stefan Lindner wrote: > Hi Ernesto, > > yes, I

RE: jwicket question

2010-03-11 Thread Stefan Lindner
Hi Josh, I was a former user of wicketstuff-dojo and faced the same problem as you: There was no maintainer for this project 2 years ago and there was a problem with drag and drop after Ajax Updates. The initial goal for jWicket was a robust and clean implementation of a drag and drop function

RE: Wicketstuff versioning

2010-03-19 Thread Stefan Lindner
Perhaps we should define an island of stability (like the name wickststuff-core implies). Maybe under another name (e.g. wicketstuff-stable). This place should only hold projects that are maintained and that are buildable with actual wicket versions. The rest of wicketstuff should be left as ist

How to return a result value for wicketAjaxGet

2010-03-19 Thread Stefan Lindner
If I place a call to wicketAjaxGet(...) into a eg.g onclick attribute with the help of an AjaxBehavior, the method respond(final AjaxRequestTarget target) is called on the Java side. Is it possible to build a call to wicketAjaxGet like var result = wicketAjaxGet(...); and provid the resu

AW: How to return a result value for wicketAjaxGet

2010-03-19 Thread Stefan Lindner
uot;+args; then in your respond method you can easily read request parameter from url . String paramFoo = RequestCycle.get().getRequest().getParameter("component markupid"); On Fri, Mar 19, 2010 at 7:51 PM, Stefan Lindner wrote: > If I place a call to wicketAjaxGet(...) into a e

AW: How to return a result value for wicketAjaxGet

2010-03-19 Thread Stefan Lindner
the name of the variable to the url, in target generate js that sets the variable to the value. after wicketajaxget processes the result the value should be set -igor On Fri, Mar 19, 2010 at 8:52 AM, Stefan Lindner wrote: > Hi Vineet, > > that's true. I already know this b

jWicket 0.5.1

2010-03-19 Thread Stefan Lindner
I have checked in jWicket 0.5.1 with a first implementation of jQuery-ui-datepicker. A few things around the datepicker are still missing: - beforeShowDay callback ist not a simple task to integrate into wicket Ajax roundtrip - a few options are missing - show/hide options that depend upon ui-effec

jWicket 0.5.2

2010-03-20 Thread Stefan Lindner
I checked in jwicket 0.5.2 into wicketstuff/trunk. This fiexes an Ajax update problem for input fields with DatePicker with button as trigger. Looks like Ajax redraws of wicket components with jQuery behavior is always a problem. Stefan

AW: jWicket 0.5.2

2010-03-20 Thread Stefan Lindner
Is it necessary to have 2 separate projects? Just curious, because I'll soon be looking into better jQuery integration. Thanks! =David On Mar 20, 2010, at 8:50 PM, Stefan Lindner wrote: > I checked in jwicket 0.5.2 into wicketstuff/trunk. This fiexes an Ajax > update problem f

jWicket 0.5.4

2010-03-20 Thread Stefan Lindner
jWicket 0.5.4 is released in wicketstuff/trunk and wicketstuff/releases/1.4 I recomend to upgrade to this versioin as it fixes a serious bug in drag/drop/resize. If someone needs pre-built jar files please let me know. Stefan -

<    1   2   3   4   >