RE: Default selection in radio group?

2008-04-04 Thread Hoover, William
see http://cwiki.apache.org/confluence/display/WICKET/Using+RadioGroups -Original Message- From: Michael Mehrle [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2008 8:49 PM To: users@wicket.apache.org Subject: Default selection in radio group? I created a RadioGroup with three radios

RE: RadioButton inside DataTable

2008-04-06 Thread Hoover, William
see http://cwiki.apache.org/WICKET/using-radiogroups.html -Original Message- From: Sathish Gopal [mailto:[EMAIL PROTECTED] Sent: Sunday, April 06, 2008 6:07 AM To: users@wicket.apache.org Subject: RadioButton inside DataTable Hi all, I'm trying to build DataTable using the Wickets Defa

wicket-minis release?

2008-04-21 Thread Hoover, William
Does anyone know how close we are to a release of wicket-minis? http://wicketstuff.org/maven/repository/org/wicketstuff/wicketstuff-minis/ shows 1.3.0-SNAPSHOT. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

RE: wicket-minis release?

2008-04-21 Thread Hoover, William
that many bugs open, it's just a matter of demand :) > > Maurice > > > > On Mon, Apr 21, 2008 at 2:45 PM, Hoover, William <[EMAIL PROTECTED]> wrote: > > Does anyone know how close we are to a release of wicket-minis? > http://wicketstuff.org/maven/repository/

RE: Wicket Auto complete text Issue

2008-04-26 Thread Hoover, William
I'm not sure why the built-in Wicket component doesn't support this feature out-of-the-box, but here is a simple fix/solution: ==

RE: Wicket Auto complete text Issue (Correction)

2008-04-26 Thread Hoover, William
I'm not sure why the built-in Wicket component doesn't support this feature out-of-the-box, but here is a simple fix/solution: ==

RE: getter called multiple times on PropertyModel with ListView

2008-04-29 Thread Hoover, William
// It solves your problem because the call to load will be made each time your view renders final LoadableDetachableModel articlesLoadableModel = new LoadableDetachableModel() { private static final long serialVersionUID = 1L; /** * [EMAIL PROTECTED] */ @O

WicketStuff.org Is Down

2008-05-02 Thread Hoover, William
Does anyone have an ETA when wicketstuff.org will be back up? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: WicketStuff.org Is Down

2008-05-02 Thread Hoover, William
are looking for the examples, install them on your own box. They're only a download away. Martijn On 5/2/08, Hoover, William <[EMAIL PROTECTED]> wrote: > Does anyone have an ETA when wicketstuff.org will be back up? > > >

RE: [ANNOUNCE] Apache Wicket 1.4-M1

2008-05-04 Thread Hoover, William
Is there a reason why StringResourceModel is not using StringResourceModel ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Frank Bille Sent: Friday, May 02, 2008 4:09 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; users@wicket.apache.org; Apache Wicket De

RE: [ANNOUNCE] Apache Wicket 1.4-M1

2008-05-04 Thread Hoover, William
It's fixed in trunk (hardcoded to String) Frank On Sun, May 4, 2008 at 5:47 PM, Hoover, William <[EMAIL PROTECTED]> wrote: > Is there a reason why StringResourceModel is not using > StringResourceModel ? > > > > -Original Message- > From: [EMAIL PR

RE: [ANNOUNCE] Apache Wicket 1.4-M1

