This is correct. The Jetspeed Project uses an extended version of RunData in their project so in the TR.props for the Jetspeed probject their Rundat entries are different. In addition the RunData service is broken up into three sub functions: run.data parameter.parser cookie parser
Any one of these pieces can upgraded/replaced etc. r, Hugh >>I think RunData ($data in Velocity) is Implemented by DefaultTurbineRunData -----Original Message----- From: Jim Knoll [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 17, 2002 9:18 PM To: Turbine Users List Subject: Re: getUser Id Brian, I am new to Turbine but I think I have a couple of ideas. Others can correct me or provide better solutions. On Sun, Mar 17, 2002 at 11:22:24AM -0800, Brian Rowe wrote: > Hi, > I am trying to simplly put the the user name on the > screen. In a velocity template I used > > $data.getUser() Try $data.getUser().getFirstName() $data.getUser().getLastName() > 2. Is there documentation that I couldn't find? I > don't seem to be able to find what properties are > available to me to be used. The RunData interface I think RunData ($data in Velocity) is Implemented by DefaultTurbineRunData the turbine api docs that come with the tdk are very helpful. HTH, Jim -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
