Simple TextField Override and A SubmitLink Question

2010-04-21 Thread Brian Mulholland
t;, and the examples seem mostly slanted toward things that don't really show off the good stuff. Are there other good resources that I should be using? Brian Mulholland - To unsubscribe, e-mail: users-unsubscr...@wicket.apac

Wicket and ExtJS

2011-10-24 Thread Brian Mulholland
something like this in Wicket? Can anyone provide some guidance? Am I approaching the problem from the wrong perspective? Brian Mulholland - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands,

Re: Wicket and ExtJS

2011-10-24 Thread Brian Mulholland
G the framework. As to jQuery. I know zilch about jQuery. Because I also am just learning wicket, I am leery of getting 'sucked into the rabbit hole' on reading and learning how another library was implemented and then finding out that it doesn't apply. But if you think it applies,

Re: Getting the html output of a wicket panel

2011-11-01 Thread Brian Mulholland
I found that an AbstractTransformerBehavior can be plugged into the component and gets a callback that tells it the HTML it is going to render, and gives it a chance to modify it. Brian Mulholland On Tue, Nov 1, 2011 at 9:56 AM, Martin Grigorov wrote: > See > http://svn.apache.org/

Form action from Form component

2011-11-04 Thread Brian Mulholland
How do I get the value wicket is going to write out in the form action from the form component. The links have a getURL method, but I haven't seen an equivalent method for the form. Brian Mulholland - To unsubscribe, e

Adding a converter to a label

2011-11-10 Thread Brian Mulholland
Is it not possible to add a converter to label? The Label's add() takes Behaviors, and Converters evidently aren't behaviors. I know I can modify the model or do the conversion beforehand, but I like snapping converters onto controls. Brian

Re: Adding a converter to a label

2011-11-10 Thread Brian Mulholland
Please ignore. I got my wires crossed. Brian Mulholland On Thu, Nov 10, 2011 at 1:00 PM, Brian Mulholland wrote: > Is it not possible to add a converter to label?  The Label's add() > takes Behaviors, and Converters evidently aren't behaviors.  I know I > can modify

WiQuery vs JQWicket

2011-11-23 Thread Brian Mulholland
We are considering WiQuery and JQWicket. 1) Which is better and why? 2) Is one more established or better supported than the other? 3) Is one more full featured? What differentiates the two? Brian Mulholland - To unsubscribe

Re: WiQuery vs JQWicket

2011-11-23 Thread Brian Mulholland
As I am looking at them, I am not noticing either implementing the jQuery grid, much less the paging scrollbar. Am I overlooking it? Brian Mulholland On Wed, Nov 23, 2011 at 10:56 AM, Pointbreak wrote: > I've never used either framework, but your question made me curious > again. (

Re: WiQuery vs JQWicket

2011-11-25 Thread Brian Mulholland
, but I haven't seen a good demo like one finds with wicketstuff. Is there such a thing? Brian Mulholland On Wed, Nov 23, 2011 at 2:51 PM, Warren Bell wrote: > Have you tried the InMethod grid, and if you have is there a reason you > are looking for something different? I am just curio

Re: WiQuery vs JQWicket

2011-11-25 Thread Brian Mulholland
Also, what about things like client side validation? Has anyone done a Wicket extension that does client validation? Brian Mulholland "A wise and frugal government which shall restrain men from injuring one another, which shall leave them otherwise free to regulate their own pursuits of in

Re: WiQuery vs JQWicket

2011-11-25 Thread Brian Mulholland
Another question. It looks to me like this grid doesn't set any ARIA stuff. I don't suppose that it is WCAG2 AA comformant, is it? Brian Mulholland On Fri, Nov 25, 2011 at 9:47 AM, Brian Mulholland wrote: > Nevermind, found it at wicketstuff: > (http://wicketstuff.org/gr

jQuery Validation & Wicket

2011-11-30 Thread Brian Mulholland
but i don't want to issue an ajax request for every component. This library seems like it should intgrate fairly seemlessly relying on simple css classes to define rules. And yet, it does not. Anyone know why? Brian Mulholland --

Re: Freemarker+ExtJS vs Wicket questions

2011-12-05 Thread Brian Mulholland
because I didn't have deep Wicket knowledge as anything else. Brian Mulholland On Sun, Dec 4, 2011 at 12:30 AM, Andrei Voden wrote: > Hi. I have been developing for a while using Freemarker + some JS > frameworks (like ExtJS, Dojo and JQuery) and Java as Model building on > back-end.

Re: Freemarker+ExtJS vs Wicket questions

2011-12-05 Thread Brian Mulholland
> I'm not sure what exactly you tried but here is how I'd approach it: > - create a Wicket component that purpose is to render just the HTML > needed by the ExtJS component > e.g. > for this simple HTML snipper you can just use WebMarkupContainer, but > for something more complex you'll need your

Re: Simple TextField Override and A SubmitLink Question

2010-04-22 Thread Brian Mulholland
ng the onRender. On 4/21/10, Brian Mulholland wrote: > I am a Wicket n00b. Just learning and writing a demo app to evaluate > Wicket vs a few other MVC solutions which are having demos written by > other developers in the group. I am having two issues. > > Issue 1 involves me tryi

Re: Simple TextField Override and A SubmitLink Question

2010-04-22 Thread Brian Mulholland
abel, thats what the label component does. you would create a > component that would either add a textfield or a label based on some > condition. > > -igor > > On Thu, Apr 22, 2010 at 9:42 AM, Brian Mulholland > wrote: >> I have figured out issue #2. My form had a method=&#x

Wicket Bench

2010-04-28 Thread Brian Mulholland
see anything on the wicket bench site saying what version of wicket it was compatible with. Brian Mulholland - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Wicket Bench

2010-04-28 Thread Brian Mulholland
Would you say those conveniences are worth it? In other words, would you recommend Wicket Bench (or any other plugins)? Brian Mulholland On Wed, Apr 28, 2010 at 3:36 PM, Igor Vaynberg wrote: > wicket does not require any tooling because it is 90% java code and > 10% markup. so none

Wicket Wiki

2010-04-29 Thread Brian Mulholland
i use Google Chrome. They both do this. Any maintainers of the wiki on this list who might want to pass that along to someone who can fix the style sheet or whatever might be causing it? -- Brian Mulholland - To unsubscribe, e

Re: Wicket Wiki

2010-04-29 Thread Brian Mulholland
> On Thu, Apr 29, 2010 at 3:48 PM, Brian Mulholland > wrote: >> I must be in some minority given that the problem hasn't been noticed >> and fixed, but does anyone else have issues seeing the code example on >> the Wiki site?  I have to view source and pick them out f

Combo Box

2010-05-03 Thread Brian Mulholland
else if(array.getClass().isArray()) { String[] result = (String[]) array; return result[0]; } else throw new RuntimeException("Huh?"); } }); -- Brian Mulholland "One of the greatest delusions in the world is the hop

Panel without HTML

2010-05-04 Thread Brian Mulholland
at don't have a corresponding tag in HTML? So I would just have a tag for where the wicket panel renders, but the panel might consist of an unknown combination of other controls so that I could not have a static HTML template for it. How might I handle that in wicke

Combo Box (help!)

2010-05-06 Thread Brian Mulholland
t arg1) { if(array instanceof String) return (String) array; else if(array.getClass().isArray()) { String[] result = (String[]) array; return result[0]; } else throw new RuntimeException("Huh?"

Wicket Panel tag

2010-05-21 Thread Brian Mulholland
use? I do have a hidden input tag in the wicket:panel in order to preserve the selected tab so that we preserve it between submits. I tried removing it and it did not help, but cannot remove the wicket:panel without Wicket throwing an exception. -- Brian Mulholland -

Re: Wicket Panel tag

2010-05-21 Thread Brian Mulholland
tings().setStripWicketTags(true); in your application init > code, or by using > Application.get().getMarkupSettings().setStripWicketTags(true); in any > wicket code. > > > -- > Regards - Richard Wilkinson > Developer, > jWeekend: OO & Java Technologies - Development an

Re: Can I develop without recompiling/restarting after every change?

2010-05-30 Thread Brian Mulholland
I have similar frustrations with WAS 7 in RAD 7.5. WAS 6 supported hot code replacement while debugging and life was good, but WAS 7 doesn't seem to. The hot code checkbox is checked, but seems ignored. Any RAD users out there have this problem and/or know how to fix it? Brian Mulho

Validation Messages

2010-06-07 Thread Brian Mulholland
This is probably a stupid question, but when I set up a validation like required or a custom validator, I want the "label" in the message to reflect a value other than the Id of the component. How can I set that to a value I'd prefer? B

Validation

2010-06-15 Thread Brian Mulholland
while the other got ignored? Both were added to the component. Brian Mulholland - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Validation

2010-06-15 Thread Brian Mulholland
oking around for details like this, and all I see are highly simplistic examples about required checks. I never seem to find an in depth discussion about when validators fire, how they interact and so forth. Where is this info discussed? Brian Mulholland On Tue, Jun 15, 2010 at 6:12 PM, J

AbstractAjaxBehavior and ModalWindow

2012-04-18 Thread Brian Mulholland
the show() method. I tried to pass along the request from the RequestCycle, but that got me the following ClassCastException: java.lang.ClassCastException: org.apache.wicket.request.target.component.listener.BehaviorRequestTarget incompatible with org.apache.wicket.ajax.AjaxRequestTarget Brian

AbstractAjaxBehavior and second request

2012-04-24 Thread Brian Mulholland
PIENT_USER%22%2C%22direction%22%3A%22ASC%22%7D%5D I see the wicket:interface portion in there. Does this number need to increment or something? Brian Mulholland "For every complex problem, there is an answer that is clear, simple and wrong." --H.L. Mencken --

ModalWindow parameters

2012-05-01 Thread Brian Mulholland
right record into the popup? Brian Mulholland "For every complex problem, there is an answer that is clear, simple and wrong." --H.L. Mencken "Politics is the art of looking for trouble, finding it everywhere, diagnosing it incorrectly, and applying the wrong remedies.&

Wicket ListMultipleChoice or DropDownChoice with code/decode

2012-05-02 Thread Brian Mulholland
or the user. The classic being a state lookup using the postal code (MD, NY, FL, etc) but showing the user a state name (Maryland, New York, Florida respectively). What is the usual way to do this? Brian Mulholland "For every complex problem, there is an answer that is clear, simple and wrong

Wicket AutoComplete example does not work

2012-05-04 Thread Brian Mulholland
I just looked at the wicket autocomplete example at http://www.wicket-library.com/wicket-examples/ajax/autocomplete?0 does not work in IE8 or Firefox. Brian Mulholland "For every complex problem, there is an answer that is clear, simple and wrong." --H.L. Mencken "Politics is the