Re: Checkbox in table (non-contrib)

2006-11-26 Thread Srinivas Yermal
Hi Karthik, For some reason this doesnt seem to be working for me. I have the same requirement and tried describing it earlier on. Later I had to settle for this - http://mail-archives.apache.org/mod_mbox/tapestry-users/200611.mbox/ajax/[EMAIL PROTECTED] Srini. On 11/26/06, Karthik N <[EMAIL P

Re: 2nd try: ajax updating components inside a For

2006-11-26 Thread Kim Thrysøe
After the update from Jesse, the test-page I mentioned in a previous thread behaves as expected. Thank you for the fix. If anyone is interested the test page java+html is as follows: package dk.atira.commonstest.pages; import org.apache.tapestry.IRequestCycle; import org.apache.tapestry.annota

tacos:AjaxDirectLink- issue in more clicks

2006-11-26 Thread jiju
Hi All, I have a tacos:AjaxDirectLink in my page, it is working fine for the first 3 clicks when i try for one more click on the link ,then the request is not going to the server means i cannot call the action more than 3 times :) anybody knows the issue ? is there any tacos settings i am miss

Re: how to internationalise titles

2006-11-26 Thread Nick Westgate
Read these docs: http://tapestry.apache.org/tapestry4.1/usersguide/template.html#Specifying%20parameters http://tapestry.apache.org/tapestry4.1/usersguide/template.html#Formal%20and%20informal%20parameters Parameters in the .page/.jwc file (or annotations, I presume) override literal attributes i

Re: how to wrap tapestry.services.FactoryServices?

2006-11-26 Thread Patrick Moore
Hi there -- Thanks for pointing out the ApplicationServices configuration point. That did it. I still don't understand why the method that I was trying failed. The interceptor stuff seems like way overkill in the specification department to really want to use. -Pat ---

Re: Help with bindings needed

2006-11-26 Thread Ron Piterman
Sure you didn't forget ognl: prefix in a parameter binding? Cheers, Ron Andrea Chiumenti wrote: Hello I've the following problem with a component that inherits from an AbstractComponent one: Error converting value for parameter editTable: No type converter for type org.jfly.web.components.edit

Re: Dynamic Working with Tapestry...

2006-11-26 Thread Ron Piterman
Tapestry uses for validation the ValidationDelegate - I would recomment you stick to it, it will make your life much easier, and it is one of tapestry's most powerfull features: You can use validators on each of your fields, and that doesn't mean they have to be preconfigured - you can use a d

Re: 2nd try: ajax updating components inside a For

2006-11-26 Thread Ron Piterman
Thanx jesse, thats great ! I guess I miss some basic understanding of how for works in ajax context, but I still didn't manager to update a single iteration - Currently it only works if you update the container of the for, and still there are some issues with multiple posts (I added a jira is

using Tapestry to send mails

2006-11-26 Thread Cyrille37
Hello all, I still learning tapestry (Tapestry 4.0.2). I use to read and use peaces of code from samples. In the AppFuse Tapestry sample application it use Velocity template for rendering mail before send. I've found a paper on the net about sending mail with Tapestry: http://www.behindthesit

Re: tapestry-spring and SpringStrings.properties

2006-11-26 Thread Cyrille37
Howard Lewis Ship a écrit : What version of the JAR are you using? It looks like its in the right place: Hello, At first, I did not find any JAR to download, So I just had the Tapestry-Spring source code in my project's source folder. It was compiling fine but at run time it could not find th

Re: Which Tapestry version to use ?

2006-11-26 Thread Damian Krzeminski
Cyrille37 wrote: Thanks for your help. Seems Ajax to be the difference... I thinks not at all ;o) I think I'll run with Tapestry 4.0.2 By the way, do you know open source project done with Tapestry 4.0.x ? I would like to have a look on a bigger project's structure than an tutorial/example.

Re: Dynamic Working with Tapestry...

2006-11-26 Thread Skorpien126
Thats not exactly the situation... here a descreption depending on your code snippet. (includes Validation and further function) (includes Validation and further function) the Problem is that I don´t know how to check the Validation of each

Re: Checkbox in table (non-contrib)

2006-11-26 Thread Karthik N
1. if you can modify your pojo have a boolean isChecked in it which you can wire to the checkbox in your for loop 2. if not, wrap a DTO around your pojo which has this boolean 3. during the rewind cycle the checked boolean will be set 4. in your listener method you can iterate through the List tha

Help with bindings needed

2006-11-26 Thread Andrea Chiumenti
Hello I've the following problem with a component that inherits from an AbstractComponent one: Error converting value for parameter editTable: No type converter for type org.jfly.web.components.edittable.EditTable is available. Stack Trace: - org.apache.tapestry.coerce.ValueConverterImpl.coer