Re: Closing of tags

2010-07-28 Thread Gianni
On 28/lug/2010, at 17.26, Igor Vaynberg wrote: > is it causing you harm? > > -igor > > On Wed, Jul 28, 2010 at 8:09 AM, Gianni wrote: >> I'm controlling the content of my tags with an AttributeAppender and >> in my markup they are closed with /> >

Closing of tags

2010-07-28 Thread Gianni
del(this)); keywords.add(new AttributeAppender("content", keyModel, " ")); add(keywords); On output the tags are getting closed with Is there any way to prevent the separate closing tag and just keep the /> ? -Gianni -

Re: HttpsRequestCycleProcessor not immediately redirecting to https

2010-03-18 Thread Gianni
@Override public void onSubmit() { setRedirect(true); setResponsePage(new SignInPage()); } }; -Gianni On 17/mar/2010, at 10.13, Gianni wrote: > As part of a product purchase workflow I require users to sign-in or register > a new accoun

HttpsRequestCycleProcessor not immediately redirecting to https

2010-03-17 Thread Gianni
ategy()); } }; } The initial redirection to SignInOrRegisterPage does not go to https, only when I submit the form on the http SignInOrRegisterPage does it then redirect to https. Any ideas why it's not going immediately to https? Tha

Redirect to bookmarkable page from self - broken in 1.4.6?

2010-02-25 Thread Gianni
RC107, pathInfo = null, requestURI = /myapp/URC107/, servletPath = /URC107/, pathTranslated = null] DEBUG org.apache.wicket.protocol.http.WebResponse - Redirecting to destinations/AT I can't see any indications in the 1.4.6 release notes to say t

IndexedSharedResourceCodingStrategy - shared resource not found

2009-09-25 Thread Gianni
IndexedSharedResourceCodingStrategy or am I missing something? Any suggestions much appreciated. -Gianni - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Prefix URL for skinnable site

2009-08-20 Thread Gianni
ee as part of the servlet context in order for it to work. -Gianni On 20/ago/09, at 16:55, Igor Vaynberg wrote: as long as you always set the right skin based on whatever it is (domain name, etc) it will always be used. wicket always creates an instance of Session object and uses that even if it doe

Re: Prefix URL for skinnable site

2009-08-20 Thread Gianni
On 20/ago/09, at 14:47, Michael Mosmann wrote: Where would be the right place to implement this functionality? I think, you should use MixedParamUrlCodingStrategy mm:) That's only going to work with bookmarkable pages though. -

Prefix URL for skinnable site

2009-08-20 Thread Gianni
present in the api. http://article.gmane.org/gmane.comp.java.wicket.user/20294 Or maybe I'm better off doing this in a servlet filter before it gets to Wicket? -Gianni - To unsubscribe, e-mail: users-unsubscr...@wicket.apach

Re: validation message-keys differences on m3 to rc2

2009-04-06 Thread Gianni Doe
another container such as a border then the border id needs to be included in the key. e.g. if I have page1.form1.border1.input1 then in the form's properties file I have to include the border component in the key - border1.input1.Required, it would be cleaner just to be able to use

Re: validation message-keys differences on m3 to rc2

2009-03-18 Thread Gianni Doe
https://issues.apache.org/jira/browse/WICKET-2159 On 10/mar/09, at 15:55, Igor Vaynberg wrote: jira, quickstart, you know the drill -igor On Tue, Mar 10, 2009 at 3:15 AM, gilberthuph wrote: I'm having exactly the same problem after moving from 1.4-rc1 -> 1.4-rc2 Here's the extract fr

FormComponentPanel and specifying tabindex for form input

2009-01-29 Thread Gianni Doe
then setting it on the date field, but the attribute is immutable and can't be removed from the . Any ideas? Thanks Gianni - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional comma

Custom validator variablesMap() - Value of variable [[input]] could not be resolved

2008-11-06 Thread Gianni Doe
ut("startDate", startDate); map.put("endDate", endDate); return map; } } } Thanks Gianni - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Add AJAX behaviour to embedded custom form component

2008-11-03 Thread Gianni Doe
dropoffDatePicker.getDateDisplayField().add(new AjaxFormComponentUpdatingBehavior("onchange") { @Override protected void onUpdate(AjaxRequestTarget target) { .. } }); Any suggestions for a better way to d

Re: LoadableDetachableModel for drop-down menu selection

2008-10-28 Thread Gianni
another model, overriding setObject() to instantiate my entity model. What would be the recommended way? -Gianni On 28/ott/08, at 21:06, Igor Vaynberg wrote: this should give you an idea http://wicketinaction.com/2008/09/building-a-smart-entitymodel/ -igor On Tue, Oct 28, 2008 at 12:

LoadableDetachableModel for drop-down menu selection

2008-10-28 Thread Gianni Doe
I'm starting out with Wicket and following the Wicket In Action examples through and I'm a bit stuck on how to make use of a LoadableDetachableModel in a drop-down menu situation. I've got a drop-down menu of countries which is populated from a LoadableDetachableModel, this works perfectly

ContextImage not generating path relative to context root

2008-10-21 Thread Gianni Doe
ility) how can I reference static images stored in an images directory under the context root? Should I file this as a bug or am I missing something? Thanks Gianni - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]