Re: beware new 4.1.1 snapshot builds

2006-09-30 Thread Jesse Kuhnert
Yep, I think you're right. I refactored some of the package include stuff and it looks like DirectLink was the only thing I forgot to add a dojo.require("tapestry.event") to..Sorry. It's deploying right now. On 9/30/06, Josh Long <[EMAIL PROTECTED]> wrote: Hrmm... Let's see -- the links in ques

Re: beware new 4.1.1 snapshot builds

2006-09-30 Thread Josh Long
Hrmm... Let's see -- the links in question are directlinks.. they run fine when I take out the async/ updateComponents pair (that is, I take that to mean the application itself still works jsut fine... I get the desired effect adn there are no side effects/errors except, of course, they page is h

Re: Tapestry Examples - workbench source code

2006-09-30 Thread Shing Hing Man
The workbench source code is in the Tapestry source/binary distrbution. Shing --- Josh Joy <[EMAIL PROTECTED]> wrote: > Hi All, > > I downloaded the tapestry example jboss bundle which > includes the > "workbench" example. Unfortunately, I was unable to > locate the source > Java code f

Tapestry Examples - workbench source code

2006-09-30 Thread Josh Joy
Hi All, I downloaded the tapestry example jboss bundle which includes the "workbench" example. Unfortunately, I was unable to locate the source Java code for these examples. Does anyone know where I can obtain this? Thanks, Josh -

Re: IRequestCycle.sendRedirect() problem

2006-09-30 Thread Norbert Sándor
What do you think about a servlet filter which cuts the anchor part? Is the character '#' used in URLs for anything other than anchors? Regards, Norbi Ps.: this topic seems to become offtopic because it's not tapestry related. But maybe other developers are interested as well about the best ta

Re: IRequestCycle.sendRedirect() problem

2006-09-30 Thread Norbert Sándor
It seems that it's an IE bug. I hate IE so much! >:-( Others have similar problem, for example: http://mail-archives.apache.org/mod_mbox/tomcat-dev/200106.mbox/[EMAIL PROTECTED] http://bugs.php.net/bug.php?id=37609&edit=1 And here is a possible solution which requires some framework cooperatio

AW: How to do this with tapestry 4?

2006-09-30 Thread Michael Wölm
Or you encapsulate all of the components with a own if statements which validates if the component was chosen. -Ursprüngliche Nachricht- Von: 张启迪 [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 29. September 2006 16:28 An: Tapestry users Betreff: How to do this with tapestry 4? For exampl

Re: IRequestCycle.sendRedirect() problem

2006-09-30 Thread andyhot
When you call cycle.sendRedirect, can you find at which url the browser is redirected ? Which container are you using? Tapestry passes the redirect url to the container's HttpServletResponse.encodeRedirectURL Perhaps that's where things get messed up... Norbert Sándor wrote: > Anyone? Sorry fo

Re: IRequestCycle.sendRedirect() problem

2006-09-30 Thread Norbert Sándor
Anyone? Sorry for resending but I have found no solution until now. Regards, Norbi Norbert Sándor wrote: Hello, I use the direct service to generate URLs with anchors. An example URL is     http://localhost:8080/test/Home,$DirectLink.sdirect?sp=0#first It works as expected as a n