Re: Error in Weblogic

2010-06-09 Thread Abhishek Doctor
I do have xwork-core.jar included. Regards, Abhishek From: Lukasz Lenart To: Struts Users Mailing List Sent: Wed, June 9, 2010 1:51:14 AM Subject: Re: Error in Weblogic 2010/6/8 Abhishek Doctor : > am trying to deploy simple hello world application from AP

Re: same bean multiple fields

2010-06-09 Thread Ken
Okay let me see if I understood correctly: If your form were to be represented with xml... it would look something like this: ... So you could be submitting many people? I have not done this but I'd like to know if this would work: http://struts.apache.org/1.x/stru

Problem with parameter

2010-06-09 Thread Fabio Perfetti
Hi all, i have this jsp: ... Mostra ${_paziente.nome} ${_paziente.cognome} ${_paziente.luogoNascita} ... and this is the method for the action show: public String show() throws Exception { try { paziente = pazienteDao.get(paziente.getId()); System.out.println("PAZIENTE:" + pa