iterate over one collection two times in a jsp

2003-12-05 Thread Ralf Rapude
Hi,
with a logic:iterate tag I run over a Collection:


  
...output
  


It works well but if I try to iterate over the same collection after
changing the id (but still in the same jsp):


  
... output
  


I got this Exception -> Cannot create iterator for this collection

It works if I put my collection under a different name in the
session-scope, but in my Opinion there must be a more proper way to
handle the problem.

Thanks a lot
Ralf




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



Re: [OT] Athentication filter doesn't filter actions

2003-12-05 Thread Ralf Rapude
Hi,
just repeat the  tag like:

   
  authenticationFilter
  /*

 
  authenticationFilter
  /*.do


Ralf Rapude

__
WEB.DE FreeMail wird 5 Jahre jung! Feiern Sie mit uns und
nutzen Sie die neuen Funktionen http://f.web.de/features/?mc=021130


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



RE: [OT] Athentication filter doesn't filter actions

2003-12-05 Thread Ralf Rapude
>Why is this necessary?
>Isn't /*.do a subset of /* ???

Oops. I'm sorry because it is the same (it might be better to think
before writing).

So you should better try this:

 
CheckUser Authentication Filter

/jsps/closed/*
  
   
CheckUser Authentication Filter

action
  ^^
  


Regards
Ralf Rapude


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



Re: [OT] Athentication filter doesn't filter actions

2003-12-05 Thread Ralf Rapude
Hello Arne,

AB>
AB>  authenticationFilter
AB>  /*
AB>
AB>
AB>  authenticationFilter
AB>  action
AB>

I've checked it out before I post the solution and it works fine here.
(Tomcat 4.1.27).

AB> ideas. BTW, I'm using Tomcat 5 and 2.4 servlets..
So maybe it is a problem of using Tomcat 5 (isn't it still beta?).
Maybe you should download a stable version for another attempt.

Regards
Ralf Rapude



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



Re: using ApplicationResources in jsp...

2003-12-05 Thread Ralf Rapude
Hi Gary,
>I am facing the same trouble. If u come to know the answer Please let me
>know as well
>Thanks in Advance
I havn't been able to find a solution yet though asking in several ngs
and forums.
I will post to the list if the problem is solved (but I still hope,
that someone of the listmembers knows which way to go :o).

Regards
Ralf Rapude


> Hi,
> with a logic:iterate tag I run over a Collection:
>
> 
> 
> ...output
> 
> 
>
> It works well but if I try to iterate over the same collection after
> changing the id (but still in the same jsp):
>
> 
> 
> ... output
> 
> 
>
> I got this Exception -> Cannot create iterator for this collection
>
> It works if I put my collection under a different name in the
> session-scope, but in my Opinion there must be a more proper way to
> handle the problem.
>
> Thanks a lot
> Ralf
>
>
>
>
> -
> 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]