Re: How to support multiple themes in Wicket application.

2010-06-14 Thread wicketyan
ource management logic will prefer these resources to other resources, such as default resources, which are not as good of a match. 2010-06-15 wicketyan 发件人: Duy Do 发送时间: 2010-06-15 12:05:59 收件人: users 抄送: 主题: How to support multiple themes in Wicket application. Hi all,

Re: RE: RE: Re: RE: Rich Text Editors and Wicket

2010-06-02 Thread wicketyan
Could you tell me when you get it ?I also want to use fckeditor. 2010-06-02 wicketyan 发件人: Chris Colman 发送时间: 2010-06-02 19:58:19 收件人: users@wicket.apache.org 抄送: 主题: RE: RE: Re: RE: Rich Text Editors and Wicket I haven't found a wicket integration for FckEditor yet bu

Re: RE: Re: RE: Rich Text Editors and Wicket

2010-06-02 Thread wicketyan
administer system.It looks like tinymce already have this fuction,but I don't know whether wicket had integrated it .Is fckeditor has a wicket integration? 2010-06-02 wicketyan 发件人: Chris Colman 发送时间: 2010-06-02 16:31:53 收件人: users@wicket.apache.org 抄送: 主题: RE: Re: RE: Rich

Re: Re: Re: RE: Rich Text Editors and Wicket

2010-06-01 Thread wicketyan
thanks eichinger,Is this integration contains image uploading? 2010-06-02 wicketyan 发件人: ralf.eichinger 发送时间: 2010-06-01 15:40:27 收件人: users 抄送: 主题: Re: Re: RE: Rich Text Editors and Wicket have a look at the powerful xinha editor (http://www.xinha.org/). A Wicket integration can

Re: Re: RE: Rich Text Editors and Wicket

2010-05-29 Thread wicketyan
sorry.can't see http://www.clasificad.com.ar/clasificadoNuevo . Even I used proxy,there is no rich text editors,just a publica file page. 2010-05-30 wicketyan 发件人: nicolas melendez 发送时间: 2010-05-30 02:56:14 收件人: users 抄送: 主题: Re: RE: Rich Text Editors and Wicket I also us

Re: RE: Rich Text Editors and Wicket

2010-05-29 Thread wicketyan
thanks Hammer,I'm learning. 2010-05-29 wicketyan 发件人: M. Hammer 发送时间: 2010-05-29 15:54:09 收件人: users 抄送: 主题: RE: Rich Text Editors and Wicket Quoting Chris Colman : > Is your YUI/Wicket component/integration code publicly available or > could it be? I've writte

Re: RE: Rich Text Editors and Wicket

2010-05-29 Thread wicketyan
, and write a FileItem in wicket code?I can't solve this .actuly,image upload is unnecessary for me latter.visural-wicket-examples is well.the athor said he will develop a image upload,but not now!I will wait ! 2010-05-29 wicketyan 发件人: Chris Colman 发送时间: 2010-05-29 06:18:38 收件人:

Re: Datatable template Design

2010-04-13 Thread wicketyan
template?the datatable's look and feel are concrolled by css 2010-04-13 wicketyan 发件人: chinedu efoagui 发送时间: 2010-04-13 17:38:03 收件人: users 抄送: 主题: Datatable template Design Hi all, I want to change the default look and feel of datatable and AjavaDefaulttable Could anyone

Re: Re: how to make a wicket web editor

2010-04-13 Thread wicketyan
thanks mj! it looks like I have to learn jquery.your second solution is too hard for me. 2010-04-13 wicketyan 发件人: m j 发送时间: 2010-04-13 11:56:26 收件人: users 抄送: 主题: Re: how to make a wicket web editor Well, if you know how to use JQuery you can "hard"

how to make a wicket web editor

2010-04-12 Thread wicketyan
ediaUrl:"upload.php?immediate=1",upMediaExt:"avi"}); the upload.php?immediate=1 is a interface to save the data,and if I use servlet ,that's easy.chang the url to a new url like x.do,writing a url-pattern in web.xml. But this is not a wicket way. 2010-04-12 wicketyan

Re: Wicket Authorization

2010-04-08 Thread wicketyan
use MetaDataRoleAuthorizationStrategy 2010-04-09 wicketyan 发件人: Janani Sundarrajan 发送时间: 2010-04-09 05:38:24 收件人: users@wicket.apache.org 抄送: 主题: Wicket Authorization Is it possible use a metadata driven component based authorization? Wicket in Action gives an example

Re: Re: Re: onlinepayment

2010-04-06 Thread wicketyan
Thank you very much. 2010-04-07 wicketyan 发件人: Jeremy Thomerson 发送时间: 2010-04-07 14:12:42 收件人: users 抄送: 主题: Re: Re: Re: onlinepayment You should do the form submission on the server side - not actually forcing the client to literally submit a form to their server. In other

Re: Re: Re: onlinepayment

2010-04-06 Thread wicketyan
inabank.com.cn/PayGate"; method="POST" name="E_FORM"> the problem is I used submit() method,the form will not post to https://pay3.chinabank.com.cn/PayGate. But I want to process some thing in submit() while posting the form t

Re: Re: onlinepayment

2010-04-06 Thread wicketyan
ritting out javascript is the only way? 2010-04-07 wicketyan 发件人: Jeremy Thomerson 发送时间: 2010-04-07 04:17:05 收件人: users 抄送: 主题: Re: onlinepayment throw new redirect response and redirect, or write out javascript that does the redirect (target.appendJavascript("")). -- Jeremy

onlinepayment

2010-04-06 Thread wicketyan
Hi! Is anyone can give me code example about online payment using ajax.I have to use form action attribute to post a url,but wicket do not support directing a url to external website on 'post' way in method submit(). 2010-04-06 wicketyan