T5: createActionLink, delimiter ":" and "."

2007-12-25 Thread Foror
When I call a createActionLink("send", false, 2050) in page then link is "message:send/2050". And it does not work (onSendAction(long id) is not called). In a component ActionLink link is "message.send/2050" and it works. Below a part of a code responsible for link generation. Why it is so? public

Re: T5 & Ajax - Which Ajax/Javascript framework will be next?

2007-12-25 Thread Chris Lewis
I'd say you are missing something: this is Tapestry 5. If I'm not mistaken prototype has been the choice since the beginning of T5 - hardly 'du jour'. There has been chatter here and there about having a pluggable system for using the JS of your choice, however I don't think this has received a

T5 & Ajax - Which Ajax/Javascript framework will be next?

2007-12-25 Thread Jan Vissers
Reading http://tapestry.apache.org/tapestry5/tapestry-core/guide/ajax.html I'm just wondering what Ajax/Javascript 'du jour' will be in T5.0.8 I thought that Dojo was *the* standard framework of choice of Tapestry. Am I missing something here? -J. ---

T5: 404 http error

2007-12-25 Thread osamuo
Hi, How can I tell T5 to send an 404 error? Is the following code right way to show 404 error page on T5? Because I got an error after calling "sendError()" in the code. Test.java: public class Test{ @Inject private Response response; void onActivate