Re: wicket URL rewrite in Opera

2009-05-01 Thread kan
redirect, not sure why does it appear. -- WBR, kan. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: GWT-like

2009-04-29 Thread kan
this a > reusable component and you can use it wherever you want it. > > Remember not to prematurely optimize.  Code maintenance costs more > than operational costs. > > -- > Jeremy Thomerson > http://www.wickettraining.com > > > > > On Wed, Apr 29, 2009 at

GWT-like

2009-04-29 Thread kan
e all data pre-loaded and switched immediately (no requests to server). Some tabs are "big", so they do an AJAX request for data, but only if a tab is opened first time. -- WBR, kan. - To unsubscribe, e-

Re: .html-templates compiler

2009-02-17 Thread kan
ice of introducing a > compilation step into the build process... > > is it worth it? > > -igor > > On Mon, Feb 16, 2009 at 9:46 AM, kan wrote: >> But html-template just is a regular file, a class resource compiled in >> jar, you cannot change/generate it dynamicall

Re: .html-templates compiler

2009-02-16 Thread kan
> the point of all those wicket:ids is to generate dynamic markup. > dynamic meaning runtime. > > -igor > > On Mon, Feb 16, 2009 at 8:22 AM, kan wrote: >> Just random thought... >> Has anybody thought to make wicket html-template compiler? I think it >> could be

.html-templates compiler

2009-02-16 Thread kan
Just random thought... Has anybody thought to make wicket html-template compiler? I think it could be quite useful - it can check all wicket:id, all hrefs and so on checked at compile-time. And also it can gain some performance, because it will not require to parse html at run-time. -- WBR, kan

Re: London Wicket Event - 4th February @ Google

2009-02-03 Thread kan
vents. >>> >>> Regards - Cemal >>> http://www.jWeekend.co.uk jWeekend >>> >> >> > > -- > View this message in context: > http://www.nabble.com/London-Wicket-Event---4th-February-%40-Google-tp21428590p21794293.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- WBR, kan. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: How can we make runtime templates switching?

2008-12-17 Thread kan
problem is, > We using EXTENDS to support default template with markup inheritance. > But we cannot change base class while in runtime. > > Can anybody show me the light? Any advice will be appreciated. > Thanks in advance. > > BR, > Alex > -- WBR, kan.

Re: setResponsePage + anchor

2008-12-16 Thread kan
browser to jump directly to. From my research so far, I don't believe >> this >> > to be possible, but easily could have missed something! >> > >> > Is there a way to do this? >> > >> > Regards, >> > Charlie. >> > >>

Re: Modify textfield input before validation

2008-12-11 Thread kan
; - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- WBR, kan. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Modify textfield input before validation

2008-12-11 Thread kan
idation-tp20952903p20952903.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- WBR, kan. --

Re: passing list from java class to javascript

2008-12-11 Thread KAN
g-list-from-java-class-to-javascript-tp20949804p20949804.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional c

Re: Page indirection

2008-12-04 Thread kan
--- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- WBR, kan. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Why can't I initialize PasswordTextField?

2008-12-03 Thread kan
it's > as unsafe as your computer is (hopefully you use a password on your > computer). :) Actually in this case site just sends back a value which browser has sent in cookie. So, the site doesn't sent anything which browser doesn't know. -- WBR, kan. --

Re: Wicket Session grows too big real fast

