Strange problem with session timeout

2003-12-09 Thread ganesh venkat
hi all, 

I am using weblogic 4.5 and servlet version 2.1.  I
have a logic to check if the session is timed out in a
common file which is included in all jsps.  If session
is timed out i redirect users to the login page with a
message Session timed out login again

The problem is when the session is timed out it takes
to the login page but the page from where they get
redirected is also appended to the login page in the
bottom.  I am totally clueless why this happens and
what i should do to avoid this problem

Since i cant use filters and all latest stuffs i am
quite confused 

Please Advice me 

Thanks in anticipation

Regards,
Ganesh

__
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/

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



Capturing Dynamic Form Elements

2003-07-23 Thread ganesh venkat
Hi all,

I am struts newbie.

I am stuck with a problem of capturing dynamically
growing form elements.  I have to know a way to
capture recurring data in either DynaValidator or Form
bean.

My jsp can contain html elements say CoBorrower
Information like CoBorrower Name, CoBorrower Address,
CoBorrower Phone number for a corresponding Borrower
information.  A Borrower can have any number of
coborrowers associated.  So my screen would ideally
contain Add More button on click of which will
generate another tab for capturing another coborrower
information.

Since struts mandates the form element names to be
defined in struts-config.xml for a dyna action and
getters setters for elements in form beans where
should i account for dynamic elements 

I am confused because there can be n number of html
elements with same name coborrowerid for example.

I welecome any suggestion regarding this.

With Regards
Ganesh


__
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com

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