Regarding WICKET-3321 not solved in Wicket 1.4.6

2011-02-24 Thread Muro Copenhagen
Hi, I have been waiting for the fix of Wicket-3321. It should have been solved in Wicket 1.4.6 according to the defect/jira info: https://issues.apache.org/jira/browse/WICKET-3321 But i can't find it under the list of fixed issues in Wicket 1.4.6:

Re: Regarding WICKET-3321 not solved in Wicket 1.4.6

2011-02-24 Thread Muro Copenhagen
Hehe sorry for the mistake On Thu, Feb 24, 2011 at 11:41 AM, Matthias Keller matthias.kel...@ergon.chwrote: Hmm Well the Issue sais it is fixed in 1.4.*16* not .6 ... and 1.4.16 is not yet released Matt On 2011-02-24 11:38, Muro Copenhagen wrote: Hi, I have been waiting for the fix

Regarding AjaxIndicatorAppender and IE

2011-02-02 Thread Muro Copenhagen
Hi, Has anyone experienced problems with IE (v. 8) and AjaxIndicatorAppender. The problem i am experiencing in IE, not Firefox, is that the indicator is only shown the first time i click on submit. If i have a feedback panel, and enter all input fields, the indicator is shown, and i then get

Re: Concerning changing image onsubmit

2010-12-01 Thread Muro Copenhagen
to the button that does that. -igor On Tue, Nov 30, 2010 at 3:07 AM, Muro Copenhagen copenha...@gmail.com wrote: Hi, I want to change the button image to a ajaxloader image, after the user clicks on submit, and there are no feedback errors. It has to work both on a regular button

Concerning changing image onsubmit

2010-11-30 Thread Muro Copenhagen
Hi, I want to change the button image to a ajaxloader image, after the user clicks on submit, and there are no feedback errors. It has to work both on a regular button and on a ajax button. Any suggestions on how to make this work? Best Regards Muro

non-bookmarkable pages with pageparameters?

2010-07-06 Thread Muro Copenhagen
Hi I have a page that is session based(nonbookmarkable) but at the same time i want to make sure a request parameter is shown in the url... How would i achieve that ? This is what i am trying to achieve, with example from my code: My page code constructors: public DeliverySecure() {

Re: non-bookmarkable pages with pageparameters?

2010-07-06 Thread Muro Copenhagen
with a HybridUrlCodingStrategy. For example the MixedParamHybridUrlCodingStrategy. Regards, Erik. Op 06-07-10 15:30, Muro Copenhagen wrote: Hi I have a page that is session based(nonbookmarkable) but at the same time i want to make sure a request parameter is shown in the url... How

Re-rendering javascript in behavior

2010-06-29 Thread Muro Copenhagen
Hi, I have a small behavior that prevents doubleclick on buttons. It is added to Modal popups on a page. The problem i have is that if the Modal window appears twice on a page, the javascript variable value of the first popup is used. This is because i am using: response.renderJavascript(...);

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-05-20 Thread Muro Copenhagen
of the image? I will try to work on a solution with shared resources :) Thanks for the help Best Regards Muro 2010/5/20 Michał Letyński mletyn...@consol.pl Hi Muro. W dniu 2010-05-19 15:12, Muro Copenhagen pisze: Hi Michal, Thanks for the reply Yes that was my idea. It would

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-05-19 Thread Muro Copenhagen
image which is uploaded to temp directory). Do you want to have a static path like ../../resources/images/locked.gif ? W dniu 2010-05-18 17:52, Muro Copenhagen pisze: Hi... I am facing a new problem with the TinyMCE upload image, i hope someone can assist me on. I can see

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-05-18 Thread Muro Copenhagen
;filename=testerman.JPGamp;contenttype=image/jpeg alt= / How would i manage to store it a manner so it is not session dependent...? Any help will be appreciated... Best Regards Muso On Fri, May 14, 2010 at 3:03 PM, Muro Copenhagen copenha...@gmail.comwrote: Hi Michal Great thanks for the help

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-05-14 Thread Muro Copenhagen
Muro 2010/5/13 Michał Letyński mletyn...@consol.pl Hi. Its commited to trunk and in pom we have 1.4.7-SNAPSHOT so it should be available ... W dniu 2010-05-12 15:23, Muro Copenhagen pisze: Hi again... I guess a new release of wicket-stuff tinymce has to be made in order to use

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-05-14 Thread Muro Copenhagen
Hi Michal Great thanks for the help.. Best Regards Muro 2010/5/14 Michał Letyński mletyn...@consol.pl Hi. Yes you are right the last released version is 1.4.1. So you must build it localy. W dniu 2010-05-14 11:19, Muro Copenhagen pisze: Hi Michal I appreciate you're effort spelling

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-05-12 Thread Muro Copenhagen
Hi Michael, That is a great example. But you mentioned that you have commited the sample to wicket-stuff. I can't find it anywhere so can you please send a link or something... Best regards Muro On Tue, May 4, 2010 at 2:49 PM, Robert Kimotho kimot...@gmail.com wrote: You are right I have a

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-05-12 Thread Muro Copenhagen
Hi, Cool...thats nice... Best regards Muro 2010/5/12 Michał Letyński mletyn...@consol.pl Hi. Its one of tiny examples: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/tinymce-parent/tinymce-examples W dniu 2010-05-12 12:40, Muro Copenhagen pisze: Hi

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-05-12 Thread Muro Copenhagen
mletyn...@consol.pl Hi. Its one of tiny examples: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/tinymce-parent/tinymce-examples W dniu 2010-05-12 12:40, Muro Copenhagen pisze: Hi Michael, That is a great example. But you mentioned that you have

