RE: Status 500

2004-02-24 Thread Marcos Oliva
Dixit, Yes this looks like an mismatch on your types., check the values being passed to the beanutils, usually dates can give you this exceptions Marcos -Original Message- From: Dixit, Shashank (Cognizant) [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 24, 2004 12:18 AM To:

RE: Thanks for your great help...!

2003-11-27 Thread Marcos Oliva
Viru, No problem I am glad I was able to help I am from El Salvador living in USA Los Angeles marcos oliva -Original Message- From: virupaksha [mailto:[EMAIL PROTECTED] Sent: Wed 11/26/2003 10:26 PM To: Struts Users Mailing List Cc

RE: Can't open file: 'vip_detail_tab.MYD'. (errno: 144)

2003-11-26 Thread Marcos Oliva
Viru, have you tried looking into the MySQL errro 144 ?, you may have to issue the myisamchk with the -force option and see if that helps marcos oliva -Original Message- From: virupaksha [mailto:[EMAIL PROTECTED] Sent: Wed 11/26/2003 6:42 PM

RE: Can't open file: 'vip_detail_tab.MYD'. (errno: 144)

2003-11-26 Thread Marcos Oliva
/vip_detail_tab' is not fixed because of errors Try fixing it by using the --safe-recover (-o) or the --force (-f) option with warm regards, viru - Original Message - From: Marcos Oliva [EMAIL PROTECTED] To: Struts Users

RE: Can't open file: 'vip_detail_tab.MYD'. (errno: 144)

2003-11-26 Thread Marcos Oliva
| +++--+-- -+ 5 rows in set (1.06 sec) Regards, viru - Original Message - From: Marcos Oliva [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, November 27, 2003 12:09 PM Subject: RE: Can't open file

RE: Can't open file: 'vip_detail_tab.MYD'. (errno: 144)

2003-11-26 Thread Marcos Oliva
- Original Message - From: Marcos Oliva [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, November 27, 2003 12:20 PM Subject: RE: Can't open file: 'vip_detail_tab.MYD'. (errno: 144

RE: Can't open file: 'vip_detail_tab.MYD'. (errno: 144)

2003-11-26 Thread Marcos Oliva
Viru, | db_slcs.vip_detail_tab | repair | error| 28 when writing to datafile error 28 means that you do not have more room on the device where MySQL resides.. please check your disk file space where MySQL is. marcos oliva -Original Message- From: virupaksha

RE: Usar tipos de datos como Timestamp, BigDecimal

2003-11-06 Thread Marcos Oliva
Milton, Lo major seria declararlos en el actionform como string. Marcos oliva -Original Message- From: Milton Benavides [mailto:[EMAIL PROTECTED] Sent: Thursday, November 06, 2003 8:33 AM To: [EMAIL PROTECTED] Subject: Usar tipos de datos como Timestamp, BigDecimal Deseo usar algunos

RE: Usar tipos de datos como Timestamp, BigDecimal

2003-11-06 Thread Marcos Oliva
Milton, Puedes usar el org.apache.commons.beanutils.BeanUtils.populate metodo o crear tu propio metodo en tu action class donde mapeas de string a el type que es correcto. Solamente que tienes que ser un poco cuidadoso con los Timestamp, you uso una conbinacion de BeanUtils populate y mis

RE: Horizon: a view management plugin

2003-08-21 Thread Marcos Oliva
Hola Pedro, How can I get a hold of your module ? Thanks Marcos oliva -Original Message- From: Pedro Emanuel de Castro Faria Salgado [mailto:[EMAIL PROTECTED] Sent: Thursday, August 21, 2003 10:47 AM To: [EMAIL PROTECTED] Subject: RE: Horizon: a view management plugin Hi, Pedro

RE: 2 different submits on a single JSP - how?

2003-08-01 Thread Marcos Oliva
Yan, Why not use a windowpop up javascript for your school search and then set the school var on the parent page then submit the form marcos -Original Message- From: yan [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2003 10:18 AM To: [EMAIL PROTECTED] Subject: 2 different

RE: Java Script Confirm and struts

2003-07-15 Thread Marcos Oliva
Mohan, You can use javascript script function mymessage(){ alert( make sure all the values are correct, once it is submitted it cannot be take back); } /script on your html:submit property=Submit value=Continue onclick=Javascript:mymesage(); / I think that should do it,.. My two

RE: Java Script Confirm and struts

2003-07-15 Thread Marcos Oliva
Mohan, Try this html:submit property=Submit value=Continue onclick= javascript: return confirm('Your message here')/ marcos -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 12:28 PM To: [EMAIL PROTECTED] Subject: RE: Java Script

RE: struts doc

2003-07-10 Thread Marcos Oliva
Hello Taner, You can start with this http://stealthis.athensgroup.com/presentations/Model_Layer_Framework/Str uts_Whitepaper.doc. -Original Message- From: Taner Diler [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 8:26 AM To: Struts Users Mailing List Subject: struts doc hi,

RE: Linking Struts with cocoon

2003-07-10 Thread Marcos Oliva
Jon, What has been your experience with cocoon and the struts framework working together, in say a portal application ? Thanks Marcos Oliva -Original Message- From: jon cundill [mailto:[EMAIL PROTECTED] Sent: Thursday, July 10, 2003 8:37 AM To: [EMAIL PROTECTED] Subject: Re: Linking

RE: Question on design

2003-07-09 Thread Marcos Oliva
Yansheng, Have you check http://jasperreports.sourceforge.net/ Marcos Oliva -Original Message- From: Yansheng Lin [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 12:40 PM To: 'Struts Users Mailing List' Subject: RE: Question on design You might want to consider using a third

RE: Question on design

2003-07-09 Thread Marcos Oliva
reporting tool or plugin. JasperReports is just one of them. But thanks, it's a good project. -Original Message- From: Marcos Oliva [mailto:[EMAIL PROTECTED] Sent: July 9, 2003 1:45 PM To: Struts Users Mailing List Subject: RE: Question on design Yansheng, Have you check http

RE: Newbie: Passing information from an Action to a JSP

2003-06-20 Thread Marcos Oliva
Matt, One way I see it done is to set your DTO object or bean on request.setAttribute(foodto, foodto); pass it along within the request and on your jsp page then retrieve it with a bean definition . my two cents Marcos Oliva -Original Message- From: Matt E [mailto:[EMAIL

Cocoon or Struts

2003-06-11 Thread Marcos Oliva
Marcos oliva - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Intelligent Refresh/Reloading

2003-06-05 Thread Marcos Oliva
for updates. My two cents Marcos oliva -Original Message- From: Andrew Hill [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 8:27 PM To: Struts Users Mailing List Subject: RE: Intelligent Refresh/Reloading No. The webserver has no way of notifying the client that it needs

RE:OT: Order Detail page with editable line items

2003-05-30 Thread Marcos Oliva
Greg, What tool did you use to create the screen ? Marcos oliva -Original Message- From: Greg Blomqusit [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2003 9:20 AM To: [EMAIL PROTECTED] Subject: Order Detail page with editable line items I have a problem that I'm sure is quite

RE: Redirecionamento

2003-05-29 Thread Marcos Oliva
Silverio, You can use your action class to do the redirect, Marcos oliva -Original Message- From: Silverio Wagner Silva(Secorp) [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 11:22 AM To: 'Struts Users Mailing List' Subject: Redirecionamento People, Anyone can tell me

RE: Is this question too easy?

2003-05-29 Thread Marcos Oliva
And perhaps you can use javascript to do the forwarding instead of sending this to the Action class, your struts-config will probably change a bit. My 2 cents Marcos Oliva -Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 1:09 PM