You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Renuka <re...@bigtec.org> on 2002/11/06 13:41:21 UTC

How to invoke session

I have  a problem in my application. I extended the VelicityScreens in all my  applications. I am holding the Login id value throught out my application.
 How to use the session in my application? like in jsp 
HttpSession thissession
thissession = request.getSession(true);
thissession.putValue();
how we will declare in turbine? can we put values in the session?


Regards
Renuka

Member Technical,
250,24 th Main,J P Nagar,v phase,
Bangalore-560078
Phone:6596954/53
Phone:6596954/53
www.bigtec.org

Re: How to invoke session

Posted by Peter Courcoux <pe...@courcoux.biz>.
Renuka,

Is this what you are looking for?

HttpSession session = data.getSession();

Peter

On Wed, 2002-11-06 at 12:41, Renuka wrote:
> I have  a problem in my application. I extended the VelicityScreens in all my  applications. I am holding the Login id value throught out my application.
>  How to use the session in my application? like in jsp 
> HttpSession thissession
> thissession = request.getSession(true);
> thissession.putValue();
> how we will declare in turbine? can we put values in the session?
> 
> 
> Regards
> Renuka
> 
> Member Technical,
> 250,24 th Main,J P Nagar,v phase,
> Bangalore-560078
> Phone:6596954/53
> Phone:6596954/53
> www.bigtec.org


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Problem UPLOADING .TXT FILES IN LINUX

Posted by be...@confuture.com.
Hello,

if you have the problem that the uploaded txt-File is of size zero  and
you are using Turbine 2.1 - it is probably not a problem related  to the
filetype but to the filesize. Turbine tries to keep small files in
Memory but tends to be a little forgetful with it. 

Change the related option in tr.props so that turbine is not trying to
do things it is not capable to.

Hope it helps,
Bert.

K Nataraj <kn...@prodapt.com> schrieb am 08.11.2002, 07:33:18:
> Hello,
>      Have anybody encountered problem uploading .txt files in Linux. ??? All
> other files is getting uploaded except the .txt files .. Any thoughts on
> that??

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Problem UPLOADING .TXT FILES IN LINUX

Posted by K Nataraj <kn...@prodapt.com>.
Hello,
     Have anybody encountered problem uploading .txt files in Linux. ??? All
other files is getting uploaded except the .txt files .. Any thoughts on
that??





--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


RE: How to invoke session

Posted by K Nataraj <kn...@prodapt.com>.
U can use runData.getUser().setTemp("key",value) for storing  and for
retrieving u can use

runData.getUser.getTemp("key");

hope this helps..





--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>