You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by julian green <ju...@jacobsrimell.com> on 2003/03/07 10:33:17 UTC

How do you keep your session junk free?

How do you prevent the session from filling up with junk from previous 
screens?  Or to put it another way:

I have written some screens that have to store the form bean in the 
session scope as each screen is interconnected and uses the same 
instance of the form bean.   If I change the scope to request a new form 
bean is created for each screen (every time a jsp file is rendered).  Is 
there a way of implementing multiple screens with the same form bean 
with a request scope?

Julian


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: How to compare two beans using logic tags

Posted by Nicolas De Loof <ni...@cgey.com>.
<bean:define id="prop1" name="bean1" property="someProperty" />
<logic:equals name="bean2" property="anotherProperty" value="<%= prop1
%>">
 ...
</logic:equals>

Nico.

> Does anyone knows how to compare two beans (or beans properties)
using
> logic:equal or logic:greaterThan tags ?In the docs it is said that
the
> "value" attribute should be a constant value ...
> Thanks
>
> ____________________________________
> Renato Romano
> Sistemi e Telematica S.p.A.
> Calata Grazie - Vial Al Molo Giano
> 16127 - GENOVA
>
> e-mail: r.romano@set-network.com
> Tel.:   010 2712603
> _____________________________________
>
>
>
>
> --------------------------------------------------------------------
-
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


How to compare two beans using logic tags

Posted by Renato Romano <r....@set-network.com>.
Does anyone knows how to compare two beans (or beans properties) using
logic:equal or logic:greaterThan tags ?In the docs it is said that the
"value" attribute should be a constant value ...
Thanks

____________________________________
Renato Romano
Sistemi e Telematica S.p.A.
Calata Grazie - Vial Al Molo Giano
16127 - GENOVA

e-mail: r.romano@set-network.com
Tel.:   010 2712603
_____________________________________




---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org