How to write unicode in Response.write(unidcode)?

2008-03-02 Thread Kevin Liu
Hi£¡ Can I write unicode in Respose? just like, Response response = request.getResponse(); response.write(UNICODE here...); Thanks a lot! :- -Kevin Liu - Looking for last minute shopping deals? Find them fast with Yahoo! Search.

Re: How to write Json response in the AbstractDefaultAjaxBehavior.response(ajaxtarget)

2008-01-14 Thread Kevin Liu
Thank you , it works! Igor Vaynberg [EMAIL PROTECTED] wrote: getrequestcycle().setrequesttarget(new irequesttarget() { respond(response r) { r.write(...); }}); -igor On Jan 14, 2008 6:43 PM, Kevin Liu wrote: Hi guys! could you tell me how to write json response

DataProvider.size() problem

2007-11-12 Thread Kevin Liu
number of the data that navigationlabel displays is wrong.. -Kevin Liu - Be a better pen pal. Text or chat with friends inside Yahoo! Mail. See how.

Re: how to use LinkTree in frame

2007-10-16 Thread Kevin Liu
to override the method that generates the link and replace it with a BookmarkablePageLink -igor On 10/15/07, Kevin Liu wrote: The question may be how ajaxLink be bookmarkable: the code below absolutely does not work fine: pageLink = new AjaxLink(id){ private static final long serialVersionUID

Session Time out after Adding RadioGroup column to DataTable

2007-09-23 Thread Kevin Liu
object */ public Object getObject() { return object; } /** * @param object */ public void setObject(Object object) { this.object = object; } } -Kevin Liu - Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news

How to add RadioGroup column to DataTable?

2007-09-20 Thread Kevin Liu
Hi! Could you tell me how to add RadioGroup column to DataTable ? Thank you very much! -Kevin Liu - Be a better Heartthrob. Get better relationship answers from someone who knows. Yahoo! Answers - Check it out.

Re: How to add RadioGroup column to DataTable?

2007-09-20 Thread Kevin Liu
in to it. then extend abstractcolumn and in populatecolumn create the instance of your panel and add it. -igor On 9/20/07, Kevin Liu wrote: Hi! Could you tell me how to add RadioGroup column to DataTable ? Thank you very much! -Kevin Liu - Be a better

How to create my own components with HiddenFiled and TextField

2007-09-13 Thread Kevin Liu
~ -Kevin Liu - Moody friends. Drama queens. Your life? Nope! - their life, your story. Play Sims Stories at Yahoo! Games.

Re: How to handle these nested table tags

2007-09-10 Thread Kevin Liu
Thank you for your help! But the major problem is The Label Is Not at the same level as the form , the Label is deep inside those table tags. Is there any solution to this kind of problem. Thanks again~ Kevin Liu [EMAIL PROTECTED] wrote: I have a html page that displays welcome ,XXX