Adding child to parent component

2010-01-21 Thread Muro Copenhagen
Hi, Can anyone tell me if it is possible to extend a panel, and adding the child panel inside a component of the parent panel. So i'm looking for something like this: Parent extends Panel { public Parent (String id) { super(id); WebMarkupContainer div = new

Re: Adding child to parent component

2010-01-21 Thread Muro Copenhagen
-Original Message- From: Muro Copenhagen [mailto:copenha...@gmail.com] Sent: Thursday, January 21, 2010 1:16 PM To: users@wicket.apache.org Subject: Adding child to parent component Hi, Can anyone tell me if it is possible to extend a panel, and adding the child panel inside a component

Re: Adding child to parent component

2010-01-21 Thread Muro Copenhagen
... Muro On Thu, Jan 21, 2010 at 2:10 PM, Muro Copenhagen copenha...@gmail.comwrote: Thanks for the answer It's not exactly what i mean...But if you look at the provided example... What if you wanted the child to be placed insided a component on the parent... something like: div

Re: Adding child to parent component

2010-01-21 Thread Muro Copenhagen
And this is link explains it pretty good: http://cwiki.apache.org/WICKET/markup-inheritance.html On Thu, Jan 21, 2010 at 2:25 PM, Muro Copenhagen copenha...@gmail.comwrote: Hi I think i found a solution... I was looking for something like this: http://old.nabble.com/panel-wicket:extend

Close window javascript

2010-01-18 Thread Muro Copenhagen
Hi, I'm trying to close a popup window after the user has submitted a message. I'm using a javascript to close the window but without any luck. Can anyone see what goes wrong? This is the AjaxSubmitLink that should submit the message and close the window: AjaxSubmitLink submit = new

Re: Close window javascript

2010-01-18 Thread Muro Copenhagen
Hi, Thanks Sefan...that helped me on the way... It's working now... Best Regards Muro On Mon, Jan 18, 2010 at 1:03 PM, Stefan Droog sdr...@educator.eu wrote: See ModalWindow.close(final AjaxRequestTarget target) S -Original Message- From: Muro Copenhagen [mailto:copenha

Wicket does not(?) prevent multiple submits

2010-01-11 Thread Muro Copenhagen
Hi, I have this urgent an vital problem i must solve, so i hope someone could assist. I am seeing this odd case of double/triple submit of forms, that should't I hope someone can explain what goes wrong. I have a page that i am adding a Form to. The page and form is straightforward and

Re: Wicket datepicker disable weekdays

2009-11-24 Thread Muro Copenhagen
PM, Muro Copenhagen copenha...@gmail.comwrote: Hi Leo... Thanks... It helped me further on. I made it work, in a non-wicket purely javascript version. But something goes wrong in the wicket datepicker version. I override the getAdditionalJavascript method for the DatePicker

Re: Wicket datepicker disable weekdays

2009-11-23 Thread Muro Copenhagen
Hi Leo... Thanks... It helped me further on. I made it work, in a non-wicket purely javascript version. But something goes wrong in the wicket datepicker version. I override the getAdditionalJavascript method for the DatePicker with the following: @Override protected String

Wicket datepicker disable weekdays

2009-11-20 Thread Muro Copenhagen
Hi, I tried to google for this feature i want without any luck :) I want to use the wicket datepicker but i want to disable fridays, saturdays and sundays. Does anyone have a clue on how to achieve this with the datepicker ? Thanks in advance... Best Regards Muro

Re: Wicket datepicker disable weekdays

2009-11-20 Thread Muro Copenhagen
/calendar/ ** Martin 2009/11/20 Muro Copenhagen copenha...@gmail.com: Hi, I tried to google for this feature i want without any luck :) I want to use the wicket datepicker but i want to disable fridays, saturdays and sundays. Does anyone have a clue on how to achieve

