Re: [Wicket-user] Wicket-user Digest, Vol 11, Issue 98

2007-04-15 Thread tooy li(Gmail)
actually, i don't know how to use jira .:P. could you send me a url for it? Need apply a account for it? > Message: 1 > Date: Sat, 14 Apr 2007 10:22:01 -0700 > From: "Eelco Hillenius" <[EMAIL PROTECTED]> > Subject: Re: [Wicket-user] crtypted url cannot work for current 2.0 > snap shot > To: [EMAIL

Re: [Wicket-user] crtypted url cannot work for current 2.0 snap shot

2007-04-14 Thread tooy li(Gmail)
dge it works? It > really helps to get concrete fix suggestions, preferably patches. :) > > Eelco > > > On 4/13/07, tooy li(Gmail) <[EMAIL PROTECTED]> wrote: >> hi, >> I think i have paste the enough message! actually, i pasted the message >> again and again. &

Re: [Wicket-user] crtypted url cannot work for current 2.0 snap shot

2007-04-13 Thread tooy li(Gmail)
k our collective asses > of to make Wicket the best framework $0 can buy. But we can only do > what time permits us to do. Any time devoted to trunk makes 1.3 > delayed. > > Martijn > > On 4/13/07, tooy li(Gmail) <[EMAIL PROTECTED]> wrote: >> and the customed err

[Wicket-user] CryptedUrlWebRequestCodingStrategy bug for open ajax model window in 2.0 snapshot

