Re: wicket URL rewrite in Opera

2009-05-01 Thread kan
to get rid of the 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

GWT-like

2009-04-29 Thread kan
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-mail: users-unsubscr...@wicket.apache.org

Re: GWT-like

2009-04-29 Thread kan
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 10:06 AM, kan kan@gmail.com wrote: Is there any easy way to make wicket

Re: .html-templates compiler

2009-02-17 Thread kan
step into the build process... is it worth it? -igor On Mon, Feb 16, 2009 at 9:46 AM, kan kan@gmail.com wrote: But html-template just is a regular file, a class resource compiled in jar, you cannot change/generate it dynamically in run-time. Dynamic markup allows to build a component-tree

.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: .html-templates compiler

2009-02-16 Thread kan
igor.vaynb...@gmail.com: 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 kan@gmail.com wrote: Just random thought... Has anybody thought to make wicket html-template compiler? I think it could be quite useful

Re: How can we make runtime templates switching?

2008-12-17 Thread kan
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. - To unsubscribe

Re: setResponsePage + anchor

2008-12-16 Thread kan
, 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: passing list from java class to javascript

2008-12-11 Thread KAN
-tp20949804p20949804.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: 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
commands, e-mail: [EMAIL PROTECTED] -- WBR, kan. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Page indirection

2008-12-04 Thread kan
is also closed. I hope what Im trying to do is clear, can anyone offer a solution? Cheers - Steve - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- WBR, kan

Re: Why can't I initialize PasswordTextField?

2008-12-03 Thread kan
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: Create custom UrlCodingStrategy

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

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 PROTECTED]: Basically, just implement

Re: Create custom UrlCodingStrategy

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

Re: Wicket Session grows too big real fast

2008-12-02 Thread kan
. 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-feira, 26 de novembro de 2008 14:19 Para: users@wicket.apache.org Assunto: Re: Wicket

make invisible if model object is null

2008-12-01 Thread kan
to change visibility. Is there any other option? -- WBR, kan. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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 AM, kan [EMAIL PROTECTED] wrote: I

Re: nice URL for forms

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

Set format date inline

2008-11-27 Thread kan
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: [EMAIL PROTECTED] For additional commands

Re: Set format date inline

2008-11-27 Thread kan
public IConverter getConverter(Class? type) { return MyConverter(); } -Mensagem original- De: kan [mailto:[EMAIL PROTECTED] Enviada em: quinta-feira, 27 de novembro de 2008 14:57 Para: users@wicket.apache.org Assunto: Set format date inline I have

Re: Wicket Session grows too big real fast

2008-11-26 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

Re: continueToOriginalDestination and POST

2008-11-26 Thread kan
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 have a site which requires authentication. I've made it via

Re: continueToOriginalDestination and POST

2008-11-26 Thread kan
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. On Wed, Nov 26, 2008 at 12:36 PM, kan [EMAIL PROTECTED] wrote: A user has

Re: Very custom URL mapping

2008-11-21 Thread kan
? lg -- Leszek Gawron - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- WBR, kan. - To unsubscribe

ListView model is CompoundPropertyModelListMyObject

2008-11-21 Thread kan
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: ListView model is CompoundPropertyModelListMyObject

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 PROTECTED] wrote: ListView model

Re: Two wicket apps

2008-11-20 Thread kan
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? -- WBR, kan

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. -- WBR, kan

Re: Having Wicket append #someanchor

2008-10-06 Thread kan
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

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 made custom url coding strategy which finds key

Re: StatelessForm data becomes PageParameters and as result is doubling

2008-09-17 Thread kan
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: 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: Use wicket page templates not for webapplication

2008-09-16 Thread kan
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 templater and html email generator as yet another library. -- WBR, kan

StatelessForm data becomes PageParameters and as result is doubling

2008-09-16 Thread kan
request 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: Cyrillic characters

2008-09-16 Thread kan
2008/9/16 akunosh [EMAIL PROTECTED]: i'm getting questions marks! I don't think it's wicket problem. Just trace character data encodings between database and web-server. Most probably you missed character set somewhere, as I heard Tomcat misconfiguration is very often the issue. -- 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 unsubscribe, e-mail: [EMAIL

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
to add each wicket:id in .java-file, which could be annoying to change two places. I found wicket:component tag, but it's experimental and 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