bean:size tag in Struts 1.0.2

2003-07-15 Thread Dmitri Ilyin
Hello all, i have problem with bean:size tag it works so for me: bean:size id=ak_size scope=request name=cawisReport property=userArbeitskreis/ but don't work so: bean:define id=cawisUserArbeitskreis name=cawisReport property=userArbeitskreis scope=request/ bean:size

html:text tag with null bean

2003-07-08 Thread Dmitri Ilyin
Hi all, I habe html:text. custom tag on my page, but i didn't create a bean, the tag throws exception. Can i config something somewhere to avoid this exception??? thank you Dmitri - To unsubscribe, e-mail: [EMAIL

take over an existing HttpSession

2003-03-24 Thread Dmitri Ilyin
Hi, i'm may be out of topic. But i think there are a lot of gurus here they could help me. I have to implement one feature in my application for that there is may be already a solution here. Szenario: A user logged on in application. He dose some work, dosn't logged out and goes to another

Re: take over an existing HttpSession

2003-03-24 Thread Dmitri Ilyin
- Original Message - From: Dmitri Ilyin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 24, 2003 5:59 AM Subject: Re: take over an existing HttpSession Stephen Smithstone [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED] Use the servlet context to store

Re: take over an existing HttpSession

2003-03-24 Thread Dmitri Ilyin
Hello Vic, could you pls. explane it Vic Cekvenich [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED] Read up on session fail over (based on db fail over most likely) .V Dmitri Ilyin wrote: Hi, i'm may be out of topic. But i think there are a lot of gurus here

Re: take over an existing HttpSession

2003-03-24 Thread Dmitri Ilyin
- From: Dmitri Ilyin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 24, 2003 9:23 AM Subject: Re: take over an existing HttpSession Thank you Dan. I will try it this way. I don't see any problem with multithreading here. I will not change the old session i