Hi Matt,
I could chip in some assistance here if you wish.
So far I have been able to integrate this roles model with acegi, of course
I cannot share the code per se, but I could extract some basic examples of
how we approached it.
Be warned that it may not be the most elegant solution, but it
Stability and consistency is paramount in a good framework - delete.
Jonathan Locke wrote:
>
>
> Our Wiki describes the wicket:component tag as follows:
>
> " - Creates a Wicket component on the fly. Needs a class
> attribute. Though this has been in wicket for a long time, it is still
> kind
Hello,
I know that there must be an easy way to do this, but I have not been able
to figured it out os far, and there are no examples that I could find.
I would like to know how you can update the AjaxFallbackDefaultDataTable in
2.0, when the underlying data has changed, such as in a delete or a
Hello,
with the latest from 2.0 trunk I seem to be suddenly getting the following
error:
java.lang.NoSuchMethodError:
wicket.util.string.Strings.escapeMarkup(Ljava/lang/String;ZZ)Ljava/lang/CharSequence
Is this due to a bug or API change?
Thanks.
--
View this message in context:
http://www.
I realized that was probably the easiest option.
Thanks.
Carfield Yim-2 wrote:
>
> Are you refer to something like verisign payflow pro API? For me I
> will just have a form and open an HTTP connection at onSubmit() method
> just like the example they've given.
>
&
;
> if (validated==true ) {
>processthedata();
>setresposnepage(new successpage());
> } else {
> error("invalid cc num");
> }
> }
>
> -igor
>
>
> On 1/27/07, De Soca <[EMAIL PROTECTED]> wrote:
>>
>>
>> How would I ge
Cheers,
De.
igor.vaynberg wrote:
>
> heh so what exactly is the problem? make the call in your onsubmit... ??
>
> -igor
>
>
> On 1/27/07, De Soca <[EMAIL PROTECTED]> wrote:
>>
>>
>> No I don't, the call all happens in one request response cycle
How would I get the response object in wicket?
Do I do a redirect?
Please elaborate.
Thanks.
igor.vaynberg wrote:
>
> heh so what exactly is the problem? make the call in your onsubmit... ??
>
> -igor
>
>
> On 1/27/07, De Soca <[EMAIL PROTECTED]> wrote:
>&g
you? when you redirect to it you pass it the url you want to
> comeback to?
>
> -igor
>
>
> On 1/27/07, De Soca <[EMAIL PROTECTED]> wrote:
>>
>>
>> Hello,
>>
>> I have a requirement to validate credit card via an external service
>>
Hello,
I have a requirement to validate credit card via an external service
(external to our wicket application) then display the approriate response to
the client.
How best to approach this task the wicket way.
1. Should I do a redirect? If so how do I get the response
2. I saw mention here o
I receive a similar error from the AuthenticatedWebApplication.
Guess it has not been refactored as yet.
Cheers.
Mark Derricutt wrote:
>
> Hey all, I just updated my Wicket 2 HEAD copy and now get the following
> errors:
>
> Exception in thread "main" java.lang.NoSuchMethodError: wicket.Met
Hello,
I don't seem to be able to get wicket spring examples in 2.0 to run with the
latest from svn.
In addition the example does not use the WicketFilter.
Just wonder if no one has gotten around to it as yet or am I doing something
wrong.
I receive the following on startup:
2007-01-14 13:12:
Thank you much.
igor.vaynberg wrote:
>
> fixed
>
> -igor
>
>
> On 1/8/07, De Soca <[EMAIL PROTECTED]> wrote:
>>
>>
>> Hello,
>>
>> I receive the following error when attempting to run an app with the
>> AjaxFallbackDefault
Hello,
I receive the following error when attempting to run an app with the
AjaxFallbackDefaultDataTable in 2.0. Replacing that component with the
non-Ajax version DefaultDataTable, the same code works perfectly:
WicketMessage:
jar:file:/x/exploded/WEB-INF/lib/wicket-extensions-2.0-SNAPSHOT.
Hello,
I came across what I believe is a typo in the spelling of the implementation
of IConverterLocatorFactory.
The class in question is "CoverterLocatorFactory", I was wondering if this
was meant to have been "ConverterLocatorFactory" instead.
De.
--
View this message in context:
http://ww
OTECTED]> wrote:
>> > we just had a big refactor done in 2.0, so it might be due to that.
>> eelco
>> > you want to take a look?
>> >
>> >
>> > -igor
>> >
>> >
>> > On 1/7/07, De Soca < [EMAIL PROTECTED]> wrote:
>
I also receive a similar error with select and selectoptions components.
De
igor.vaynberg wrote:
>
> we just had a big refactor done in 2.0, so it might be due to that. eelco
> you want to take a look?
>
> -igor
>
>
> On 1/7/07, De Soca <[EMAIL PROTECT
I have downloaded the latest from trunk.
In addition I am running it against tomcat 5.5.20.
Thanks.
igor.vaynberg wrote:
>
> what version?
>
> -igor
>
> On 1/7/07, De Soca <[EMAIL PROTECTED]> wrote:
>>
>>
>> Hello,
>>
>> I am receivin
Hello,
I am receiving the following error when I attempt to run the wizard sample
included in wicket-examples, is this a known issue or is there something
else wrong. BTW the other samples in the app seem to run fine (the one's I
have tried at least):
ERROR - WebRequestCycle- Error a
Hello Happy New Year to all,
I have come across a curious problem when using the Palette component.
Attached is a quickstart sample of what I am experiencing.
I have 2 palettes, one on the input wizardStep and one on the confirmation
wizardStep.
The values are set properly, and are verified so,
which you remove the onclick attribute from the
> tag. (Don't forget to call super.renderComponentTag.)
>
> Regards,
> Erik.
>
> De Soca schreef:
>> Hello,
>>
>> just wondering if this a bug or a feature.
>>
>> Using one of the AjaxLink s
Hello,
just wondering if this a bug or a feature.
Using one of the AjaxLink samples included in the Wicket examples, it seems
that the setEnabled flag is ignored for AjaxLinks.
i.e ajaxLink.setEnabled(false);
Seems to have no effect.
Is this a feature or defect etc?
Thanks.
--
View this mes
When approx. is 1.2.3 due out?
Frank Bille wrote:
>
> We did add support for it in 1.2.2. Is that the version you use, De Soca?
>
> Frank
>
> On 10/16/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
>>
>> what version of wicket are you using? i thought we
Sorry,
I am using version 1.2.2
igor.vaynberg wrote:
>
> what version of wicket are you using? i thought we added support for
> setResponsePage() from an ajax call in 1.2.2, but maybe im wrong and it
> will
> be in 1.2.3
>
> -Igor
>
>
> On 10/16/06, De
Hello all,
I may be missing something basic, however I have a dirty flag within a page
so that if the data has changed, on the next request the page is refreshed.
The link clicked is an Ajax link within the AjaxTabbedPanel. Everything else
works fine.
I have tried the following:
1. setResponse
Hello,
there appears to be a bug in PopupSettings when rendering in IE.
Under normal circumstances it works fine, however if you set the
Window name like:
popupSettings.setWindowName("Anything!!!");
Then you will find that the window no longer pops up, instead it just
navigate
apress.com/ApressCorporate/supplement/1/10189/1590597222-3762.pdf).
>>
>> As far as I can see, the only difference between the earlier beta
>> eBook and the current one is the movement of the title page & ToC
>> pages to the front. There's no additional content, whi
Sorry, my celebrations were premature, its the same 9 chapters as the beta
book.
What rotten service.
Called and let a message with Apress support still no reply.
De Soca wrote:
>
> Hi Martin,
>
> thanks, that did it. Strange that they never changed the link.
>
> Cheers
n of the book, hoping that I would be informed
>> of
>> the final release but no such luck.
>> The e-book is still in beta version on their website.
>> I tried to download the code for the book but it's not there either.
>> Strange.
>> Les
>>
>>
Hello,
just curious, has anyone has received the complete eBook of Pro
Wicket from Apress?
I have not received mine as yet even though the hard copy has been
release. I had taken part in the beta ebook program in August.
I have also tried sending an email to Apress support - no response in
Hi Eelco,
thanks for your reply.
Yes I have seen UserRolesStep, however in that sample you need to
know the type and number of WizardSteps to add beforehand.
In my use case I will not know how many of a particular item that a
user will be adding at runtime.
I hope this makes things a bit cl
Hi all,
I have tried adding a WizardStep conditionally at runtime a few
different ways with limited success.
Can someone recommend the best approach to accomplish this?
I have based my approach on the Wizard samples supplied, which is
probably one of the best components I have found in any f
32 matches
Mail list logo