Re: Multiple Submits and Zone

2012-04-09 Thread Taha Hafeez Siddiqi
Hi Can you share the code Sent from my iPhone On Apr 10, 2012, at 10:55 AM, resign wrote: > Hi, > > methods "void onSelectedFrom..." seems not to be called. > Tested with Log-Output and Debugging. > > I resolved on another way (not really clean, but it works) > > Thanks, > resign > > -- >

Re: Multiple Submits and Zone

2012-04-09 Thread resign
Hi, methods "void onSelectedFrom..." seems not to be called. Tested with Log-Output and Debugging. I resolved on another way (not really clean, but it works) Thanks, resign -- View this message in context: http://tapestry.1045711.n5.nabble.com/Multiple-Submits-and-Zone-tp5619561p5629002.html S

Re: URL writing problem with production mode true

2012-04-09 Thread Richard Frovarp
On 04/09/2012 07:44 PM, Howard Lewis Ship wrote: I don't believe this is about production mode; this is more likely an artifact of how your app is configured behind your firewall, rather than how it runs on your workstation ... modulo that, by default in development mode, secure is disabled. Whe

Re: URL writing problem with production mode true

2012-04-09 Thread Richard Frovarp
Hey Bob, how's it been? On 04/09/2012 07:01 PM, Bob Harner wrote: http://tapestry.apache.org/https.html provides a pretty good description of these options, if you haven't seen it yet. I honestly did not see that page. Thanks for point it out. But you're right, this needs to be better docume

Re: URL writing problem with production mode true

2012-04-09 Thread Howard Lewis Ship
I don't believe this is about production mode; this is more likely an artifact of how your app is configured behind your firewall, rather than how it runs on your workstation ... modulo that, by default in development mode, secure is disabled. When Tapestry detects that an incoming request is not

Re: URL writing problem with production mode true

2012-04-09 Thread Bob Harner
Hi Richard! By default Tapestry is trying to be helpful and secure for apps in which only some of the pages should be running with HTTPS. But when the whole site should be running with HTTPS you'll need to tell Tapestry this, and the correct way to do that is to set the tapestry.secure-enabled sym

URL writing problem with production mode true

2012-04-09 Thread Richard Frovarp
I have a simple application in Tapestry 5.3.2. With production mode false, all of the URLs generated in the pages, including forms, are relative. This means HTTPS works just fine. With production mode true, all of the URLs are absolute with HTTP, which breaks things. I don't mind the full UR

Pushing to environment without popping

2012-04-09 Thread Juan Germán Castañeda Echevarria
Hi everyone, I want to know if there's any problem if a service is pushed to the environment and it's never popped. Example: a page annotated with @UnpoppedService causes a push of the service from a RequestHandler but it is never popped. Or in case it causes problems, is there a way to pop it af

Re: Dynamic CSS depending on URL

2012-04-09 Thread Thiago H. de Paula Figueiredo
On Mon, 09 Apr 2012 15:33:56 -0300, Juan Alba wrote: Sorry Thiago is concerned to all the other stuff that I have been dealing with, that's why I put it as part of the thread. I'm sorry, I didn't remember any mention of the environment in this thread. P.S. Do you have any documentation a

Re: Need Help With Event URL Rewriting

2012-04-09 Thread Thiago H. de Paula Figueiredo
On Mon, 09 Apr 2012 15:03:26 -0300, Mike Dunbar wrote: Hi Thiago, Thanks for your response. My replies inline below. -Mike Why aren't the Tapestry URLs RESTful enough for your scenario? Using PUT, DELETE, etc? Just curious. :) I may be using the term 'RESTful' incorrectly. What I meant i

Re: Dynamic CSS depending on URL

2012-04-09 Thread Thiago H. de Paula Figueiredo
Why has this been posted ans an answer to this thread? Please post a new thread (message not replying another). ;) On Mon, 09 Apr 2012 14:05:12 -0300, Juan Alba wrote: I am having some problems with this in 5.1.05 When I run the webapp I see how it gets to the environment.push but it thr

RE: Need Help With Event URL Rewriting

2012-04-09 Thread Mike Dunbar
Hi Thiago, Thanks for your response. My replies inline below. -Mike > Why aren't the Tapestry URLs RESTful enough for your scenario? Using PUT, > DELETE, etc? Just curious. :) I may be using the term 'RESTful' incorrectly. What I meant is suppose I have a page that displays the details of an or

Re: Dynamic CSS depending on URL

2012-04-09 Thread Juan Alba
I am having some problems with this in 5.1.05 When I run the webapp I see how it gets to the environment.push but it throws this runtime error: Render queue error in AfterRender[ExceptionReport:layout]: No object of type ar.com.condortech.lib.tapestryFbSecurityLib.extra.Mode is available from the

Re: Need Help With Event URL Rewriting

2012-04-09 Thread Thiago H. de Paula Figueiredo
On Mon, 09 Apr 2012 12:51:19 -0300, Mike Dunbar wrote: Hi, Hi! We are trying to build an application with RESTful URLs, rather than the out-of-box Tapestry URLs. Why aren't the Tapestry URLs RESTful enough for your scenario? Using PUT, DELETE, etc? Just curious. :) We've been able

Need Help With Event URL Rewriting

2012-04-09 Thread Mike Dunbar
Hi, We are trying to build an application with RESTful URLs, rather than the out-of-box Tapestry URLs. We've been able to do this for our page URLs by using Tynamo tapestry-routing (http://tynamo.org/tapestry-routing+guide). We would like to do the same thing for the event link URLs contained on

Re: translate problem

2012-04-09 Thread Thiago H. de Paula Figueiredo
Hi! On Mon, 09 Apr 2012 10:20:27 -0300, wrote: I am writing a new component and this is first time I have needed to use the Translate parameter. I am getting this error : Failure reading parameter 'translate' of component InfoTest:namesearch.name: Unknown translator type 'translator'. You

translate problem

2012-04-09 Thread mwilliamson
I am writing a new component and this is first time I have needed to use the Translate parameter. I am using version 5.3.1 I am getting this error : Failure reading parameter 'translate' of component InfoTest:namesearch.name: Unknown translator type 'translator'. I know my code it incomplete an