2008-05-04 Thread Hoover, William
Also, looks like most of the models are not generic typed (BoundCompoundPropertyModel, CompoundPropertyModel, etc.) are these fixed in trunk as well? -Original Message- From: Hoover, William [mailto:[EMAIL PROTECTED] Sent: Sunday, May 04, 2008 12:15 PM To: users@wicket.apache.org

RE: AutoComplete functionality for Wicket 1.4-m1 in IE

2008-05-06 Thread Hoover, William
I think he is referring to http://issues.apache.org/jira/browse/WICKET-1504 -Original Message- From: Johan Compagner [mailto:[EMAIL PROTECTED] Sent: Monday, May 05, 2008 6:52 PM To: users@wicket.apache.org Subject: Re: AutoComplete functionality for Wicket 1.4-m1 in IE Which jira issue

RE: AutoComplete functionality for Wicket 1.4-m1 in IE

2008-05-06 Thread Hoover, William
I tested this fix and it seems to be fixed. Ricky, make sure that you cleared your browser cache and try again. -Original Message- From: Hoover, William [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 06, 2008 8:33 AM To: users@wicket.apache.org Subject: RE: AutoComplete functionality for

RE: AutoComplete functionality for Wicket 1.4-m1 in IE

2008-05-06 Thread Hoover, William
fired. I have yet to pinpoint a solid use case when this occurs consecutively. -Original Message- From: Hoover, William [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 06, 2008 8:43 AM To: users@wicket.apache.org Subject: RE: AutoComplete functionality for Wicket 1.4-m1 in IE I tested this fix and

RE: [announce] wicketstuff-annotation 1.0 released

2008-05-06 Thread Hoover, William
Would it be better if there were a core wicket-annotation project that provides the basics (such as the scanner) and another project called wicket-automount (with wicket-annotation dependency)? That way other "future" projects can utilize the core capabilities without reinventing the wheel. This wo

RE: [announce] wicketstuff-annotation 1.0 released

2008-05-06 Thread Hoover, William
bject: Re: [announce] wicketstuff-annotation 1.0 released On Tue, May 6, 2008 at 5:42 PM, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > On Tue, May 6, 2008 at 2:24 PM, Hoover, William <[EMAIL PROTECTED]> wrote: > > Would it be better if there were a core wicket-annotation project &g

RE: AutoCompleteTextField "type mismatch" in line 227

2008-05-08 Thread Hoover, William
Although, it still has some issues when dealing with mouseover and keyboard events combo ;o) -Original Message- From: Gerolf Seitz [mailto:[EMAIL PROTECTED] Sent: Thursday, May 08, 2008 4:23 PM To: users@wicket.apache.org Subject: Re: AutoCompleteTextField "type mismatch" in line 227 it

RE: AutoCompleteTextField "type mismatch" in line 227

2008-05-08 Thread Hoover, William
in line 227 in case you mean [0], that's going to be dealt with probably tomorrow ;) [0] https://issues.apache.org/jira/browse/WICKET-1595 On Fri, May 9, 2008 at 1:52 AM, Hoover, William <[EMAIL PROTECTED]> wrote: > Although, it still has some issues when dealing with mouseover an

RE: How to get select objects from ListView

2008-05-09 Thread Hoover, William
@SuppressWarnings("unchecked") public final List findCultures() { final List cultures = new ArrayList(); final Iterator items = ratingScalesView.getItems(); if (items != null) { while (items.hasNext()) {

RE: Using generics with some non-generic classes in Wicket

2008-05-14 Thread Hoover, William
imho, that seems like that adds a lot of unnecessary code. One of the nice things about Wicket is that it keeps the bloat to a minimum. -Original Message- From: Doug Donohoe [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 14, 2008 8:21 AM To: users@wicket.apache.org Subject: Re: Using gene

IChoiceRenderer: RadioGroup CheckBoxMultipleChoice

2008-05-15 Thread Hoover, William
For consistency sake, wouldn't it be wise to use IChoiceRenderer for RadioGroup and CheckBoxMultipleChoice? Seems like a natural solution to override IChoiceRenderer#getIdValue(...) to infer IDs for selection comparison the same way that it is being done in DropDownChoice. Otherwise, how else can y

RE: IChoiceRenderer: RadioGroup CheckBoxMultipleChoice

2008-05-15 Thread Hoover, William
renderer is required. -igor On Thu, May 15, 2008 at 1:01 PM, Hoover, William <[EMAIL PROTECTED]> wrote: > For consistency sake, wouldn't it be wise to use IChoiceRenderer for > RadioGroup and CheckBoxMultipleChoice? Seems like a natural solution > to override IChoiceRendere

RE: IChoiceRenderer: RadioGroup CheckBoxMultipleChoice

2008-05-15 Thread Hoover, William
ing a choice renderer would be inconvenient. you can always roll your own subclass, i just dont think something like that would belong in core, its just one more parallel way of doing something. -igor On Thu, May 15, 2008 at 2:44 PM, Hoover, William <[EMAIL PROTECTED]> wrote: > yes... so

RE: IChoiceRenderer: RadioGroup CheckBoxMultipleChoice

2008-05-16 Thread Hoover, William
o: users@wicket.apache.org Subject: Re: IChoiceRenderer: RadioGroup CheckBoxMultipleChoice On Thu, May 15, 2008 at 3:12 PM, Hoover, William <[EMAIL PROTECTED]> wrote: > It's strange that that kind of functionality is provided when multiple > selections is needed (i.e. CheckBoxMultipleC

RE: IChoiceRenderer: RadioGroup CheckBoxMultipleChoice

2008-05-16 Thread Hoover, William
dont you just implement equals/hashcode on MyObjectOption??? -igor On Fri, May 16, 2008 at 5:14 AM, Hoover, William <[EMAIL PROTECTED]> wrote: > Here is an example of what I'm referring to: > > class MyObject { >private Long id; >private MyO

RE: IChoiceRenderer: RadioGroup CheckBoxMultipleChoice

2008-05-16 Thread Hoover, William
i see it as a reasonable enough requirement that objects properly implement equals and hashcode. -igor On Fri, May 16, 2008 at 7:58 AM, Hoover, William <[EMAIL PROTECTED]> wrote: > yes, that will work in my example, but what if MyObjectOption is not > part of my namespace? >

RE: IChoiceRenderer: RadioGroup CheckBoxMultipleChoice

2008-05-16 Thread Hoover, William
AM, Hoover, William <[EMAIL PROTECTED]> wrote: > I agree, but there are some cases where it will not be possible to > implement equals/hashcode on the model object. > > I would be more of a proponent to have as much consistency across > components as possible- which would mea

RE: IChoiceRenderer: RadioGroup CheckBoxMultipleChoice

2008-05-16 Thread Hoover, William
16, 2008 at 9:07 AM, Hoover, William <[EMAIL PROTECTED]> wrote: > It could be left as is and use the display value as expected (i.e. > ). > > Another option would be to have an identifier renderer: > > public interface IChoiceRenderer extends IIdentifierRenderer { >

RE: IChoiceRenderer: RadioGroup CheckBoxMultipleChoice

2008-05-18 Thread Hoover, William
n" if checkedand no requestparam at all if its not. at least thats what i remember from the "dark ages" -igor On Sun, May 18, 2008 at 12:59 AM, Johan Compagner <[EMAIL PROTECTED]> wrote: > Isnt the value used by us already?? > To know what checkbox/radio is selected?

Providing IModel to Validators

2008-05-20 Thread Hoover, William
What does everyone think about updating the Wicket core validators to contain an optional IModel? Simple Use Case: # properties file label.myminimum=My Object at row: {0} with value '${input}' must be smaller than ${minimum} ... final RefreshingView myView = new RefreshingView("tr-my-object-view

RE: Providing IModel to Validators

2008-05-20 Thread Hoover, William
sers@wicket.apache.org Subject: Re: Providing IModel to Validators that is why formcomponents have a setLabel(IModel) whose text is then available via ${label} place holder. -igor On Tue, May 20, 2008 at 7:14 AM, Hoover, William <[EMAIL PROTECTED]> wrote: > > What does everyone think ab

RE: Providing IModel to Validators

2008-05-21 Thread Hoover, William
tor.minimum(5, srm)).add(new MyUsernameValidator()); results in- 'first name' with value 'abc' at row 10 is shorter than the minimum of 5 characters. results in- 'first name' with value 'abc' at row 10 is not unique. == -Orig

RE: Providing IModel to Validators

2008-05-21 Thread Hoover, William
happens when someone wants ${label} at row {0} column {1} is required? do we start passing in arrays, lists, or maps for imodels to validators? why not just do textfield.setlabel(new model("first name at row "+row)); -igor On Wed, May 21, 2008 at 4:52 AM, Hoover, William <[EMAIL

RE: Providing IModel to Validators

2008-05-22 Thread Hoover, William
can refactor this stuff for 1.4/1.5 -igor On Wed, May 21, 2008 at 5:00 PM, Hoover, William <[EMAIL PROTECTED]> wrote: > A "column" attribute, or any other attribute for that matter, would > not make a difference because if would all be encapsulated within the > model

RE: How can i load Image??

2008-05-22 Thread Hoover, William
Why not do: final Image logoImg = new Image("logoimg"); logoImg.add(new SimpleAttributeModifier("src", chemin)); or: final Image logoImg = new Image("logoimg"); logoImg.add(new AttributeModifier("src", true, new AbstractReadOnlyModel() { public final Object getObject() {

RE: (Class>) casting troubles

2008-05-25 Thread Hoover, William
+1 This seems to be the best option so far. It's confusing to see a bunch of subclasses whose only purpose is to avoid generic type definitions. A separate dependency makes sense. If anyone is that concerned with having to define void generic types they can add the dependency. -Original Messa

RE: users, please give us your opinion: what is your take on generics with Wicket

2008-06-02 Thread Hoover, William
1) Generifying* Wicket [X] Can best be done like currently in the 1.4 branch, where models and components are both generified. I care most about the improved static type checking generified models and components give Wicket. Verbose VS Clarity, Clarity wins hands down. 2) How strongly d

RE: users, please give us your opinion: what is your take on generics with Wicket

2008-06-02 Thread Hoover, William
Goes to show you that people have a tendency to reject things that they do not understand rather than put in the effort :o) -Original Message- From: richardwilko [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2008 10:21 AM To: users@wicket.apache.org Subject: Re: users, please give us y

RE: users, please give us your opinion: what is your take on generics with Wicket

2008-06-02 Thread Hoover, William
+1 -Original Message- From: Brill Pappin [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2008 10:49 AM To: users@wicket.apache.org Subject: RE: users, please give us your opinion: what is your take on generics with Wicket I don't know, I think the discussion is going *toward* generics.

RE: users, please give us your opinion: what is your take on generics with Wicket

2008-06-02 Thread Hoover, William
+1 I would like to see what the major issues are as to why people are rejecting model/component generics. None that I have seen so far are that convincing- especially the complaints of verbosity. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Carman

RE: users, please give us your opinion: what is your take on generics with Wicket

2008-06-02 Thread Hoover, William
inion: what is your take on generics with Wicket yes thats why i am against Referendums (politically) :) On Mon, Jun 2, 2008 at 4:27 PM, Hoover, William <[EMAIL PROTECTED]> wrote: > Goes to show you that people have a tendency to reject things that > they do not understand rather than

RE: users, please give us your opinion: what is your take on generics with Wicket

2008-06-02 Thread Hoover, William
7;t see here: http://cwiki.apache.org/WICKET/generics.html I just don't see the problem with the current direction. Cheers, Scott On Mon, Jun 2, 2008 at 8:03 AM, Hoover, William <[EMAIL PROTECTED]> wrote: > +1 > I would like to see what the major issues are as to why people a

RE: users, please give us your opinion: what is your take on generics with Wicket

2008-06-02 Thread Hoover, William
generics with Wicket Why don't we use the Wiki page to list our *specific* "gotchas" we encounter and try to come up with a solution for them. My guess is that we can do so. On Mon, Jun 2, 2008 at 11:03 AM, Hoover, William <[EMAIL PROTECTED]> wrote: > +1 > I would like t

RE: users, please give us your opinion: what is your take on generics with Wicket

2008-06-02 Thread Hoover, William
Good question... I would add to that and say: how many of those users actually use generified wicket on day-to-day basis? how many of those users actually implement generics on day-to-day basis (not just using them- like List)? -Original Message- From: Matej Knopp [mailto:[EMAIL PROTECTE

RE: users, please give us your opinion: what is your take on generics with Wicket

2008-06-02 Thread Hoover, William
If you use more than one type of model for a given component I would hardly say that it is only a fraction of the time. Do you use only one type of model on all your components? :o) The use of Void is not an obscure workaround. Why do you think they have it? I think it's intent is very clear if yo

RE: users, please give us your opinion: what is your take on generics with Wicket

2008-06-02 Thread Hoover, William
I read it, but I think most people will be using models more frequently than 30% of the time. Personally, I use them 99% of the time. -Original Message- From: Jan Kriesten [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2008 11:54 AM To: users@wicket.apache.org Subject: Re: users, please

RE: users, please give us your opinion: what is your take on generics with Wicket

2008-06-02 Thread Hoover, William
Enlighten me with an example -Original Message- From: Jan Kriesten [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2008 12:23 PM To: users@wicket.apache.org Subject: Re: users, please give us your opinion: what is your take on generics with Wicket hi william, > Wouldn't that infer tha

RE: users, please give us your opinion: what is your take on generics with Wicket

2008-06-02 Thread Hoover, William
Then we are on the same page with one thing... some level in the component hierarchy would have to be generic. Your original example specified "T getModel()" - you must have meant "T getModelObject()" ;o) -Original Message- From: Jan Kriesten [mailto:[EMAIL PROTECTED] Sent: Monday, June

RE: users, please give us your opinion: what is your take on generics with Wicket

2008-06-02 Thread Hoover, William
Wouldn't that infer that the component has to have generics, or am I missing something here? Something like... public abstract class Component, T> implements IClusterable, IConverterLocator { ... public final M getModel(){ ... } ... public f

RE: users, please give us your opinion: what is your take on generics with Wicket

2008-06-02 Thread Hoover, William
, Jun 02, 2008 at 11:59:09AM -0400, Hoover, William wrote: > I read it, but I think most people will be using models more > frequently than 30% of the time. Personally, I use them 99% of the time. Really? Haven't you heard of CompoundPropert

RE: users, please give us your opinion: what is your take on generics with Wicket

2008-06-02 Thread Hoover, William
children typically do not reference models explicitly. Thus you typically use an explicit model on < 30% of your components if you have a form-heavy web-app; the other components use the implicit model provided by the parent's CompoundPropertyModel. Regards, Al On Mon, Jun 2, 2008 at

RE: users, please give us your opinion: what is your take on generics with Wicket

2008-06-03 Thread Hoover, William
In java 1.7 it will allow: TextField tf = new TextField("id"); So, at least one of your wishes will come true ;o) I like the default idea. -Original Message- From: Johan Compagner [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2008 4:15 AM To: users@wicket.apache.org Subject: Re: user

RE: users, please give us your opinion: what is your take on generics with Wicket

2008-06-03 Thread Hoover, William
On Tue, Jun 3, 2008 at 1:29 PM, Hoover, William <[EMAIL PROTECTED]> wrote: > In java 1.7 it will allow: TextField tf = new TextField("id"); > So, at least one of your wishes will come true ;o) > > I like the default idea. > > -Original Message- > Fro

RE: How to get context path

2008-06-12 Thread Hoover, William
It would be better if ContextImage was a behavior rather than an actual component. For instance, if you have an html input of type=image (or a link for that matter) you can still utilize the behavior whereas a component you cannot ;o) -Original Message- From: Igor Vaynberg [mailto:[EMAIL P

RE: How to get context path

2008-06-12 Thread Hoover, William
, Hoover, William <[EMAIL PROTECTED]> wrote: > It would be better if ContextImage was a behavior rather than an > actual component. For instance, if you have an html input of > type=image (or a link for that matter) you can still utilize the > behavior whereas a compo

RE: pageContext.getErrorData()?

2008-01-08 Thread Hoover, William
I didn't see any methods in FeedbackMessages for: pageContext.getErrorData().getStatusCode(); pageContext.getErrorData().getThrowable(); ... Am I missing something? -Original Message- From: Igor Vaynberg [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 08, 2008 12:43 PM To: users@wicket.

RE: pageContext.getErrorData()?

2008-01-08 Thread Hoover, William
erride requestcycle.onruntimeexception(runtimeexception e) -igor On Jan 8, 2008 10:07 AM, Hoover, William <[EMAIL PROTECTED]> wrote: > I didn't see any methods in FeedbackMessages for: > > pageContext.getErrorData().getStatusCode(); > pageContext.getErrorData().getThrowa

RE: calling javascript function on wicket component's onclick

2008-01-11 Thread Hoover, William
Add/Edit if necessary http://cwiki.apache.org/confluence/x/siEB -Original Message- From: Gerolf Seitz [mailto:[EMAIL PROTECTED] Sent: Thursday, January 10, 2008 8:26 AM To: users@wicket.apache.org Subject: Re: calling javascript function on wicket component's onclick something like: new

RE: How can I validate required formComponents after page load?

2008-01-11 Thread Hoover, William
Add/Edit if necessary http://cwiki.apache.org/confluence/x/sCEB -Original Message- From: thomas jaeckle [mailto:[EMAIL PROTECTED] Sent: Friday, January 11, 2008 3:13 AM To: users@wicket.apache.org Subject: Re: How can I validate required formComponents after page load? igor.vaynberg w

RE: How to write Json response in the AbstractDefaultAjaxBehavior.response(ajaxtarget)

2008-01-15 Thread Hoover, William
Add/Edit if necessary http://cwiki.apache.org/confluence/x/3CIB -Original Message- From: Kevin Liu [mailto:[EMAIL PROTECTED] Sent: Monday, January 14, 2008 11:07 PM To: users@wicket.apache.org Subject: Re: How to write Json response in the AbstractDefaultAjaxBehavior.response(ajaxtarget)

WicketStuff Links Broken In Internet Exploder 6

2008-01-16 Thread Hoover, William
Does anyone know when the links will be fixed for http://wicketstuff.org/wicket13/ (Internet Exploder 6) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: WicketStuff Links Broken In Internet Exploder 6

2008-01-16 Thread Hoover, William
ime do that please? > > Gerolf > > > On Jan 16, 2008 2:25 PM, Hoover, William < [EMAIL PROTECTED]> wrote: > > > Does anyone know when the links will be fixed for > > http://wicketstuff.org/wicket13/ (Internet Exploder 6) > > > > > >

RE: WicketStuff Links Broken In Internet Exploder 6

2008-01-16 Thread Hoover, William
ime do that please? > > Gerolf > > > On Jan 16, 2008 2:25 PM, Hoover, William < [EMAIL PROTECTED]> wrote: > > > Does anyone know when the links will be fixed for > > http://wicketstuff.org/wicket13/ (Internet Exploder 6) > > > > > > ---

RE: how to logout and redirect

2008-01-16 Thread Hoover, William
Add/Edit if necessary http://cwiki.apache.org/confluence/x/FSMB -Original Message- From: Igor Vaynberg [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 16, 2008 12:06 PM To: users@wicket.apache.org Subject: Re: how to logout and redirect almost but not quiet onclick() { getsession().i

RE: How to handle Runtime Exception in wicket?

2008-01-16 Thread Hoover, William
In your WebApplication... getApplicationSettings().setPageExpiredErrorPage(PageExpiredErrorPage.class); getApplicationSettings().setAccessDeniedPage(AccessDeniedPage.class); getApplicationSettings().setInternalErrorPage(InternalErrorPage.class); // show internal error page rather than default dev

RE: WicketStuff Links Broken In Internet Exploder 6

2008-01-17 Thread Hoover, William
On 1/16/08, Gerolf Seitz <[EMAIL PROTECTED]> wrote: > sorry, i checked the wrong window (running the examples on my machine). > > what version of examples are deployed. anything >= 1.3.0-final should work. > > gerolf > > On Jan 16, 2008 3:39 PM, Hoover, Wil

RE: wicket + CMS

2008-01-17 Thread Hoover, William
or even http://www.magnolia.info/en/magnolia.html -Original Message- From: Florian Sperber [mailto:[EMAIL PROTECTED] Sent: Thursday, January 17, 2008 2:36 AM To: users@wicket.apache.org Subject: Re: wicket + CMS Hi Igor, have you seen: http://cocoondev.org/daisy/index.html ? Maybe thei

RE: How to get page URL

2008-01-18 Thread Hoover, William
Add/Edit if necessary http://cwiki.apache.org/confluence/x/sGw -Original Message- From: Boon Aik Chew [mailto:[EMAIL PROTECTED] Sent: Friday, January 18, 2008 8:33 AM To: users@wicket.apache.org Subject: Re: How to get page URL It worked! Thanks! On Jan 18, 2008 9:07 PM, Martin Makundi

RE: How to get page URL

2008-01-19 Thread Hoover, William
, 2008 10:02 PM, Hoover, William <[EMAIL PROTECTED]> wrote: > Add/Edit if necessary http://cwiki.apache.org/confluence/x/sGw > > -Original Message- > From: Boon Aik Chew [mailto:[EMAIL PROTECTED] > Sent: Friday, January 18, 2008 8:33 AM > To: users@wicket.apache

RE: CompoundModel based on proxies

2008-02-06 Thread Hoover, William
very nice! -Original Message- From: Scott Swank [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 06, 2008 12:57 PM To: Wicket User List Subject: CompoundModel based on proxies One of our more clever developers created a CompoundPropertyModel that uses a cglib proxy to strongly bind th

RE: wicket-security, everybodyprincipal and only securepages

2008-02-12 Thread Hoover, William
integration comming along? Like i said then, i don't have a solution ready for how you would do such a thing, and frankly it doesn't bother me enough if sometimes i have to implement ISecurePage myself. But i welcome a contribution that could do it :) Maurice On Feb 12, 2008 1:29 PM, Hoove

RE: wicket-security, everybodyprincipal and only securepages

2008-02-12 Thread Hoover, William
I still think that a more elegant and non-obtrusive solution would be mountSecurePage(MySecureWebPage.class) discussed previously in: http://www.mail-archive.com/users@wicket.apache.org/msg09129.html That way you could have one basepage because they would not have to extend SecureWebPage

RE: usage of AbortWithHttpStatusException

2008-02-22 Thread Hoover, William
If you would like to have custom Http error pages you can update the wicket filter-mapping in your web.xml to the following (notice the dispatchers): WicketFilter /* REQUEST ERROR 404

RE: Strict XHTML validation

2008-02-28 Thread Hoover, William
Add getMarkupSettings().setStripWicketTags(true); to your WebApplication class -Original Message- From: Kaspar Fischer [mailto:[EMAIL PROTECTED] Sent: Thursday, February 28, 2008 5:25 AM To: users@wicket.apache.org Subject: Strict XHTML validation I am trying to validate my page using ht

RE: Security Features offered by Wicket

2008-02-29 Thread Hoover, William
What about using the CryptedUrlWebRequestCodingStrategy? In your WebApplication: @Override protected IRequestCycleProcessor newRequestCycleProcessor() { return new WebRequestCycleProcessor() { protected IRequestCodingStrategy newRequestCodi

RE: Page title when using markup inheritance

2008-03-04 Thread Hoover, William
public abstract class BasePage extends WebPage { public BasePage(final PageParameters parameters) { // If the title is not set in any sub-pages this will be the default setTitle(new StringResourceModel("base.page.title", this, null)); } pro

RE: Re: CSS and Javascript Problems

2008-03-05 Thread Hoover, William
According to the http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html they should reside in src/main/webapp -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Andy Czerwonka Sent: Wednesday, March 05, 2008 9:43 AM To: users@wicket.

RE: Re: CSS and Javascript Problems

2008-03-05 Thread Hoover, William
Wed, Mar 5, 2008 at 3:50 PM, Hoover, William <[EMAIL PROTECTED]> wrote: > According to the > http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html > they should reside in src/main/webapp > > > > -Original Message- &

RE: wicket-datetime

2008-03-11 Thread Hoover, William
It looks like the datetime component has major issues of its own that make it virtually unusable (https://issues.apache.org/jira/browse/WICKET-1412). -Original Message- From: Eelco Hillenius [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2008 12:13 PM To: users@wicket.apache.org Subj

Wicket Kitchen Sink Application?

2008-03-13 Thread Hoover, William
Anyone know of a good kitchen sink application for Wicket (preferably one application)? We need something robust enough to test most of the Wicket features in our current environment. - To unsubscribe, e-mail: [EMAIL PROTECTED]

RE: How to pre-select a DropDownChoice

2008-03-14 Thread Hoover, William
Can you add this to the wiki (http://cwiki.apache.org/WICKET/dropdownchoice-examples.html)? It seems like a commonly asked question :o) -Original Message- From: Erik van Oosten [mailto:[EMAIL PROTECTED] Sent: Friday, March 14, 2008 9:35 AM To: users@wicket.apache.org Subject: Re: How to

RE: [vote] Release 1.4 with only generics and stop support for 1.3

2008-03-17 Thread Hoover, William
+1 -Original Message- From: Martijn Dashorst [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2008 4:13 AM To: Wicket Development; Wicket Users Subject: [vote] Release 1.4 with only generics and stop support for 1.3 This thread is for voting only. Use the [discuss] thread for voicing yo

wicket-suckerfish

2008-03-17 Thread Hoover, William
Anyone know what repository that the wicket-suckerfish menus are available in (non-svn)? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: wicket-suckerfish

2008-03-17 Thread Hoover, William
@wicket.apache.org Subject: Re: wicket-suckerfish Hoover, William schrieb: > Anyone know what repository that the wicket-suckerfish menus are available in > (non-svn)? > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED

RE: wicket-suckerfish

2008-03-17 Thread Hoover, William
Shouldn't it be available through a public repository? -Original Message- From: Kai Mütz [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2008 12:59 PM To: users@wicket.apache.org Subject: Re: wicket-suckerfish Hoover, William schrieb: > Thanks, but I was looking for a way

RE: wicket-suckerfish

2008-03-17 Thread Hoover, William
#x27;s had a release yet. It's at 1.0-SNAPSHOT still. On 3/17/08, Hoover, William <[EMAIL PROTECTED]> wrote: > Shouldn't it be available through a public repository? > > > -Original Message- > From: Kai Mütz [mailto:[EMAIL PROTECTED] > > Sen

wicket-stuff repeater error

2008-03-18 Thread Hoover, William
FYI... http://wicketstuff.org/wicket13/repeater/ OrderedRepeatingView, RefreshingView, and Contacts Editor all throw Internal errors - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

RE: Mounting and intercept pages

2008-03-20 Thread Hoover, William
Try the following: if (!continueToOriginalDestination()) { setResponsePage(getApplication().getHomePage()); } -Original Message- From: Jörn Zaefferer [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2008 9:13 AM To: users@wicket.apache.org Subject: Re: Mounting and inte

SingleSortState multiple sorts?

2008-03-21 Thread Hoover, William
I was looking into providing a List in a ISortState/IClusterable (multiple version of SingleSortState) for a SortableDataProvider. Does the list within the sort state need to be IClusterable? - To unsubscribe, e-mail: [EMAIL PR

RE: SingleSortState multiple sorts?

2008-03-21 Thread Hoover, William
rializable should be fine. Regards, Sebastiaan Hoover, William wrote: > I was looking into providing a List in a ISortState/IClusterable > (multiple version of SingleSortState) for a SortableDataProvider. Does the > list within the sort state need

RE: SingleSortState multiple sorts?

2008-03-21 Thread Hoover, William
It seems as though this would be a good candidate for a replacement for SingleSortState/SortableDataProvider. We really don't need the single sort version if we have a multiple sort version (reduce bloat ;o)? -Original Message- From: Hoover, William [mailto:[EMAIL PROTECTED]

RE: SingleSortState multiple sorts?

2008-03-21 Thread Hoover, William
Problem is that it is an incompatible change and a hassle for the implementors of sortable data providers, because suddenly they need to take into account many sorts instead of only 1. Regards, Sebastiaan Hoover, William wrote: > It seems as though this would be a good candidate for

DataView size() iterator() call order issue

2008-03-21 Thread Hoover, William
When using DataView/IDataProvider size() is called before iterator(int first, int count) causing calls to DAOs to be duplicated. Our current framework that is internally using Hibernate allows one call to be made to a DAO that returns both the total result size and the actual records (based off

RE: DataView size() iterator() call order issue

2008-03-24 Thread Hoover, William
m all ears. -igor On Fri, Mar 21, 2008 at 11:24 AM, Hoover, William <[EMAIL PROTECTED]> wrote: > When using DataView/IDataProvider size() is called before iterator(int first, > int count) causing calls to DAOs to be duplicated. Our current framework that > is internally using Hibern

RE: './' appended to the main page url

2008-03-25 Thread Hoover, William
https://issues.apache.org/jira/browse/WICKET-1449 -Original Message- From: Toto Laricot [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2008 3:29 AM To: users@wicket.apache.org Subject: './' appended to the main page url Hi all, Here is the situation I've been banging my head on all

RE: DataView size() iterator() call order issue

2008-03-26 Thread Hoover, William
defined in the data provider interface to query/set the results. * often users do: new dataview() { isvisible() { return dataprovider.size()>0; } once again, datawindow size is not known. [Will]: This would be accommodated by the above solution. -igor On Mon, Mar 24, 2008 at 6:52 AM, Hoover, Will

RE: DataView size() iterator() call order issue

2008-03-26 Thread Hoover, William
issue yes you can cache those values IDataProvider does extends IDetachable and in detach() you can clear those values. On Wed, Mar 26, 2008 at 3:19 PM, Hoover, William <[EMAIL PROTECTED]> wrote: > see below... > > -Original Message- > From: Igor Vaynberg [mailto:[EMAIL PR

RE: DataView size() iterator() call order issue

2008-03-26 Thread Hoover, William
reused across the request. johan On Wed, Mar 26, 2008 at 4:32 PM, Hoover, William <[EMAIL PROTECTED]> wrote: > Wouldn't it be more flexible if this were the default behavior? The size() > method is called (sometimes multiple times- such is the case with pagination > or the

RE: DataView size() iterator() call order issue

2008-03-26 Thread Hoover, William
me.. You as a developer can know that but we as a framework, dont know about that. I thought the size was already cached in specific places But you can easily make a wrapper ofcourse.. CachingDataProvider implements IDataProvider { IDataProvider delegate; } johan On Wed, Mar 26, 2008 at 5:24 PM, Ho

  1   2   >