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 wrote: > 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, >> >&

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: https://issues.apache.org/jira/secure/IssueNavig

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 the

Re: Concerning changing image onsubmit

2010-12-01 Thread Muro Copenhagen
ton that does that. > > -igor > > On Tue, Nov 30, 2010 at 3:07 AM, Muro Copenhagen > 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. > >

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

Re: non-bookmarkable pages with pageparameters?

2010-07-06 Thread Muro Copenhagen
ge 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 >

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-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(...); w

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-05-20 Thread Muro Copenhagen
render the src 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 > Hi Muro. > > W dniu 2010-05-19 15:12, Muro Copenhagen pisze: > > Hi Michal, >> >> Thanks for the reply >>

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-05-19 Thread Muro Copenhagen
rce is created from 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

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-05-18 Thread Muro Copenhagen
help will be appreciated... Best Regards Muso On Fri, May 14, 2010 at 3:03 PM, Muro Copenhagen wrote: > Hi Michal > > Great thanks for the help.. > > Best Regards > Muro > > 2010/5/14 Michał Letyński > > Hi. >> Yes you are right the last released version is 1

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

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-05-14 Thread Muro Copenhagen
mmited 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 >> it... &g

Re: Image Upload Using TinyMCE Within Wicket Framework

2010-05-12 Thread Muro Copenhagen
> 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 y

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

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 wrote: > You are right I have a wicket path in src

Refreshing dropdownchoice that is ajax enabled

2010-03-09 Thread Muro Copenhagen
Hi, I have a small problem i hope someone has an answer for. I have a textfield that can only be visible when a certain dropdownchoice option is selected My code is as: // special doctor info final TextField infoField = new TextField("info"); infoField .se

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 wrote: > Hi > > I think i found a solution... > > I was looking for something like this: > http://old.nabble.com/panel-wicke

Re: Adding child to parent component

2010-01-21 Thread Muro Copenhagen
... Muro On Thu, Jan 21, 2010 at 2:10 PM, Muro Copenhagen wrote: > 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... > > someth

Re: Adding child to parent component

2010-01-21 Thread Muro Copenhagen
arent, rather its at top level: Could this be achieved ... ? Best Regards Muro... On Thu, Jan 21, 2010 at 1:21 PM, Stefan Droog wrote: > Is this what you mean? > http://wicket.apache.org/examplemarkupinheritance.html > > > -Original Message- > From: Muro Copenhagen [mail

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 WebMarkupContaine

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 wrote: > See > > ModalWindow.close(final AjaxRequestTarget target) > > S > > -Original Message----- > From: Muro Copenhagen

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 Aj

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 contains

Re: Wicket datepicker disable weekdays

2009-11-24 Thread Muro Copenhagen
NDER;\n}"; myRenderer += "\n YAHOO.wicket['" + getComponentMarkupId() + "DpJs'].addWeekdayRenderer(1, myCustomRenderer);"; // disable sundays return myRenderer; This link was a great help: http://www.stephaniebender.de/extras/yui/examples/calendar/render/1.htm

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 getAddition

Re: Wicket datepicker disable weekdays

2009-11-20 Thread Muro Copenhagen
//developer.yahoo.com/yui/calendar/ > > ** > Martin > > 2009/11/20 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 &g

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: Show source problem using AbstractAjaxTimerBehavior

2009-11-16 Thread Muro Copenhagen
; http://www.wickettraining.com > > > > On Mon, Nov 16, 2009 at 9:42 AM, Igor Vaynberg >wrote: > > > source only shows the initial load, not the changes made via ajax > > executed javascript. use firebug to view the actual dom structure. > > > > -igor >

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

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

2009-10-13 Thread Muro Copenhagen
ponent is not disabled? does LabelValue > have 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 > wrote: > > Hi, > >

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 selectedValu

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=8006&expandFolder=8006&folderID=0 It should be at the bottom. Best Regards Muro On Thu, Sep 24, 2009 at 12:04 PM, Pedro Sena wrote: > I'll check them > > Thanks Er

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 w

Re: Help on wizard solution...

2009-09-09 Thread Muro Copenhagen
>>> I implemented the dynamic wizard and it was actually lots of fun :) > >>> > >>> > >>> Eyal Golan > >>> egola...@gmail.com > >>> > >>> Visit: http://jvdrums.sourceforge.net/ > >>> LinkedIn: http://www.lin

Re: Help on wizard solution...

2009-09-08 Thread Muro Copenhagen
her delegates much > * 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

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 hav

Re: Regarding AjaxEditableLabel and feedback

2009-09-02 Thread Muro Copenhagen
gt; > -igor > > On Tue, Sep 1, 2009 at 4:27 AM, Muro Copenhagen > wrote: > > 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. > > > &g

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 wrote: > Hi, > > I tried to implement a repeater(DataView) that should change depending on a > dropdownchoice. > > I wanted the repeater to change right away, so i aja