--- On Sun, 8/17/08, "Stephan Schröder" wrote:
> i'm pretty sure <s:if test="#skillsFound != null"> works too.

AFAIK the "#" syntax will work only if the variable was defined as a named 
stack context variable via something like <s:set...> or as the value of a "var" 
("id" in S2.0) attribute and so on.

Dave

>> use "#session.skillsFound" or "#session[''skillsFound']"
> > 
> > musachy
> > >
> > > In my action I put a Set called
> "skillsFound" in the HttpSession. Then
> > > I want to access it (and iterate through it) from
> a jsp, but this line
> > > of code gives a False result:
> > >
> > > <s:if test = "skillsFound !=
> null">
> > >
> > > Is there something I've forgotten to do or
> have I misunderstood things?
> > >
> > > Thanks in advance!
> > >
> > > /Ylva
> 
> -- 
> GMX startet ShortView.de. Hier findest Du Leute mit Deinen
> Interessen!
> Jetzt dabei sein:
> http://www.shortview.de/[EMAIL PROTECTED]
> 
> ---------------------------------------------------------------------
> 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