Re: Multicriteria research

2010-08-10 Thread mcfly37
;> >>} >> >> >>} >> >> >> public List getLibelleList() { >> >> >> try { >> >> >>return typeIsoManager.findLibelle(); >> >> >>

Re: Multicriteria research

2010-08-09 Thread Erick Erickson
e.printStackTrace(); > >> >>return null; > >> >>} > >> >>} > >> >> > >> >>public List getSsMsgList() { > >> >> > >> &g

Re: Multicriteria research

2010-08-09 Thread Thiago H. de Paula Figueiredo
On Mon, 09 Aug 2010 10:05:45 -0300, mcfly37 wrote: To put my case in a nutshell : 1- I declared types whithout getter but with @Property, but I get an exception because I don't have getters... As far as I can remember, you had an excpetion because types was null, not because you it didn'

Re: Multicriteria research

2010-08-09 Thread mcfly37
.getIdMessage())); >> >>} catch (BusinessException e) { >> >>e.printStackTrace(); >> >>return n

Re: Multicriteria research

2010-08-09 Thread Inge Solvoll
t;public String getIsoMsgState() { > >>color = service.isoMsgState(isoMsg.getIdMessage()); > >>return color; > >>} > >> > >>public String getLibelleType() { > >>TypeIso type;

Re: Multicriteria research

2010-08-09 Thread mcfly37
ception e) { >>                        e.printStackTrace(); >>                        return null; >>                } catch (TechnicalException e) { >>                        e.printStackTrace(); >>                        return null; >>                } >&

Re: Multicriteria research

2010-08-09 Thread Tornn
llowed to be > null. > org.apache.tapestry5.ioc.internal.util.TapestryException: Parameter 'model' > of component borne/Details:type is bound to null. This parameter is not > allowed to be null. [at > classpath:com/atosworldline/effia/applira/web/pages/borne/BorneDetails.tml,

Re: Multicriteria research

2010-08-09 Thread Dmitry Gusev
llowing exception : > > [ERROR] borne.BorneDetails Render queue error in > BeforeRenderTemplate[borne/Details:type]: Parameter 'model' of component > borne/Details:type is bound to null. This parameter is not allowed to be > null. > org.apache.tapestry5.i

Multicriteria research

2010-08-09 Thread mcfly37
raw this error. So has a pilote in a plane, I say mayday mayday!! ;-D -- View this message in context: http://old.nabble.com/Multicriteria-research-tp29386056p29386056.html Sent from the Tapestry - User mailing list archive at Nabble.com. -