Re: Session Cleanup

2002-10-18 Thread chanoch
as a final addendum - the struts-config file allows you to determine what scope your form beans sit in action type=my.action name=my.bean scope=request etc etc chanoch - Original Message - From: David Graham [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, October 18, 2002

RE: Struts 1.1 Release

2002-10-16 Thread Chanoch
h1THE NEXT VERSION OF STRUTS WILL BE RELEASED WHEN THE CUURENTLY OPEN BUGS ARE DEALTH WITH/h1 pWelcome to Struts! The goal of this project is to provide an chanoch - The information

Re: Ending a session

2002-10-16 Thread chanoch
or disabling the back button - both use javascript so are unreliable and are generally considered as unfriendly to the user. So, dont do it and write your code so that it can cope with invalid sessions chanoch - Original Message - From: Marc AMIR-TAHMASSEB [EMAIL PROTECTED] To: Struts Users

Re: using OR condition with logic tags

2002-10-16 Thread chanoch
are trying to work out why I am designing new HTML elements) chanoch - Original Message - From: Eddie Bush [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, October 15, 2002 11:26 PM Subject: Re: using OR condition with logic tags logic:equal name=foo value=1

RE: action include or forward attribute not working?

2002-10-15 Thread Chanoch
again to require some work within the action chanoch - The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission

RE: bean:write data containing html tag?

2002-10-14 Thread Chanoch
I would recommend preprocessing your content. You would then need to choose filter=false in bean:write. This means that the br tags aren't made safe by substituting html reserved chars with safe equivalents thus giving you lt;brgt; chanoch

RE: Struts and state information

2002-10-14 Thread Chanoch
html:link and forms automatically pass session ids and there isnt anything you can do about it. Anyoen care to correct me? chanoch - The information transmitted is intended only for the person or entity to which it is addressed and may contain

RE: When *exactly* does reset get called?

2002-10-14 Thread Chanoch
the form *** called here. So the bean is created when its populated, let me reassure you:) Its still much better to put business logic somewhere else than your reset method. chanoch - The information transmitted is intended only

RE: [OT] What is package commons-services.jar

2002-10-14 Thread Chanoch
I think it allows you to discover system services and java classes - probably using some kind of naming convention that the service then translates to the actual resource chanoch - The information transmitted is intended only

RE: The best practices regarding secure JSP and Action classes

2002-10-14 Thread Chanoch
Using sessions? Have you used servlet roles before? chanoch - The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review

Re: action include or forward attribute not working?

2002-10-14 Thread chanoch
because I hate changing my JSPs after they have been created - as they are only arrived at with bloodshed. I can see why you would want to avoid creating unnecessary classes tho. chanoch - Original Message - From: Emmanuel Boudrant [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL