Re: Réf. : Re: No Collection Found problem

2007-06-15 Thread Niall Pemberton
On 6/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hello Niall, Actually I did a mistake when i wrote my email, because i already do what you told me to do, so I still have the same problem: <%= TEST %> <% Collection col = (Collection)request.getSession().getAttribute( "cautionVos"); %>

Réf. : Re: No Collection Found problem

2007-06-15 Thread Marianne . Gardes
Pemberton" Pour : "Struts Users Mailing List"

Re: No Collection Found problem

2007-06-14 Thread Niall Pemberton
On 6/14/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hello, I am having some problems with getting a session attribut in my JSP. A have a JSP where the user can make a search based on information he must enter in a form. The result of the search must be displayed in a table. To display the

No Collection Found problem

2007-06-14 Thread Marianne . Gardes
Hello, I am having some problems with getting a session attribut in my JSP. A have a JSP where the user can make a search based on information he must enter in a form. The result of the search must be displayed in a table. To display the result I do: