Re: Struts 1 new bean in form.

2009-10-05 Thread Eduard Neuwirt
he error message I am getting is: No getter method found for this bean omg.alocation -- View this message in context: http://www.nabble.com/Struts-1-new-bean-in-form.-tp25753281p25753281.html Sent from the Struts - User mailing list archive at Nabble.com.

Re: Struts 1 new bean in form.

2009-10-05 Thread Paul Benedict
;>> >>> >>>        public void setOmg(NewBean omg) { >>>                this.omg= omg; >>>        } >>> >>> NewBean.java : >>> >>> private String                          alocation = ""; >>>        public

Re: Struts 1 new bean in form.

2009-10-05 Thread SanJ.SANJAY
       } >> >> NewBean.java : >> >> private String                          alocation = ""; >>        public String getAlocation() { >>                return alocationOSP; >>        } >> >>        public void setAlocation(String alo

Re: Struts 1 new bean in form.

2009-10-05 Thread Paweł Wielgus
ocation = ""; >        public String getAlocation() { >                return alocationOSP; >        } > >        public void setAlocation(String alocationOSP) { >                this.alocationOSP = alocationOSP; >        } > Any pointers what could be the issue here? > > The error messa

Struts 1 new bean in form.

2009-10-05 Thread SanJ.SANJAY
this bean omg.alocation -- View this message in context: http://www.nabble.com/Struts-1-new-bean-in-form.-tp25753281p25753281.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: use