ImageDropDownChoice?

2009-10-05 Thread Phil Grimm
Hey Folks, Anyone know of a solid ImageDropDownChoice component? I've seen others ask about this in old posts, but nothing definitive. Using google, I found this open source Wicket app that implemented an ImageDropDownChoice: http://xoosent.xoocode.org/demo/app/show/ Looks like it doesn't work

Re: wicket-phonebook

2009-09-24 Thread Phil Grimm
) - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Phil Grimm Mobile: (858) 342-5987 Skype: philgrimm336

HTML can't reference a component (Label) multiple times?

2009-02-12 Thread Phil Grimm
already added at the same level Phil -- Phil Grimm Mobile: (858) 335-3426 Skype: philgrimm336

Re: AutoCompleteTextField buggy?

2009-02-08 Thread Phil Grimm
-mail: users-h...@wicket.apache.org -- Phil Grimm Mobile: (858) 335-3426 Skype: philgrimm336

Re: Using the org.apache.wicket.jmx MBeans with WebSphere

2008-12-27 Thread Phil Grimm
...@wicket.apache.org -- Phil Grimm Mobile: (858) 335-3426 Skype: philgrimm336

Why don't all Link classes support a label like ExternalLink does?

2008-12-16 Thread Phil Grimm
Guys, Maybe I'm missing something, but it seems odd that I need to create custom components in order to set the label on a link. The ability to set the label (the text the user sees) on a link seems like a very basic use case. Why would that not be provided in all Link classes? So far, I've

Re: DefaultDataTable with date column

2008-10-01 Thread Phil Grimm
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Phil Grimm Mobile: (858) 335-3426 Skype: philgrimm336

Re: wicket panels and parent class

2008-09-29 Thread Phil Grimm
)); and in MyInfoPanel.java I need to be able to access userId for example. This is just a basic example, I need to access certain objects in MyInfoPanel.java that are defined in the parent class MyProfile.java cheers, Steve -- Phil Grimm Mobile: (858) 335-3426 Skype: philgrimm336

Re: Page Navigation - order of items

2008-09-28 Thread Phil Grimm
-of-items-tp19712206p19712206.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] -- Phil Grimm Mobile: (858

Re: Page Navigation - order of items

2008-09-28 Thread Phil Grimm
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Phil Grimm Mobile: (858) 335-3426 Skype: philgrimm336 -- View this message in context: http

Funky issue with double quotes (when copied from WIA ebook)

2008-03-24 Thread Phil Grimm
be a reasonable response. Probably not worth spending any time on investigating. Phil -- Phil Grimm Mobile: (858) 335-3426 Skype: philgrimm336

Re: Links on a sortable column

2008-03-17 Thread Phil Grimm
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Phil Grimm Mobile: (858) 335-3426 Skype: philgrimm336

Re: Links on a sortable column

2008-03-17 Thread Phil Grimm
/Links-on-a-sortable-column-tp16092890p16098487.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] -- Phil

Re: Planning Wicket Next Generation

2008-03-16 Thread Phil Grimm
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Phil Grimm Mobile: (858) 335-3426 Skype: philgrimm336

Re: Autolinking Relative Paths

2008-03-16 Thread Phil Grimm
] -- Phil Grimm Mobile: (858) 335-3426 Skype: philgrimm336

Re: Autolinking Relative Paths

2008-03-16 Thread Phil Grimm
] wrote: On 3/16/08, Phil Grimm [EMAIL PROTECTED] wrote: That's funny, I was about to post regarding the numerous issues with wicket:link... And one suggestion I was going to give was to add support for ../packge/Page.html. I don't think it currently supports this, at least I couldn't

Re: Autolinking Relative Paths

2008-03-16 Thread Phil Grimm
is it unreasonable to think that wicket:link should be able to handle it. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Phil Grimm Mobile: (858) 335-3426 Skype: philgrimm336

Re: Autolinking Relative Paths

2008-03-16 Thread Phil Grimm
:51 AM, Phil Grimm [EMAIL PROTECTED] wrote: Yeah, as a new user to Wicket, I just see it as another feature of Wicket. There's no issues with it, if all your pages are in the same package. Is that what most Wicket developers do? I agree that searching the classpath could

Re: My New Wicket Website

2008-03-14 Thread Phil Grimm
, Dan -- Phil Grimm Mobile: (858) 335-3426 Skype: philgrimm336

DateTime.setLabel() issue and a related (but general) setLabel() question

2008-03-12 Thread Phil Grimm
Hey Guys, I'm building my first Wicket app and, so far, am really loving Wicket! I've built my first form and am stumped on a issue with the DateTime component. I call setLabel() on all the fields in my form and all the labels I provide appear in the validation error messages except one, the