xxforms:property on processor specific properties

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

xxforms:property on processor specific properties

AH Jaworski
Is there a way to retrieve processor specific properties with xxforms:property?

<xforms:output value="xxforms:property('max-upload-size')" /> gives no result due to the processor-specific setting.

Kind regards,

A Jaworski


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: xxforms:property on processor specific properties

Erik Bruchez
Administrator
Good point. This is not possible yet as far I can tell, because
processor-specific properties are stored in separate property sets,
which are not made available to xxf:property(). See the implementation
here:

http://github.com/orbeon/orbeon-forms/blob/master/src/java/org/orbeon/oxf/xforms/function/xxforms/XXFormsProperty.java

The function would need to be modified to support this feature.

-Erik

On Mon, Oct 4, 2010 at 8:02 AM, AH Jaworski <[hidden email]> wrote:

> Is there a way to retrieve processor specific properties with
> xxforms:property?
>
> <xforms:output value="xxforms:property('max-upload-size')" /> gives no
> result due to the processor-specific setting.
>
> Kind regards,
>
> A Jaworski
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing
> list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws