Any documentation would be gratefully accepted however!

-----Original Message-----
From: Quinton McCombs [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 28, 2003 12:00 PM
To: 'Turbine Users List'
Subject: RE: TDK Sample Application: Flux


> -----Original Message-----
> From: Chris Rafuse [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, May 28, 2003 7:36 AM
> To: [EMAIL PROTECTED]
> Subject: TDK Sample Application: Flux
> 
> 
> Hello,
> 
> I am a student working on a research project at Dalhousie 
> University. I have been reverse engineering the sample 
> application that comes with TDK, since the documentation is horrible.
> 
> Is there any flux documentation? 

Not really.  The source code is really your only option for flux.
 
> I understand how actions work, but what is the action of the 
> following url, located in the flux section of the sample app:
> 
http://localhost:8080/newapp/servlet/newapp/template/user%2CFluxUserForm
.vm/username/turbine?mode=modify

> Specifically, the encoded url and the "username/turbine" portion. Why
use a comma? 

Turbine passes parameters as pathinfo generally instead of as a query
string.  Since the "/" is used to separate path information, you must
use a comma to separate directories for templates.  "username/turbine"
is a parameter being passed.  This is like ?username=turbine

>Is username a form of mapped action? If so where can this be set?

Thanks, Chris


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




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

Reply via email to