RE: Cannot find bean: “list” in any scope

2012-03-17 Thread Oussama Jlassi
now at this point i m confused here is again test.java public class test{private int id,tt;private String t;public test(){}public test(int id,String t,int tt) {this.id=id;this.tt=tt;this.t=t;} public int getId() {return id;}public void setId(int id) {this.id = id;}public String getT() {return t;

Re: Cannot find bean: “list” in any scope

2012-03-17 Thread Dave Newton
Not if you send in plain-text format. Looks like there's an id property, so at this point without debugging or really looking at everything I don't know what the issue is. Dave On Sat, Mar 17, 2012 at 7:22 PM, Oussama Jlassi wrote: > > sorry about the new line but it is removed when it come t

RE: Cannot find bean: “list” in any scope

2012-03-17 Thread Oussama Jlassi
sorry about the new line but it is removed when it come to apache struts server now about he bean here is test.java public class test{private int id,tt;private String t;public test(){}public test(int id,String t,int tt) {this.id=id;this.tt=tt;this.t=t;} public int getId() {return id;}public voi

Re: Cannot find bean: “list” in any scope

2012-03-17 Thread Dave Newton
You had one before, as far as I can tell (your messages are quite difficult to read as there are no newlines). You do understand that we don't actually know anything about your beans, right? *is* there a property called "id"? Either way, that part of it doesn't appear to be a Struts issue. Dave

RE: Cannot find bean: “list” in any scope

2012-03-17 Thread Oussama Jlassi
why it is impossible no hope at all can i have a correction of my code as i said before i want to list table named test through struts 1.3 and hibernate4 struts-config.xml http://struts.apache.org/dtds/struts-config_1_3.dtd";>

Re: FW: Cannot find bean: “list” in any scope

2012-03-17 Thread Dave Newton
I'm not sure I understand how taking out of scope would help; not knowing anything about the bean in question, it's impossible to help--but on the Struts side of things, it looks like it's working when it's in scope. Dave On Sat, Mar 17, 2012 at 6:19 PM, Oussama Jlassi wrote: > > > i supposei w

FW: Cannot find bean: “list” in any scope

2012-03-17 Thread Oussama Jlassi
i supposei work with the setter getter because when i commented it and use request.setAttribute and i get the message Etat HTTP 500 -type Rapport d'exceptionmessagedescription Le serveur a rencontré une erreur interne () qui l'a empêché de satisfaire la requête.exceptionjavax.servlet.Servlet

Re: Cannot find bean: “list” in any scope

2012-03-17 Thread Dave Newton
The line that puts it in the request is commented out, is that a typo? (pardon brevity and typos, on cell) On Mar 17, 2012 5:43 PM, "Oussama Jlassi" wrote: > > i want to list table test with hibernate4 and struts1.3.10 in tomcat6 but > when i run localhost:8080/strutsh/hib1.do i get > > Etat HTT

Cannot find bean: “list” in any scope

2012-03-17 Thread Oussama Jlassi
i want to list table test with hibernate4 and struts1.3.10 in tomcat6 but when i run localhost:8080/strutsh/hib1.do i get Etat HTTP 500 -type Rapport d'exceptionmessagedescription Le serveur a rencontré une erreur interne () qui l'a empêché de satisfaire la requête.exceptionjavax.servlet.Servl