[Wicket-user] Mismatched hierarchy

2005-09-21 Thread Scott Sauyet
I feel strange asking a mailing list twice in a few days for help not in understanding the concepts, but in plain old debugging. But I'm quite frustrated. If someone has a moment to look at what *must be* a simple error, I would appreciate it. I'm getting a fairly standard exception:

Re: [Wicket-user] Mismatched hierarchy

2005-09-21 Thread Ingram Chen
ummmaybe here: wicket:id-affectedGuidelines try turn into wicket:id=affectedGuidelines On 9/21/05, Scott Sauyet [EMAIL PROTECTED] wrote: I feel strange asking a mailing list twice in a few days for help not inunderstanding the concepts, but in plain old debugging.But I'm

Re: [Wicket-user] Mismatched hierarchy

2005-09-21 Thread Scott Sauyet
= Scott Sauyet [EMAIL PROTECTED] = Ingram Chen [EMAIL PROTECTED] I feel strange asking a mailing list twice in a few days for help not in understanding the concepts, but in plain old debugging. But I'm quite frustrated. If someone has a moment to look at what *must be* a simple error, I

Re: [Wicket-user] Mismatched hierarchy

2005-09-21 Thread Eelco Hillenius
Imagine having an IDE plugin that high-lights the wicket:id fields etc. Eelco On 9/21/05, Scott Sauyet [EMAIL PROTECTED] wrote: = Scott Sauyet [EMAIL PROTECTED] = Ingram Chen [EMAIL PROTECTED] I feel strange asking a mailing list twice in a few days for help not in understanding the

Re: [Wicket-user] Mismatched hierarchy

2005-09-21 Thread Scott Sauyet
Everytime I switch to using an IDE, I love it for the first few days. Then all the things I do with my own macros or some other technique that aren't as easy in the IDE-du jour start to annoy me. Then I start cursing the IDE for not allowing me to do things my way. Within a week I'm back to

Re: [Wicket-user] Mismatched hierarchy

2005-09-21 Thread Eelco Hillenius
That would be a good start. I couldn't imagine life without a good IDE personally. I espcially use the javadoc hoovers, hierarchy views, method uses etc. Helps me analyze code/ other frameworks so much quicker. But everyone his own taste of course :) Eelco On 9/21/05, Scott Sauyet [EMAIL

Re: [Wicket-user] Mismatched hierarchy

2005-09-21 Thread Eelco Hillenius
Actually, not having those IDE features I use often is a show stopper when looking at Ruby. I want to learn Ruby, as I like the 'light but pure/ clean' buzz around it. But it sucks so much to have to look at some other files to get your documentation, not having code completion etc. Eelco On

Re: [Wicket-user] Mismatched hierarchy

2005-09-21 Thread Johan Compagner
start writing youre ruby ide ! (and ofcourse write it in ruby, or is this now a chicken and egg problem? ;))On 9/21/05, Eelco Hillenius [EMAIL PROTECTED] wrote:Actually, not having those IDE features I use often is a show stopper when looking at Ruby. I want to learn Ruby, as I like the 'light

Re: [Wicket-user] Mismatched hierarchy

2005-09-21 Thread Eelco Hillenius
All Ruby IDEs I know are written in Ruby. Of course. Eelco On 9/21/05, Johan Compagner [EMAIL PROTECTED] wrote: start writing youre ruby ide ! (and ofcourse write it in ruby, or is this now a chicken and egg problem? ;)) On 9/21/05, Eelco Hillenius [EMAIL PROTECTED] wrote: Actually,