> From: Stefano Bonnin [mailto:[EMAIL PROTECTED]]
> 
> Ok, but excuse me for this stupid questions:
> 
> with my Cocoon version I can't do anything!!!!!????? (I can't manage
the
> sessions?)

You can always resort to plain Java: request.getSession().isNew().


> in this case, how must I download for install the "nightly Cocoon
snapshot"?

>From  http://xml.apache.org/cocoon/installing/index.html:
"You also can download one of the development snapshots from the CVS
snapshots directory http://cvs.apache.org/snapshots/xml-cocoon2/";


> Excuse, but I new in C2 world, and so far I have only downloaded the
"basic"
> packages of cocoon.

No problem here.

> Thanks.
> 
> (If this is a bug of my Cocoon2 version, please, ignore my previous
message,
> where I repeated the same issues)

(Yup. Latest version of session logicsheet behaves like described in
http://cvs.apache.org/viewcvs.cgi/xml-cocoon2/src/documentation/xdocs/us
erdocs/xsp/session.xml?rev=1.5&content-type=text/vnd.viewcvs-markup)

Vadim

> ----- Original Message -----
> From: "Vadim Gritsenko" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, March 18, 2002 2:29 PM
> Subject: RE: xsp-session:isNew question
> 
> 
> > > From: Stefano Bonnin [mailto:[EMAIL PROTECTED]]
> > >
> > > ok, I tried this:
> > >
> > > <xsp:logic>
> > > ....
> > > ....
> > > boolean isNew = <xsp-session:is-new/>;
> > > ....
> > > ....
> > > </xsp:logic>
> > >
> > >
> > > but the following error was returned:
> > >
> > > Line 133, column 16: Incompatible type for declaration. Can't
convert
> > void
> > > to boolean.
> > >
> > > Why?
> > > (I can't use <xsp-session> inside <xsp:logic> (perhaps)?
> >
> > Your Cocoon version does not have latest bug fixes. Try nightly
Cocoon
> > snapshot, it will fix the problem.
> >
> > Vadim
> >
> >
> > > Thanks.
> > >
> > >
> > > ----- Original Message -----
> > > From: "Vadim Gritsenko" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Thursday, March 14, 2002 4:21 PM
> > > Subject: RE: xsp-session:isNew question
> > >
> > >
> > > > > From: Stefano Bonnin [mailto:[EMAIL PROTECTED]]
> > > > >
> > > > > Hi,
> > > > >
> > > > > I want check if the session is new, so, I have to use
> > > > <xsp-session:is-new>
> > > > > tag.
> > > > >
> > > > > How can I use this tag?
> > > > >
> > > > > Can I write a code as following
> > > > >
> > > > > boolean isNew = <xsp-session:is-new/>;
> > > >
> > > > Yes. Try it.
> > > >
> > > >
> > > > > or
> > > > >
> > > > > if (<xsp-session:is-new/>) .....
> > > >
> > > > Yep. Try it also.
> > > >
> > > >
> > > > > In other words, how can I use this tag?
> > > >
> > > > As shown above :)
> > > >
> > > >
> > > > > (I ask this because I didn't see any example about it.
> > > >
> > > > (See
> > > >
> >
http://cvs.apache.org/viewcvs.cgi/xml-cocoon2/src/webapp/docs/samples/xs
> > > > p/session.xsp?rev=1.4&content-type=text/vnd.viewcvs-markup)
> > > >
> > > > Vadim
> > > >
> >
> >
> >
---------------------------------------------------------------------
> > Please check that your question has not already been answered in the
> > FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
> >
> > To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> > For additional commands, e-mail: <[EMAIL PROTECTED]>
> >
> 
> 
> ---
> Outgoing mail is certified Virus Free. (FLASHH!)
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.338 / Virus Database: 189 - Release Date: 14/03/02
> 
> 
> ---------------------------------------------------------------------
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
> 
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to