Re: [WARNING] Tap 5 redirect after onActivate

2007-02-20 Thread bueggers
ok, thanks Howard Lewis Ship wrote: > > Your snippet is what I have in mind, but I haven't had a chance to > implement it, yet. > > I suspect a 5.0.2 is around the corner, but I'm fighting some fires right > now! > > On 2/20/07, bueggers <[EMAIL PROTEC

Re: [WARNING] Tap 5 redirect after onActivate

2007-02-20 Thread bueggers
uot;No valid id " + id); return errorPage; } Massimo Lusetti wrote: > > On 2/20/07, bueggers <[EMAIL PROTECTED]> wrote: > >> But where to do the redirection to an error page in Tap 5? >> The onActivate method detects the error but how to display other

Re: [WARNING] Tap 5 redirect after onActivate

2007-02-20 Thread bueggers
ctivate event handler should be able to return a > navigational result, such as a page instance or page name. If it does > not currently accept that, it's a bug! > > On 2/20/07, bueggers <[EMAIL PROTECTED]> wrote: >> >> I have a detail page that takes an i

Tap 5 redirect after onActivate

2007-02-20 Thread bueggers
I have a detail page that takes an id parameter from the url according to the activate/passivate events. This is very fine since the details can be linked from an overview list and the detail-urls are clean and nicely bookmarkable as well. But a problem occurs when there comes an id to the onAct

Re: tapestry 5.0

2006-12-13 Thread bueggers
I did it this way: svn co http://svn.apache.org/repos/asf/tapestry/tapestry5/tapestry-core/trunk/ tapestry-core svn co http://svn.apache.org/repos/asf/tapestry/tapestry5/tapestry-project/trunk/ tapestry-project svn co http://svn.apache.org/repos/asf/tapestry/tapestry5/tapestry-ioc/trunk/ tapestry

Tap5 classloading

2006-12-13 Thread bueggers
Did anyone observe Tap5-classloading working with other webcontainers than Jetty? Using Jetty, it is all well and extremely charming, but I just can't get it running with Tomcat. I tried sysdeo plugin and WTP plugin with the result, that Tap5 applications do work, but there's no dynamic classload

@EventListener and MSIE7

2006-10-18 Thread bueggers
Are the known problems with @EventListener and IE 7 ? I tried out the simplest possible @EventListener page The listener works with FF and IE6. But on IE7 nothing happens, when I click the button. (By the way: On Opera it doen't work too: Many dojo debug and error messages appear on the page) I

Re: Tapestry JSMenu dtd location

2006-10-03 Thread bueggers
The dtd is hosted at sourceforge ;) and http servers at sourceforge are out of breath frequently. Just make available a copy of the dtd on your intranet or on your server's filesystem and replace the sourceforge-dtd in the xml by your local url. You could also copy the content of the dtd direct

Re: Trouble with JSCookMenu

2006-09-19 Thread bueggers
Hi, With JavaScript disabled, the menu-component simply doesn't work. There is no version generated by the menu. Regards Burkhard jake123 wrote: > > > Jorge Quiroga wrote: >> >> The menu appears but as a table with links, not as a menu, how to handle >> this? Well, as far as you can do int