Re: [T5.0.5] Caching and IE6

2007-08-23 Thread Gabriel Lozano
In my case I´m not using an ajax request, normal request but I have to hit the refresh button to see the changes. 2007/8/22, Jesse Kuhnert [EMAIL PROTECTED]: I don't know what an auto link is - but if you are creating ajax requests then you have to do something stupid like: // pseudo

Re: [ANNOUNCE] Tapestry 5.0.5

2007-07-04 Thread Gabriel Lozano
Great!! Thanks for the release. I was reading in the description of the new features and it says: ...adds client-side field persistence Can you explain this a little more or point me somewhere where I can read about it? Thanks in advance. Gabriel H. Lozano M. 2007/7/4, Howard Lewis Ship

T5 best pattern for grid and beaneditform

2007-06-18 Thread Gabriel Lozano
Hi, I'm right now working in user administration. So I have a page that list the users I have but I don't want to show passwords so I use the 'NonVisual' anotation in the User class. But, in the edit page, I want to insert some new password for a user and because of the anotation I am not able.

Re: [T5] Reminder: Tapestry 5 is Alpha

2007-06-05 Thread Gabriel Lozano
I would like to help support Howard. I think it is a very good idea allthough I dont have too much money ( for now, I hope ). I have a problem. I'm in Bogota, Colombia, and I think that I would not be able to pay via payPal 'cause it is not enabled here so If there is any other way it would be

Re: Help with a login form

2007-05-16 Thread Gabriel Lozano
Hi Marcus, Thanks a lot for your answer. Finally last night I found the problem. As I told you, I use a Border component. For declaring the name space in the inside page ( i.e. the one that the Border contains ) I was using again an html tag and it made the page not to work properly. Now, I put

Help with a login form

2007-05-14 Thread Gabriel Lozano
Hello everyone. I want to have a login form in a Border component. I followed the example in the section input validation but every time the page is shown, the message You must correct the following errors before you may continue. is shown, without any error to correct. I tested it in a page

Re: Tapestry 5.0.4 now available via Maven

2007-05-05 Thread Gabriel Lozano
I used to work with tapestry 3 and 4 but I dont know much about tapestry 5 and almost nothing about maven. But I wanted to test the great new functionality of tap 5 so I wanted to run the project in the tutorial. I had this error also. This is due to the fact that the tapestry 5.0.4-SNAPSHOT

Re: ForBean issues

2006-11-14 Thread Gabriel Lozano
Hey what I do is the following: 1. You have to initialize the collection somewhere. Yes, pageBeginRender is ok ( well, sorry for the tapestry gurus, but I have also done it that way ). And dont have to initialize it in the rewind phase. 2. What I do is to hide the collection in the form. Oh,

Problems with Event listener

2006-11-06 Thread Gabriel Lozano
Hi I'm trying to work with the eventListener but I just can't get just the example to work. I have a page with the same code as the Big brother is watching you example in the tapestry page. the html I have is this: span jwcid=$content$ span jwcid=@Shell title=Test debugEnabled=true

Re: A hosting for a tapestry based application

2006-11-05 Thread Gabriel Lozano
Hey take a look at eatj.com. Sincerely I have had some problems but it is very cheap, you have tomcat and mySql. But for the money it is not very bad. By the way, I would also want to know wich is consider the best hosting for tapestry ( and JEE in general ). Gabriel Lozano M. On 11/4/06

Re: DatePicker not working after upgrading from 4.0.2 to 4.1

2006-11-05 Thread Gabriel Lozano
(' document.formId.dateComponentId null or not an object') By the way, how can be the effects for the dropdownDatePicker be achieved ? ( fade ...) Thanks in advance Gabriel Lozano M. On 10/17/06, Jesse Kuhnert [EMAIL PROTECTED] wrote: The DatePicker placement issues should be fixed deployed. On 10/17/06

Re: problem with images

2006-10-18 Thread Gabriel Lozano
Thanks for your answer. Well, what I did in the end was to save the images in another directory on the server. I had some trouble because I dont have full access to the server but now it is working. About Ryans idea of the service, I have access to Kent's book and I looked the chapter but I dont

problem with images

2006-10-17 Thread Gabriel Lozano
them and show them in the html. If I generate a temp file per request, then I will end up with a file representing an image for everytime the image is requested. Any help would be welcome, I was looking for this and I didnt find anything on this topic. Gabriel Lozano M.