Re: cant list data with hibernate struts

2012-03-14 Thread Dave Newton
Do all those classes in your config exist? Are they really all in the default package? Dave On Wed, Mar 14, 2012 at 7:43 PM, Oussama Jlassi wrote: > > i use struts1.3 hibernate4 in tomcat6 i want to list data after the form > but when i run localhost:8080/strutsh i get > Etat HTTP 500 -type Rap

cant list data with hibernate struts

2012-03-14 Thread Oussama Jlassi
i use struts1.3 hibernate4 in tomcat6 i want to list data after the form but when i run localhost:8080/strutsh 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.exceptionorg.apache.jasper.JasperE

Re: paramsPrepareParamsStack-prepare-method problem

2012-03-14 Thread Dave Newton
And you've set the other referenced properties appropriately? On Wed, Mar 14, 2012 at 3:17 PM, Mounir Benzid wrote: > > > > > Mounir > > Am 14.03.2012 20:12, schrieb Dave Newton: > >> Are you actually using the `namedVariable` pattern matcher? >> >> http://struts.apache.org/2.x/**docs/wildcard-

Re: paramsPrepareParamsStack-prepare-method problem

2012-03-14 Thread Mounir Benzid
Mounir Am 14.03.2012 20:12, schrieb Dave Newton: Are you actually using the `namedVariable` pattern matcher? http://struts.apache.org/2.x/docs/wildcard-mappings.html#WildcardMappings-Parametersinnamespaces Dave On Wed, Mar 14, 2012 at 3:09 PM, Mounir Benzid wrote: My problem is the id

Re: paramsPrepareParamsStack-prepare-method problem

2012-03-14 Thread Dave Newton
Are you actually using the `namedVariable` pattern matcher? http://struts.apache.org/2.x/docs/wildcard-mappings.html#WildcardMappings-Parametersinnamespaces Dave On Wed, Mar 14, 2012 at 3:09 PM, Mounir Benzid wrote: > > My problem is the id is always null. > > First I thought it could be b/c

FW: logis:iterate tag problem

2012-03-14 Thread Oussama Jlassi
Alejandro then when i make page for failure action so i can display data i dont think it can solve the problem > Date: Wed, 14 Mar 2012 16:57:34 +0100 > Subject: Re: FW: logis:iterate tag problem > From: apar...@gmail.com > To: user@struts.apache.org > > Sorry, I mean at that action throws an

paramsPrepareParamsStack-prepare-method problem

2012-03-14 Thread Mounir Benzid
My problem is the id is always null. First I thought it could be b/c of the way the defaultStack is set up so I switched to paramsPrepareParamsStack, yet the problem still remains. Any ideas on how to obtain the id from the request? Thanks! Mounir @Namespace("/public") public class Person

Re: FW: logis:iterate tag problem

2012-03-14 Thread Alejandro
Sorry, I mean at that action throws an exception and then because you don't forward a error page, always is success, then the bean list is never filled in. 2012/3/13 Alejandro > Do you know if that throws an exception? > > > 2012/3/13 Oussama Jlassi > >> >> i have the same message >> > >> > T

css_xhtml question

2012-03-14 Thread Eamonn Kearns
Hello there, I'm new to struts 2.0 and have ben finding it relatively painless to work with, save where it comes to forms. I have attempted to use the simple theme for form generation to save myself the hassle of having to deal with form themes, except if I do that, validation seems not

AW: logis:iterate tag problem

2012-03-14 Thread Peter.Keller
Perhaps it should be "SELECT t FROM Test t", i.e. Test with a capital "T". Did you check the Tomcat catalina.out log file? -Ursprüngliche Nachricht- Von: Oussama Jlassi [mailto:oussa...@live.fr] Gesendet: Dienstag, 13. März 2012 21:12 An: user@struts.apache.org Betreff: FW: logis:iterate