Re: How can I refresh a "parent" Page after using PopupCloseLink in a popup window?

2008-02-21 Thread JohnSmith333
target.addComponent(parentPage); > } > }); > > Maurice > > On Thu, Feb 21, 2008 at 1:17 PM, JohnSmith333 > <[EMAIL PROTECTED]> wrote: >> >> My wicket program also have the same question. Could anyone kindly help >

Re: How can I refresh a "parent" Page after using PopupCloseLink in a popup window?

2008-02-21 Thread JohnSmith333
My wicket program also have the same question. Could anyone kindly help us? Thanks Edvin Syse wrote: > > Hi, > > I have a Link with PopupSettings to open another window, and then there is > a PopupCloseLink on the new page which closes the popupwindow > again. Is there a way to make the "pare

Re: how to get jscript value before form's validation

2008-02-01 Thread JohnSmith333
derstand what you are asking. What jscript? What do you > want to do? > Martijn > > On 2/1/08, JohnSmith333 <[EMAIL PROTECTED]> wrote: >> >> >> Could anyone tell me how to get jscript value to wicket page before >> form's >> validation . >> I

how to get jscript value before form's validation

2008-02-01 Thread JohnSmith333
Could anyone tell me how to get jscript value to wicket page before form's validation . I hope to get some jscript value to dynamic change form's validation . Thanks! -- View this message in context: http://www.nabble.com/how-to-get-jscript-value-before-form%27s-validation-tp15226788p15226788.ht

Re: set the feedback message to js function

2008-01-05 Thread JohnSmith333
Thans for your help,thanks igor.vaynberg wrote: > > renderhead(IHeaderResponse r) { > for (FeedbackMessage m:messages) { > r.renderonloadjavascript("alert('"+m.toString()+"');"); > } > } > > -igor > > > On Dec 31, 2007

Re: set the feedback message to js function

2007-12-31 Thread JohnSmith333
e: > > see how feedbackpanel is implemented, you can write a header > contributor to spit feedback messages to a js function > > -igor > > > On Dec 31, 2007 7:51 AM, JohnSmith333 <[EMAIL PROTECTED]> wrote: >> >> Could anyone tell me how to set the feedbac

set the feedback message to js function

2007-12-31 Thread JohnSmith333
Could anyone tell me how to set the feedback message to js function like alert("some txt must set")? thanks! -- View this message in context: http://www.nabble.com/set-the-feedback-message-to-js-function-tp14558865p14558865.html Sent from the Wicket - User mailing list archive at Nabble.com. -

The Textis incomprehensible

2007-12-14 Thread JohnSmith333
My wicket code in xp show normally. The text isn't incomprehensible. But when I deploy the code to linux os and in weblogic ap server. The text from db table date also OK. The text code in html also OK. But the text code in wicket program all are incomprehensible. I am use the Chinese langua

Re: Question about use Palette with DropDownChoice

2007-09-17 Thread JohnSmith333
ist. Then when I choice A again ,there will see that A1 not at selectedList. So I choice before would be disappear! Why? I have any idea yet! JohnSmith333 wrote: > > > Have you actually tried my code? I did and it works as you described > above. > -- View this message in contex

Re: Question about use Palette with DropDownChoice

2007-09-17 Thread JohnSmith333
edList and then choice B with selected anything (ex:B1) to selectedList. Then when I choice A again ,there will see that A1 not at selectedList. So I choice before would be disappear! Why? I have any idea yet! Kent Tong wrote: > > > JohnSmith333 wrote: >> >> I have use a Pale

Re: Question about use Palette with DropDownChoice

2007-09-15 Thread JohnSmith333
I have changed the code to "ajax like'. But the problem also could not be solved. The code bellow do not change the palette's selected values and let it empy. But I really have choice some value before. Why? Could anyone help me, thanks! if(selectedMap.containsKey(nowSelectedValue)){

Re: How to save page values between AjaxTabbedPanel tab change?

2007-09-15 Thread JohnSmith333
Thank's for your help.Thank you! igor.vaynberg wrote: > > if you are talking about form values then override newtablink and return a > submitlink instead. if you are talking about state in general then see > PanelCachingTab > > -igor > > > On 9/12/07, JohnSm

Question about use Palette with DropDownChoice

2007-09-15 Thread JohnSmith333
I have use a Palette with DropDownChoice. I want to change the DropDownChoice's selected value and then update the Palette's lists. And when I click the Palette's value ,I hope to save the change result. But it's not work normally. Could anyone kind to help me? Thanks! http://www.nabble.com/fi

How to save page values between AjaxTabbedPanel tab change?

2007-09-12 Thread JohnSmith333
Could anyone teach me how to save page values and status between AjaxTabbedPanel tab change? I find only ajax like components could save their status,others could not. Maybe I should save their values and status in session. Or could I have any good suggestion to follow? Thanks! -- View this messa