Re: help in understand how to reference my objects in my view

Denis Bredelet <[email protected]>
Newsgroups gmane.comp.web.freemarker.user
Message-ID <[email protected]>
Hi S

> I have a UserSession object that I add into my model like:
> 
> 
> UserSession userSession = get....
> 
> ModelAndView mav = new ModelAndView("..");
> 
> 
> mav.add("session", userSession);
> 
> return mav;
> 
> Now in my index.ftl page I want to do this:
> 
> if userSession.isLoggedIn
> <p>....
> </p>
> end if
> 
> How do I do that using freemarker?
> 
> I tried this:
> 
> <#if session.isSignedIn>
> </#if>
> 
> But I get an error saying that session.isSignedIn has to return true/false.  Is does return true/false, so what is wrong?

I think you need either session.signedIn or session.isSignedIn().

-- Denis. 
> 
> thanks!
> ------------------------------------------------------------------------

------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.