2008-12-02 Thread kan
tities have to be > serializable. > > On Wed, Nov 26, 2008 at 11:22 AM, Bruno Cesar Borges < > [EMAIL PROTECTED]> wrote: > >> Now that is a really good advice. :-) >> >> -Mensagem original- >> De: kan [mailto:[EMAIL PROTECTED] >> Enviada em: quarta-

Re: Create custom UrlCodingStrategy

2008-12-02 Thread kan
- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- WBR, kan. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Create custom UrlCodingStrategy

2008-12-02 Thread kan
Sent from the Wicket - User mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- WBR, kan. ---

Re: Create custom UrlCodingStrategy

2008-12-02 Thread kan
I only afraid, you cannot mount to "root". So, it will be "http://localhost/company/edgesoft/something";, "http://localhost/company/another/something"; Maybe easier and much more flexible for you will be UrlRewriteFilter. 2008/12/2 kan <[EMAIL PROTECT

Re: Create custom UrlCodingStrategy

2008-12-02 Thread kan
context: > http://www.nabble.com/Create-custom-UrlCodingStrategy-tp20660813p20660813.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > ----

Re: make invisible if model object is null

2008-12-01 Thread kan
https://issues.apache.org/jira/browse/WICKET-1964 2008/12/1 Igor Vaynberg <[EMAIL PROTECTED]>: > we should add ibehavior.isVisibilityAllowed(Component) or something > like that for 1.5 release. feel free to create a jira issue. > > -igor > > On Mon, Dec 1, 2008 at 3:03 A

make invisible if model object is null

2008-12-01 Thread kan
ot only Label, but Image, WebMarkupContainer, some my custom components, etc) require this behavior. Second - more meaningful - make a IBehavior. But it doesn't work. In "bind" is to early to check model, but in "beforeRender" is too late to change visibility

Re: Set format date "inline"

2008-11-27 Thread kan
Cesar Borges <[EMAIL PROTECTED]>: > @Override >public IConverter getConverter(Class type) >{ >return MyConverter(); >} > > -Mensagem original- > De: kan [mailto:[EMAIL PROTECTED] > Enviada em: quinta-feira, 27 de novembro de 2

Set format date "inline"

2008-11-27 Thread kan
uot;, in some places better will be "2 days ago", in some places "27/11/2008 16:53:34 UTC" and so on. What is an elegant way to specify a format in particular piece of code? -- WBR, kan. - To unsubscribe, e-mail: [

Re: nice URL for forms

2008-11-27 Thread kan
t and stateless (as search form shd be >> I guess). >> The url becomes: >> >> http://127.0.0.1:8080/site/search/wicket:interface/:20:design:search::IFormSubmitListener::/?search7c_hf_0=&..%2F..%2F..%2F..%2Fclient%2Fsearch%2Fwicket%3Ainterface%2F%3A30%3Adesign%3As

Re: continueToOriginalDestination and POST

2008-11-26 Thread kan
form until they are signed in if > being signed in is required for submitting the form. This just makes sense. > > Or, if what you're saying is that they are timing out while working on the > form, add an ajax update behavior that will keep them signed in / session > current. > &g

Re: continueToOriginalDestination and POST

2008-11-26 Thread kan
h the form (or, > access the page, but have the form hidden until signed-in). For > continueToOriginalDestination, IIRC, Wicket just stores the URL, so you > can't go back to a POST. > > On Wed, Nov 26, 2008 at 10:27 AM, kan <[EMAIL PROTECTED]> wrote: > >> I

continueToOriginalDestination and POST

2008-11-26 Thread kan
ts back (usinig continueToOriginalDestination) to the page and happens not very good thing - method on form onSubmit is called but with no data on it, because POST is lost during that redirects. Is there any easy reliable solution of the problem

Re: Wicket Session grows too big real fast

2008-11-26 Thread kan
>> >> Martijn >> > > -- > View this message in context: > http://www.nabble.com/Wicket-Session-grows-too-big-real-fast-tp20697077p20702093.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --

Re: ListView model is CompoundPropertyModel>

2008-11-21 Thread kan
How to get appropriate item model inside populateItem method? Why ListView cannot do it automatically? 2008/11/21 Igor Vaynberg <[EMAIL PROTECTED]>: > item's model needs to be compound, not listview's > > -igor > > On Fri, Nov 21, 2008 at 9:45 AM, kan <[EMAIL PR

ListView model is CompoundPropertyModel>

2008-11-21 Thread kan
ield for the list class java.util.ArrayList Why ListView doesn't set appropriate item's model to items? -- WBR, kan. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Very custom URL mapping

2008-11-21 Thread kan
g like this without rewritng 90% of wicket's url > matching logic ? > >lg > -- > Leszek Gawron > > - > To unsubscribe, e-ma

Re: Two wicket apps

2008-11-20 Thread kan
y to do it? -- WBR, kan. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

HTTPS, again

2008-10-15 Thread kan
to secure and after it the sessionid should be generated again, otherwise hacker can use this sessionid stolen from insecure connection to intrude into session data which is expected to be secure. Am I right? Is there easy way to do it in wicket? --

Re: Having Wicket append #someanchor

2008-10-07 Thread kan
2008/10/7 Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]>: > :) Huh? :) Yes, not brilliant solution but works for some cases... ;) Actually it's quite possible to make it for all strategies, but requires to change wicket code.

Re: Having Wicket append #someanchor

2008-10-06 Thread kan
http://cwiki.apache.org/confluence/display/WICKET/FAQs#FAQs-Howtoadd%23anchor(opaque)topageurl%3F 2008/10/6 Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]>: > Could you add it to the wiki? > > http://cwiki.apache.org/WICKET/ > > kan wrote: >> >> I've

Re: Having Wicket append #someanchor

2008-10-06 Thread kan
pkin >>> im: [EMAIL PROTECTED], skype: craig.tataryn >>> >>> >> >> >> >> > > -- > -Wicket for love > > Nino Martinez Wael > Java Specialist @ Jayway DK > http://www.jayway.dk > +45 2936 7684 > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- WBR, kan. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Use wicket page templates not for webapplication

2008-09-17 Thread kan
http://cwiki.apache.org/WICKET/use-wicket-as-template-engine.html -- WBR, kan. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: StatelessForm data becomes PageParameters and as result is doubling

2008-09-17 Thread kan
this line is the problem. } } So... "parameters" variable has all submission data... Not sure how to solve it correctly. I have to determine somehow which parameters are page parameters, but which are just some form inside. -- WBR, kan. -

Re: Mysterious classnotfoundexceptions

2008-09-16 Thread kan
2008/9/12 Ritesh Trivedi <[EMAIL PROTECTED]>: > java.lang.NoClassDefFoundError: I had the exception (not ClassNotFoundException) on Windows if class name cAsE doesn't match file name. -- WBR, kan. - To unsub

Re: Cyrillic characters

2008-09-16 Thread kan
ten the issue. -- WBR, kan. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

StatelessForm data becomes PageParameters and as result is doubling

2008-09-16 Thread kan
equest has the parameters doubled - from currently data from "post" and previous data from query string. How to avoid it? -- WBR, kan. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Use wicket page templates not for webapplication

2008-09-16 Thread kan
erly linked as "cid:" resource. - if you have a link in email to your web-site back, it could be properly handled and checked if it actually links to correct Page. If somebody find it interesting, I can to share my code and actually it's possible to make "html

Use wicket page templates not for webapplication

2008-08-26 Thread kan
Can I render a page but not in web environment? E.g. I want to create an javax.mail with html-body and want to reuse my wicket components to generate content. So, no servlets, no sessions, no requests/responses, no ajax - just render a page to a stream. -- WBR, kan

How to include some parameters in template? Custom tag? Component?

2008-08-07 Thread kan
d not recommended to use. I think to implement own IComponentResolver to handle my:productInfo tags. Is it the best way? Or is there other way to do it? -- WBR, kan. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e