2007-04-13 Thread tooy li(Gmail)
Since nobody care about my complains for the CryptedUrlWebRequestCodingStrategy , i decide to do something for it. I notice the castexception is [Ljava.lang.String , so it means it's a String[] not a String type for the cast. I trace the method getParameter(final String key) of DecodedUrlReques

[Wicket-user] crtypted url cannot work for current 2.0 snap shot.

2007-04-13 Thread tooy li(Gmail)
and the customed error page also cannot work well. when i open a modal window by ajax link, it will generate some error. I has complained it for a long time, but nobody care it. :( . 2.0 is really dead now. at wicket.protocol.http.request.CryptedUrlWebRequestCodingStrategy$DecodedUrlRequest.ge

[Wicket-user] TopToolbar in datatable dispeared when ajax modal window closed

2007-04-09 Thread tooy li(Gmail)
hi i used a defaultdatatable to show the data list , and add some ajax link in it to open some modal window to show detail. the toptoolbar will dispeared when these modal window closed, it's only happen in firefox, work well in IE 6. so ,is there any one can help me ? the below is my code. ps.

Re: [Wicket-user] ajax refresh don't wok in the current snapshot for 2.0

2007-04-03 Thread tooy li(Gmail)
hi, I think i don't need ajax refresh it now, thx. > > can you post the stacktrace? > > On 4/3/07, tooy li(Gmail) <[EMAIL PROTECTED]> wrote: >> hi, >> I find it cannot work for a repeat viewer and it work well in the previouse >> version >

Re: [Wicket-user] ajax modal window don't work at the CryptedUrl in the current snapshot

2007-04-03 Thread tooy li(Gmail)
Y, it's only happen when i use a ajax link to open a modal window. > how is this related to modal window ?! > > On 4/3/07, tooy li(Gmail) <[EMAIL PROTECTED]> wrote: >> hi, >> when i try the crypted url in the current snap shot , get the below error

Re: [Wicket-user] Multiple Modal Windows (sunraider)

2007-04-02 Thread tooy li(Gmail)
no,it's still here today, :P > > i believe martijn already fixed this a few days ago > > -igor > > > On 4/2/07, Stefan Lindner <[EMAIL PROTECTED]> wrote: >> >> I think this is a general IE problem. The ModalWindow maintainers have >> taken care of this only for one level (modal window opended o

[Wicket-user] ajax refresh don't wok in the current snapshot for 2.0

2007-04-02 Thread tooy li(Gmail)
hi, I find it cannot work for a repeat viewer and it work well in the previouse version the below is my code WebMarkupContainer listContainer = new WebMarkupContainer(form, "listContainer"); RepeatingView listView = new RepeatingView(listContainer, "dataList"); then open a jax modal

[Wicket-user] ajax modal window don't work at the CryptedUrl in the current snapshot

2007-04-02 Thread tooy li(Gmail)
hi, when i try the crypted url in the current snap shot , get the below error. 180953 [btpool0-4] ERROR wicket.RequestCycle - [Ljava.lang.String; java.lang.ClassCastException: [Ljava.lang.String; at wicket.protocol.http.request.CryptedUrlWebRequestCodingStrategy$DecodedUrlRequest.getParameter(Cr

[Wicket-user] Get versionManager null error after upgrading the wicket to the current snapshot.

2007-03-31 Thread tooy li(Gmail)
I complained the ajax modal window cannot show every time when i click the ajax link ,after the updgading ,it can work well. but i get a new problem, I used a modal winwo to input something, when i open the modal window first, it's ok, but when i open it again , it will generate the bellow erro

[Wicket-user] how to unselect a dropdownlist ?

2007-03-29 Thread tooy li(Gmail)
when a dropdown list is first show, it has a "please select " option to prompt user to select one, when user select and save the record, and edit it again, the drop down list will only show the data, so user cannot unselect some one. so I have to add a "" into the list. Can i get a better solu

[Wicket-user] ajax modal window dont' show some time

2007-03-29 Thread tooy li(Gmail)
hi, I find it' s don't pop the ajax modal window when user click the ajaxlink object, some time user have to make twice double click can show it. user has complained it, so what can i do for it? - Take Surveys. Earn Cash.

Re: [Wicket-user] the modal window cannot work in ie for wicket 2.0 snapshot

2007-03-26 Thread tooy li(Gmail)
hi, it cannot work in IE 6 only , I had tried many pc to prove it . Since mostly of client people use IE, I have to support it. I ' m worry about the upgrade from my version to the reccently the snapshot. I hope dev team can release alpha or beta version in the month before you change back to

Re: [Wicket-user] the modal window cannot work in ie fro wicket 2.0 snapshot

2007-03-26 Thread tooy li(Gmail)
line:1011; Wicket.ajax.call is null or not a object. > Message: 2 > Date: Sat, 24 Mar 2007 18:47:45 -0700 > From: "Igor Vaynberg" <[EMAIL PROTECTED]> > Subject: Re: [Wicket-user] the modal window cannot work in ie fro > wicket 2.0 snapshot > To: wicket-user@lists.sourceforge.net > Message-ID: > <

Re: [Wicket-user] Wicket-user Digest, Vol 10, Issue 213

2007-03-24 Thread tooy li(Gmail)
Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed can you provide a quickstart example that demonstrates this problem? -Matej On 3/24/07, tooy li(Gmail) <[EMAIL PROTECTED]> wrote: > last time ,I mentioned the table cannot be update after the ajax

[Wicket-user] How to catch the error in custome error page?

2007-03-23 Thread tooy li(Gmail)
I want to create a custom page to catch all error , log these into db and only show some clear infomation into user. i know set something in the application, but how can i catch these error in my page? - Take Surveys. Earn C

[Wicket-user] sos, ajax refresh chaos

2007-03-23 Thread tooy li(Gmail)
last time ,I mentioned the table cannot be update after the ajax modal window closed. now it can work when i set the outputmarkid to true, but,... it's strange. it will add the content of table at the top of original table ps. the ajax don't refresh the main window every one, is there any

Re: [Wicket-user] how to config the wicket 2.0 application toaccessable by domain name directorly?

2007-03-16 Thread tooy li(Gmail)
ant: > > domain.com/context_name/filterpath > ^container ^web.xml > > Regards, > > Korbinian > > > >> -Urspr?ngliche Nachricht- >> Von: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] Im Auftrag >> von tooy li(Gmail) >&g

[Wicket-user] Cannot work well after upgrading to the snapshot of 10 mar

2007-03-16 Thread tooy li(Gmail)
1. the ajax modal window cannot work at IE 6, and fine at firefox. it will generate a script error. "Wicket.Ajax.Call" is null or not a Object. I try the ajax example of the example application, it's same eorror. 2. Crypted URL cannot work , add the below code into application, and generate

[Wicket-user] how to config the wicket 2.0 application to accessable by domain name directorly?

2007-03-16 Thread tooy li(Gmail)
hi, pardon for my poort english first. I need deploy the application into web site which can be acess by domain name. for example , www.toy.com is refer to my app. but i cannot know how to config it in 2. 0 since it use filter instead of servlet. it seems that i have to set the filterPath to

Re: [Wicket-user] how do refresh the repeatview after close ajax modal window?

2007-03-16 Thread tooy li(Gmail)
have to add it's parent (e.g. > webmarkupcontainer) to ajax request target. Repeater itself has no > markup. > > -Matej > > On 3/15/07, tooy li(Gmail) <[EMAIL PROTECTED]> wrote: >> for the defaultdatatable ,i only need add a parent container of datatable &g

[Wicket-user] how do refresh the repeatview after close ajax modal window?

2007-03-15 Thread tooy li(Gmail)
for the defaultdatatable ,i only need add a parent container of datatable into the target of ajax modal window. But for the repeat view ,it cannot work !!. I also want to when the gridview can work well in 2.0 version I used 2.0 version snapshot thx. ---

[Wicket-user] Should i upgrade the wicket 2.0 snapshot?

2007-03-15 Thread tooy li(Gmail)
When I began my project at last year, i had to make a choice between 1.2 and 2.0 snapshot. considering the upgrading in furture, i began my wicket travel on a snapshot of december. after three month , i have to deploy the application into production env, but the wicket 2.0 is still not release .

[Wicket-user] clone object error when open a new window.

2007-03-15 Thread tooy li(Gmail)
When i try to open a link by new window ,it' happen. I have tried the sample library, it get the same error. Is there one can tell me something? I wanto know how to catch the error information in a customed error page. thx 2007-03-15 23:35:00,640 ERROR wicket.markup.html.WebPage - Page [Page c

[Wicket-user] how to set the readonly data in wicket form

2007-03-06 Thread tooy li(Gmail)
When i set the html element to readonly or disabled , the wicket form cannot get the value of these specficed field. and I have control these fields accord to the different user. - Take Surveys. Earn Cash. Influence the Fut

[Wicket-user] pop window error

2007-03-06 Thread tooy li(Gmail)
when i used a pop window or select open a new window for current link, some error happens it' seems I have to serializable PropertyDescProxy ? ERROR wicket.markup.html.WebPage - Page [Page class = com.toyshop.web.PayPage, id = 4] couldn't be cloned to move to another pagemap java.lang.ClassCastE

[Wicket-user] I want to know how to output a string in viewer.

2007-03-05 Thread tooy li(Gmail)
I use freemarker to generate something, so i wanto put the generated html string into html viewer. so i think i need write a markcontainer to implement it, is there anyone can give me some advice or code? - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Tuesday, March 06, 2007

[Wicket-user] how to integretes freemarker in wicket 2.0

2007-03-05 Thread tooy li(Gmail)
ps, when can we get the wicket 2.0 beta? - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-

[Wicket-user] Is there anyone can compare echo2 and wicket 2?

2007-01-30 Thread tooy li(Gmail)
I find echo2 have more components and more ajax support. and also support html layout. so what's the advantage of wicket ? or some one can tell me the disadvantage of echo? - Take Surveys. Earn Cash. Influence the Future of

[Wicket-user] how to use GridView in wicket 2.0 snapshot?

2007-01-24 Thread tooy li(Gmail)
hi, it's always complains that " Markup with path 'check' not found in fragment: roleList" GridView gridView = new GridView(roles, "roleList", dataProvider) { protected void populateItem(Item item)

[Wicket-user] hi , is there any example for implements a system menu?

2007-01-11 Thread tooy li(Gmail)
or how to create a outlook style system menu ? - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief su

Re: [Wicket-user] how to create a link without markup id?

2007-01-11 Thread tooy li(Gmail)
i know i do this, but i still want to know whether you can give me a better way? I feel verbose in some place for the mark id. for example , since I just add a link to default table , I also have to create a html to describe this. for example, wicket don't allow override some method of link , i

Re: [Wicket-user] how to create a link without markup id?

2007-01-10 Thread tooy li(Gmail)
d(new LInk("link") {}.setVisible(someCondition)); Martijn On 1/10/07, tooy li(Gmail) <[EMAIL PROTECTED]> wrote: > I need show a downloadlink when a record has a attachment info. since the > reocrd may have not attachment, the downloadlink must be create by condition. > how ca

[Wicket-user] how to create a link without markup id?

2007-01-10 Thread tooy li(Gmail)
I need show a downloadlink when a record has a attachment info. since the reocrd may have not attachment, the downloadlink must be create by condition. how can i do it ? I also feel puzzle for how to do generate a system menu or some dymic link . since the componet have to bind with some id.

Re: [Wicket-user] Strange problem, very puzzle for spring in wicket 2.0

2007-01-08 Thread tooy li(Gmail)
igor I will send you project late, which mail box i should take? my spring is the latest version. On 1/7/07, tooy li(Gmail) <[EMAIL PROTECTED]> wrote: > > Hi,igor > I make sure there is only one class named this. I also change the name of > class to find something, but get

[Wicket-user] AjaxFormComponentUpdatingBehavior lost the form data

2007-01-08 Thread tooy li(Gmail)
hi , I just use a behavior in multipart form, and it cannot hold the data of form when it triger. adType.add(new AjaxFormComponentUpdatingBehavior(ClientEvent.CHANGE) { protected void onUpdate(final AjaxRequestTarget target) { String value = (String) adType.getModelObject(); if (Strin

Re: [Wicket-user] IChoiceRenderer error , somthing about

2007-01-08 Thread tooy li(Gmail)
Hi,johan y, your right, the column id is string object, render is always get a string object in this case. I first use expression for default Render, and get the same error. show you the complete stacktrace WicketMessage: Exception in rendering component: [MarkupContainer [Component id = column

[Wicket-user] IChoiceRenderer error , somthing about generic

2007-01-08 Thread tooy li(Gmail)
I got a cast error , when i use customer IChoiceRender class ColumnRender implements IChoiceRenderer { public Object getDisplayValue(ColumnInfo object) { return object.getFormattedName(); } public String getIdValue(ColumnInfo object, int index) { return object.getId(); } } n

[Wicket-user] question about ajax update ListView

2007-01-08 Thread tooy li(Gmail)
I allow user add some row in the form, so I nested a ListView in the form with a addrow button. when user click the addrow button, i insert a new object into the listviewer , and put the container of list viewer to ajaxtarget to update. since the form is a mulitpart, so i get a error when i u

[Wicket-user] how can get the value of a property in a CompondProperyModel?

2007-01-07 Thread tooy li(Gmail)
I'm working for write a form validator, so i want to know the value of the other property according by name or nested name. eg get("boy.cat"). could I do it? I know i can get the model object, and use BeanUtil to do it. but i think it should a agile way. thx.

Re: [Wicket-user] Strange problem, very puzzle for spring in wicket 2.0

2007-01-07 Thread tooy li(Gmail)
t; i dont get it, do you have two different SystemManagerService objects? > > this doesnt make sense > > org.springframework.beans.factory.BeanNotOfRequiredTypeException: Bean named > 'SystemManagerService' must be of type [xx.SystemManagerService], but was > actual

[Wicket-user] Strange problem, very puzzle for spring in wicket 2.0

2007-01-07 Thread tooy li(Gmail)
I use spring to find some dao service in system. it can work well. but in some situation, some strange things happen. MyPage @SpringBean(id="systemservice") SystemManagerService systemservice; so, when i new one MyPage object, or create it in ut environment, i can get the right bean. but when i

Re: [Wicket-user] cannot run the annoation unit test in 2.0

2007-01-05 Thread tooy li(Gmail)
hi, there is not any add method in the WicketTester.and you also cannot add the SpringComponentInjector directly, since it cannot find any true application context in this environment. I think someone should update the related wiki. > Message: 2 > Date: Fri, 5 Jan 2007 10:04:51 -0800 > From: "

[Wicket-user] Spring annotation ut can work now.

2007-01-05 Thread tooy li(Gmail)
I try the code depends on the wiki's spring post, but it cannot inject the springbean well. I trace the source code of AnnotApplicationContextMock and wickeTester , and find it cannot really register a Injector into the componentInstantiationListeners of component class . I think i can add this

[Wicket-user] cannot run the annoation unit test in 2.0

2007-01-05 Thread tooy li(Gmail)
hi,all I try the annoation unit test to the page, but I find it cannot work with injection. below is my code ColumnInfo example = new ColumnInfo(); MockControl daoCtrl = MockControl .createControl(ColumnManagerServiceI.class); ColumnManagerServiceI dao = (ColumnManagerServiceI) daoCt