RE: XMLForm: how to retrieve URL parameter?

2003-03-31 Thread Josema Alonso
] Enviado el: lunes, 31 de marzo de 2003 9:38 Para: [EMAIL PROTECTED] Asunto: XMLForm: how to retrieve URL parameter? Hello, I'm using an URL like below to access to a XMLForm application: http://myServer:8080/myApp?id=2500 I need to retrieve this parameter (id) from within the XMLForm Action

RE: XMLForm: how to retrieve URL parameter?

2003-03-31 Thread Sylvain.Thevoz
Hi Josema, Do I need to override the act() method in the Action? Regards Sylvain -Message d'origine- De: Josema Alonso [mailto:[EMAIL PROTECTED] Date: lundi, 31. mars 2003 11:58 À: [EMAIL PROTECTED] Objet: RE: XMLForm: how to retrieve URL parameter? If i remember correctly

RE: XMLForm: how to retrieve URL parameter?

2003-03-31 Thread Josema Alonso
be easier. Best. -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Enviado el: lunes, 31 de marzo de 2003 13:18 Para: [EMAIL PROTECTED] Asunto: RE: XMLForm: how to retrieve URL parameter? Hi Josema, Do I need to override the act() method in the Action? Regards Sylvain

Re: XMLForm: how to retrieve URL parameter?

2003-03-31 Thread Josema Alonso
: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 31, 2003 2:07 PM Subject: RE: XMLForm: how to retrieve URL parameter? Hi again, Could you give an example of your code? Thanks Sylvain - To unsubscribe, e-mail

XMLForm: how to retrieve URL parameter?

2003-03-30 Thread Sylvain.Thevoz
Hello, I'm using an URL like below to access to a XMLForm application: http://myServer:8080/myApp?id=2500 I need to retrieve this parameter (id) from within the XMLForm Action class. The purpose is to populate the Bean with an object (id=2500) coming from the database. What is the best