Re: How to refresh ListView on ModalWindow

2010-08-29 Thread zoran
Hi Sven, Thank you for suggestion. This works. Best, Zoran -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-refresh-ListView-on-ModalWindow-tp2341639p2398942.html Sent from the Wicket - User mailing list archive at Nabble.com

How to refresh ListView on ModalWindow

2010-08-27 Thread zoran
the comments is updated before populateItem is called, but it seems that I should make something more. Do you have any suggestions? Zoran -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-refresh-ListView-on-ModalWindow-tp2341639p2341639.html Sent from the Wicket

Re: Problem to replace panel

2010-08-26 Thread zoran
I've solved this. The problem was in that I made a call to update panel methods for both panels from instance of the first panel that was updated. The second call on update method was on the wrong target, so it couldn't found a component (panel) to update. Zoran -- View this message in context

Re: Problem to replace panel

2010-08-22 Thread zoran
Hi Martin, I was trying to make this quick start but it's very difficult to make this works, as it is dependent on many Tuscany web services. Does it works for you to send you the whole maven project or just a files containing the code that makes a problem? Zoran -- View this message

Re: Problem to replace panel

2010-08-22 Thread zoran
is PreviewGoals. I hope this will works for you. Zoran -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Problem-to-replace-panel-tp2333462p2334184.html Sent from the Wicket - User mailing list archive at Nabble.com

Problem to replace panel

2010-08-21 Thread zoran
Hi, I have one wicket page containing two different panel. Based on the same event, these panels should be changed with new instances of the same panels. The methods that performs change of these panels are called after the same event. However, first panel is changed without a problem, but the

ModalWIndow and update of jQuery component

2010-08-09 Thread zoran
Hi, I'm using a ModalWindow with Panel content inside containing a form that should edit a data for existing objects. From the parent page I'm accessing the Modal window content to send an Java instance object containing values that will set the initial values in the form, then I call a show()

RE: ModalWIndow and update of jQuery component

2010-08-09 Thread zoran
Thanks. I solved this. The problem was in that I was trying to set this from the Panel instead from the parent page. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/RE-ModalWIndow-and-update-of-jQuery-component-tp2319279p2319288.html Sent from the Wicket - User

how to dinamically add a wicket property to the key in the properties file

2010-08-08 Thread zoran
successfully. As result I got an alert with message: Learning goal ${pagetitle} updated successfully. What is wrong with this code? Zoran -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/how-to-dinamically-add-a-wicket-property-to-the-key-in-the-properties-file

Re: how to dinamically add a wicket property to the key in the properties file

2010-08-08 Thread zoran
Martin, I've tried this, but it doesn't work. Any other idea? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/how-to-dinamically-add-a-wicket-property-to-the-key-in-the-properties-file-tp2317893p2317912.html Sent from the Wicket - User mailing list archive at

Re: how to dinamically add a wicket property to the key in the properties file

2010-08-08 Thread zoran
Sorry, I don't know why it didn't work before, but it works now. Thanks. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/how-to-dinamically-add-a-wicket-property-to-the-key-in-the-properties-file-tp2317893p2317938.html Sent from the Wicket - User mailing list

Re: How to send a Java object to the ModalWindow

2010-08-04 Thread zoran
Thanks Martin, modalwindowcontent.setpropervalue(xx); That's what I have tried first, but for some reason it didn't worked than so I started to work on some other more complex solution. Now I turned again to this simple idea and it works. Zoran -- View this message in context: http://apache

How to send a Java object to the ModalWindow

2010-08-03 Thread zoran
), so the panel can use the information to set some form values and change the object after the form submit. Can you suggest me how to make this? Zoran -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-send-a-Java-object-to-the-ModalWindow-tp2312589p2312589.html

Re: How to send a Java object to the ModalWindow

2010-08-03 Thread zoran
Hi Martin, I'm using dynamic objects. In the first way based on the some event (e.g. tree node selection) I want to setup this MagicObject in home page, and then to show panel. Between these two there should be a call of getMagicObject() from the panel. How can I set this happen in appropriate

How to access div on wicket modal dialog

2010-08-02 Thread zoran
div container using its id, because the same thing works fine when I use jQuery modal dialog instead of wicket modal dialog? Zoran -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-access-div-on-wicket-modal-dialog-tp2310678p2310678.html Sent from the Wicket

Re: How to access div on wicket modal dialog

2010-08-02 Thread zoran
, and everything works like it should work. Thanks, Zoran -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-access-div-on-wicket-modal-dialog-tp2310678p2310845.html Sent from the Wicket - User mailing list archive at Nabble.com

submitting jQuery modal dialog form to parent page

2010-08-01 Thread zoran
suggestion? Zoran -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/submitting-jQuery-modal-dialog-form-to-parent-page-tp2309472p2309472.html Sent from the Wicket - User mailing list archive at Nabble.com

How to call javascript from panel constructor

2010-07-26 Thread zoran
Hi, I have a panel that sets some properties at its constructor. Then I want to use one of this properties to set a javascript slider, so I need to call javascript code like $('#slider').slider('option','value',+expLevVal+); I know how I can do this when I have some event, like link or button

Re: How to call javascript from panel constructor

2010-07-26 Thread zoran
Thank you Mike, This works. Regards, Zoran -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-call-javascript-from-panel-constructor-tp2302355p2302432.html Sent from the Wicket - User mailing list archive at Nabble.com

How to send a URI with # as WicketAjaxGet argument

2010-07-25 Thread zoran
arguments are null. Is there some way I can pass this URI as an argument? Thanks, Zoran -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-send-a-URI-with-as-WicketAjaxGet-argument-tp2301521p2301521.html Sent from the Wicket - User mailing list archive at Nabble.com

getPage() and getParentPage() returns null

2010-07-19 Thread zoran
Hi, I have one basic page in my application that contains a base panel. This panel contains several AjaxLinks that update the panel content, so new page is loaded for each link. This works fine, but each of these pages can't access it's parent page or page with getParentPage() and getPage(). The

I can't subscribe to this list

2010-07-18 Thread Zoran Jeremic
different emails several times, but it's the same. Did I miss something or there are some problems with this list? Zoran

Re: I can't subscribe to this list

2010-07-18 Thread zoran
this topic, I have always created a new topic in forum, rather then sending email to users@wicket.apache.org, but I believe that these two should be in sync with each other. Zoran -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/I-can-t-subscribe-to-this-list

Re: getPage() and getParentPage() returns null

2010-07-18 Thread zoran
PreviewGoals CompetencePanel Do you have some idea? Zoran http://apache-wicket.1842946.n4.nabble.com/file/n2293370/lpc.zip lpc.zip -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/getPage-and-getParentPage-returns-null-tp2293003p2293370.html Sent

Re: getPage() and getParentPage() returns null

2010-07-18 Thread zoran
Robert, This works :) I just removed initialization of the components from the constructor and it works now. Thanks. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/getPage-and-getParentPage-returns-null-tp2293003p2293379.html Sent from the Wicket - User mailing