Re: Binding Exception

2006-07-26 Thread Jason Dyer
steer her along the right road: a man like Alf Romeo. -- Rachel Sheeley, winner The hair ball blocking the drain of the shower reminded Laura she would never see her little dog Pritzi again. -- Claudia Fields, runner-up It could have been an organically based disturbance of the brain -- perhaps a tumor or a metabolic deficiency -- but after a thorough neurological exam it was determined that Byron was simply a jerk. -- Jeff Jahnke, runner-up Winners in the 7th Annual Bulwer-Lytton Bad Writing Contest. The contest is named after the author of the immortal lines: "It was a dark and stormy night." The object of the contest is to write the opening sentence of the worst possible novel. -- Jason Dyer BlueTarp Financial, inc. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tapestry 5 Discussions

2006-07-28 Thread Jason Dyer
Because, a company that has invested a year or more, developing an app is probably going to want to use it for a little while. Over the lifetime of an enterprise app, it will undoubtedly need modification (both bug fixes and added features.) When Tapestry 5 arrives, we can safely assume that T

Re: call javascript method on button click

2006-08-08 Thread Jason Dyer
nyway i can get around with this? how can i make call to a > javascript method on button click? > > thanks!! -- QOTD: On a scale of 1 to 10 I'd say... oh, somewhere in there. -- Jason Dyer BlueTarp Financial, inc. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Is there a searchable mailing list archive ?

2006-12-04 Thread Jason Dyer
ber of pens that person is carrying -- Murphy's Laws on Work n°25 -- Jason Dyer BlueTarp Financial, inc. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

ServletRequestServicerFilter not getting exceptions?

2006-05-08 Thread Jason Dyer
I've written a ServletRequestServicerFilter for implementing an open-session-in-view filter, much like the one in Tapernate (in fact, I used TapernateFilter as my reference.) In the no-exception case, it works fine. However, I was assuming that page exceptions would get thrown back to the filt

Re: ServletRequestServicerFilter not getting exceptions?

2006-05-10 Thread Jason Dyer
ce of This World, Father of Lies, Spawn of Satan and Lord of Darkness safely in her arms. She found a bassinet and laid him down in it. He gurgled. She gave him a tickle. -- The antichrist is born (Terry Pratchett & Neil Gaiman, Good Omens) -- Jason Dyer BlueTarp Financial, inc. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: ServletRequestServicerFilter not getting exceptions?

2006-05-10 Thread Jason Dyer
read for that discussion--why it's deprecated and all...) Thanks again, -Jason -- I wouldn't be so paranoid if you weren't all out to get me!! -- Jason Dyer BlueTarp Financial, inc. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Avoid template parsing

2006-05-24 Thread Jason Dyer
ain block of code from being parsed on a > .html? > > I have some javascript on that file and it complains about things it > shouldn't. > > Regards. > > -- Mário > -- Any given program costs more and takes longer. -- Murphy's Laws of Computer Programmin

Re: strange problem losing session variables

2006-06-07 Thread Jason Dyer
[EMAIL PROTECTED] > > > > -- > > Thanks, > > > > Henri. > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- Windows and DOS -- a turtle and it's shell. -- Jason Dyer BlueTarp Financial, inc. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: conditional and nested ul and li tags

2006-06-13 Thread Jason Dyer
value=""/> The parser complained > > and using CDATA didn't help. So I ended up making a getUlOpenTag method > > on the java file for the page which return "" so then I had > > this: > name="value" value="ulOpenTag"/> > value="true"/> and that worked.