Re: [Xsltforms-support] Problem using submission
Brought to you by:
alain-couthures
From: COUTHURES A. <ala...@ag...> - 2009-11-10 14:12:12
|
Hello Javier, > 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? This is clearly not yet supported to have an action attribute value starting with / ... Have a look at constructURI method of Core class to add this feature (this should not be difficult in fact!) and I will integrate your fix in XSLTForms. Thanks! -Alain |