Component palette doesn't work on iPhone 4

2011-05-03 Thread liborp
Hi, I'm not able to use componet Palette on iPhone 4. Componet has appeared but buttons for moving items from left to right and vice versa doesn't work, no error message. Did anyone faced to this problem? Or better, did anyone solved this issue? -- View this message in context:

Re: What would YOU like to see in a four day Tapestry training course?

2011-05-03 Thread Joost Schouten (ml)
In my early days I would have liked someone to have emphasized: - onActivate and onPassivate so I would have stuffed less into my sessions. - How components can interact with their containers and @Environmental services. I initially ended up building components that needed to know too much

Tapestry 5.2.5: does not contain a property (or public field) named

2011-05-03 Thread cablepuff
Hi I have the following class. my page file. class MyPage { @Property @Inject @Symbol(value = UploadSymbols.REPOSITORY_LOCATION) private String imageBasePath; } my tml file. ${imageBathPath}/${image2} I get the following error. Could not convert

Re: Tapestry 5.2.5: does not contain a property (or public field) named

2011-05-03 Thread David Woods
Well I don't know if this solves your problem but you are misspelling the name of your field. imageBasePath, not imageBathPath. On 03/05/2011, at 11:31 PM, cablepuff cablep...@gmail.com wrote: Hi I have the following class. my page file. class MyPage { @Property @Inject

How to disable Tapestry javascript debugger

2011-05-03 Thread Martin Reurings
Hi guys, Perhaps my google-fu is too weak, perhaps it's something nobody else has had an issue with, but T5's built in javascript error-handling keeps getting in the way of development :( Sometimes it's quite useful in providing me T5 related hints concerning my errors but more often than

Re: How to disable Tapestry javascript debugger

2011-05-03 Thread Thiago H. de Paula Figueiredo
On Tue, 03 May 2011 12:13:15 -0300, Martin Reurings mar...@windgazer.nl wrote: Hi guys, Hi! Perhaps my google-fu is too weak, perhaps it's something nobody else has had an issue with, but T5's built in javascript error-handling keeps getting in the way of development :( Sometimes it's

Re: Modalbox Integration Example

2011-05-03 Thread tompeter
Hi Taha, first off, thanks for your code! I have a question concerning the zone support. I have implemented the necessary javascript parts but get an error when using zones: Return type org.apache.tapestry5.internal.structure.BlockImpl can not be handled Can you tell me what I am missing?

Re: What would YOU like to see in a four day Tapestry training course?

2011-05-03 Thread Howard Lewis Ship
Well ... based on these comments, I don't need to change a thing :-) On Tue, May 3, 2011 at 6:26 AM, Joost Schouten (ml) joost...@jsportal.com wrote:  In my early days I would have liked someone to have emphasized: - onActivate and onPassivate so I would have stuffed less into my sessions. -

Re: What would YOU like to see in a four day Tapestry training course?

2011-05-03 Thread Adam Zimowski
When we were looking at your course Howard, seemed perfectly fit, covering all basics of the framework, very well. Therefore, not much to comment on your question IMO since it's hard to improve something already very good. However, I see a lot of value in offering an advanced course, focusing

Re: Modalbox Integration Example

2011-05-03 Thread Thiago H. de Paula Figueiredo
On Tue, 03 May 2011 12:58:34 -0300, tompeter i...@tomkrause.com wrote: Hi Taha, first off, thanks for your code! I have a question concerning the zone support. I have implemented the necessary javascript parts but get an error when using zones: Return type

Re: How to disable Tapestry javascript debugger

2011-05-03 Thread Martin Reurings
Thank you for the info Thiago! Unfortunately this seem to indicate that a sledgehammer needs to be taken to the task :( I've experimented with disabling Blackbird (which is fairly trivial using the correct symbol) but this doesn't disable T5's JS error capturing. I'll try if putting it in

Re: What would YOU like to see in a four day Tapestry training course?

2011-05-03 Thread Howard Lewis Ship
On Tue, May 3, 2011 at 10:40 AM, Adam Zimowski zimowsk...@gmail.com wrote: When we were looking at your course Howard, seemed perfectly fit, covering all basics of the framework, very well. Therefore, not much to comment on your question IMO since it's hard to improve something already very

Re: Modalbox Integration Example

2011-05-03 Thread tompeter
Thanks for the reply Thiago! The problem is that I am trying to make a zone update via an action link in the page of the modalbox component. The request should be an Ajax request but does not behave as such. I want to update a feedback text inside the modal box without loading a new page. I am

Re: Modalbox Integration Example

2011-05-03 Thread Taha Hafeez
Hi Tom I am using this piece of code in one of my applications and I am submitting even ajax form using it. I did make some changes to it. I am attaching the code. (I had to extract it from my one of my modules, so not in proper directory structure). regards Taha On Tue, May 3, 2011 at 11:55

transposed form loop

2011-05-03 Thread Paul Stanton
Hi all, I have a strange requirement and i'm not clear on the recommended tapestry approach... (T5.1.2) It seems similar to AjaxFormLoop or Form+Loop except that I need to transpose the table, ie each Column is a record and each Row is an attribute. Is there a way to use AjaxFormLoop in a