Hello

I am using  a form to call an action event using the code 
$link.setAction("foo").setSecure(). This seems to work perfectly when when SSL is set 
to false in TR props. Setting SSL to true (using https) causes the first call to that 
action event to execute the doPerform(RunData data) method, subsequent requests 
(pressing the refresh button) execute the correct method i.e. doSomething(RunData 
data, WebContext context).

I have taken a look at the HttpServletRequest that I got from the RunData object. The 
request object has no parameters on the first call, subsequent calls pass the correct 
params to the request object. This explains why the doPerform() method is being 
executed on first call, what I cannot figure out is how come no params are being 
passed through on the first call.

Also, Actions and screens with params passed through work fine on first and subsequent 
calls. This seems to be a purely Action Event problem.

I am using WebMacro and the following Turbine jar

turbine-2.1-dev-unreleased.jar
webmacro-0.94.jar

Thanx in advance
Karim


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to