Re: T5: Weird behavior treating unicode urls, after T 5.0.15 version

2009-02-26 Thread Grigoris Ioannou
Thank you for the prompt response. I created a JIRA for this: https://issues.apache.org/jira/browse/TAP5-539 On Thu, Feb 26, 2009 at 4:16 PM, Thiago H. de Paula Figueiredo wrote: > Em Thu, 26 Feb 2009 11:01:13 -0300, Grigoris Ioannou > escreveu: > >> Hi all, > > Hi! >

T5: Weird behavior treating unicode urls, after T 5.0.15 version

2009-02-26 Thread Grigoris Ioannou
Hi all, I have this strange behavior in my Tapestry application: What I want to do is read the name of a city and its country from the database and I pass these names in the corresponding url, along with the city id. So, the urls, using T 5.0.15, become like the following, which is the desired r

Re: Previewable image component

2008-09-26 Thread Grigoris Ioannou
Borut, I believe this is what you're looking for: http://87.193.218.134:8080/t5components/t5c-commons/ref/org/apache/tapestry/commons/components/ThumbNail.html I hope it works for you, Grigoris On Fri, Sep 26, 2008 at 11:05 AM, Borut BolĨina <[EMAIL PROTECTED]>wrote: > Hello, > > is this: > htt

Re: Editing a collection

2008-09-23 Thread Grigoris Ioannou
Same problem here. I have a reservation form where the number of the guests is variable. So, in my CustomerDetails.tml I have inside a form: Name

Re: T5 application behaviour behind an apache web server

2008-08-04 Thread Grigoris Ioannou
Finally this solved the problem: I used both of your suggestions: I replaced ROOT.war with my application and I set "tapestry.suppress-redirect-from-action-requests" to true This seems to solve the problem. Thanks, Grigoris On Fri, Aug 1, 2008 at 4:18 PM, Jonathan Barker <[EMAIL PROTECTED] > wr

Re: [T5] @CommitAfter is missing

2008-06-17 Thread Grigoris Ioannou
Ok, solved, I upgraded to T5.0.13 and it seems to be working for now. Grigoris On Fri, Jun 13, 2008 at 1:25 PM, Grigoris Ioannou <[EMAIL PROTECTED]> wrote: > Hi all, > > I am trying to add a DAO layer in my application, using the sample code > provided at: > > >

[T5] @CommitAfter is missing

2008-06-13 Thread Grigoris Ioannou
Hi all, I am trying to add a DAO layer in my application, using the sample code provided at: http://tapestry.formos.com/nightly/tapestry5/tapestry-hibernate/userguide.html The problem is that the annotation @CommitAfter is missing and HibernateTransactionDecorator cannot be found in the classpat

Is it possible to hide javascript source?

2008-03-25 Thread Grigoris Ioannou
Hi all, I am including lots of javascript in my code through e.g. Tapestry includes the whole source of the javascript files in the page source, which results in pages whose source may be consisting of hundreds of lines of java code. Is there a way to avoid this? For instance, instead of in

T4.1.3 How to disable a submit button programmatically?

2008-03-18 Thread Grigoris Ioannou
Hi all, I have a Submit button in my form that I want to have disabled and to only be disabled if the form does not contain any errors and the form is not rewinding. So, what I would like to do is (I assume) public void pageBeginRender(PageEvent event) { disable button ??? } if (!delegate.get

Re: T4.1.3 Page rewind

2008-01-28 Thread Grigoris Ioannou
istence store > upon rewinding. You'ld do this by implementing one of the interfaces > mentioned here: > http://tapestry.apache.org/tapestry4.1/usersguide/events.html > > Uli > > Grigoris Ioannou schrieb: > > Good evening all, > > > > I have a question regard

T4.1.3 Page rewind

2008-01-25 Thread Grigoris Ioannou
Good evening all, I have a question regarding Tapestry 4.1.3 and page rewinding. So, in my page, there is a @For component: I implemented the IPrimaryKeyConverter interface and at first pass it works fine. But when the form is submitted, i see that the page tries to ren

T4.1.3 Tapestry-hibernate problem

2008-01-12 Thread Grigoris Ioannou
Hi all, I have a dynamic form where the user can set a dynamic number of passengers. The html looks like: Title Name Surname