Show source problem using AbstractAjaxTimerBehavior

2009-11-16 Thread Muro Copenhagen
Hi, I am using the wicket AbstractAjaxTimerBehavior, that checks if a job i have executed has finished. When it has finished, i have a link i want to display. I have also added an attribut modifier to the link, that will add a javascript onclick to the link. My problem is that the changes made

Re: Show source problem using AbstractAjaxTimerBehavior

2009-11-16 Thread Muro Copenhagen
On Mon, Nov 16, 2009 at 9:42 AM, Igor Vaynberg igor.vaynb...@gmail.com wrote: source only shows the initial load, not the changes made via ajax executed javascript. use firebug to view the actual dom structure. -igor On Mon, Nov 16, 2009 at 6:16 AM, Muro Copenhagen copenha...@gmail.com

Re: Wicket vs. CKEditor/FCKEditor Java integration

2009-11-08 Thread Muro Copenhagen
Thanks for the swift answer... Best Regards Muro On Fri, Nov 6, 2009 at 3:16 PM, Roman Ilin roman.i...@gmail.com wrote: There is good TinyMCE component in wicket. http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-contrib-tinymce On Fri, Nov 6, 2009 at 3:13 PM, Muro Copenhagen

Re: RadioChoice showing last choosen value - what am i doing wrong

2009-10-13 Thread Muro Copenhagen
equals/hashcode properly implemented so the one you push with setmodelobject will match one in the yesNoChoices collection? -igor On Mon, Oct 12, 2009 at 6:40 AM, Muro Copenhagen copenha...@gmail.com wrote: Hi, Any help on this issue regarding the RadioChoice component

RadioChoice showing last choosen value - what am i doing wrong

2009-10-12 Thread Muro Copenhagen
Hi, Any help on this issue regarding the RadioChoice component will be appreciated. I'm having difficiltius showing the (previously) selected RadioChoice, and can not figure out what's going wrong. Here is my code: public class QuestionRightPanel extends Panel { private String

Re: Starting with Wicket, Spring, Maven and JDBC

2009-09-24 Thread Muro Copenhagen
Hi Pedro Try Appfuse-light with the desired combination: https://appfuse-light.dev.java.net/servlets/ProjectDocumentList?folderID=8006expandFolder=8006folderID=0 It should be at the bottom. Best Regards Muro On Thu, Sep 24, 2009 at 12:04 PM, Pedro Sena sena.pe...@gmail.com wrote: I'll check

Regarding: HybridUrlCodingStrategy and session expired

2009-09-23 Thread Muro Copenhagen
Hi, I hope someone can help me on this issue. I have a payment page and receipt page. The receipt page invalidates the session, so user can't go back. Due to some external configuration i needed to use HybridUrlCodingStrategy to make sure that payment page has a url containing ...Secure. This

Re: Help on wizard solution...

2009-09-09 Thread Muro Copenhagen
://jvdrums.sourceforge.net/ LinkedIn: http://www.linkedin.com/in/egolan74 P Save a tree. Please don't print this e-mail unless it's really necessary On Tue, Sep 8, 2009 at 5:51 PM, Muro Copenhagen copenha...@gmail.com wrote: Thanks Pedro and Peter, I'll try the DynamicWizardModel, it seems

Re: Help on wizard solution...

2009-09-08 Thread Muro Copenhagen
* of the work and knowledge to the {...@link IDynamicWizardStep dynamic wizard steps} it uses. on IDynamicWizardStep you can implement the ordering and navegation rules based on database and page params. On Tue, Sep 8, 2009 at 11:20 AM, Muro Copenhagen copenha...@gmail.com wrote: Hi, I could

Help on wizard solution...

2009-09-08 Thread Muro Copenhagen
Hi, I could use some input on how to solve a problem i have. In my web-app i have some cases, and each cases have several questions. And i want the user to flow between the pages in a wizard manner like the example in: http://www.wicket-library.com/wicket-examples/wizard/ The only problem i

Regarding AjaxEditableLabel and feedback

2009-09-01 Thread Muro Copenhagen
Hi, I have an issue with AjaxEditableLabel that i hope i can get some help with. In my application i have a couple of AjaxEditableLabel's. Though i am not interested in the default feature of AjaxEditableLabel. I want edit button and a save button, that switches automatically between the Label

Re: Using repeater depending on ajax enabled dropdown choice

2009-08-31 Thread Muro Copenhagen
Hi, I figured it out on my own. Sorry for the spam :) Best Regards Muro On Mon, Aug 31, 2009 at 10:15 AM, copenhag copenhagen copenha...@gmail.comwrote: Hi, I tried to implement a repeater(DataView) that should change depending on a dropdownchoice. I wanted the repeater to change right