[Xsltforms-support] Problem using submission
Brought to you by:
alain-couthures
From: Javier D. <jd...@ge...> - 2009-11-10 12:30:14
|
Hello, I have a xform with the following submission: <xf:submission id="s01" method="post" replace="all" action="*/nucleo?FILE=pruebas/entornoReq.xml&GRM_RESPUESTA=whitehtml&XML=XFORM*"> <xf:message level="modeless" ev:event="xforms-submit-error">Submit error.</xf:message> </xf:submission> That is get through the following url: https://tuerca:8080/nucleo?FILE=pruebas/javi/xforms/pai-ip.xml&GRM_RESPUESTA=xsltforms When I use the submit that triggers the action of above, I get that the page that is requested is: https://tuerca:8080/nucleo?FILE=pruebas/javi/xforms/*/nucleo?FILE=pruebas/entornoReq.xml&GEREMIAS_RESPUESTA=whitehtml&XML=XFORM *¿Is this a bug or a feature? If it is working correctly, ¿hoy can I force in "action" to get a relative link, without the server? (https://tuerca:8080/ in my case) Best regards, Javi |