value attribute of value element - working?

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

value attribute of value element - working?

Hank Ratzesberger

Hi all,

I'm trying to fix my application to work with the latest builds.
I cannot put <output> within a <value> element of a <select>.

Per my other email, I used to use <output> for this, but that is
not supported any longer, I presume to comply with the 1.1  
specification.

Attached is an example that I think should work, but neither the ref=  
nor
value= attributes appear to evaluate to and empty string.

So, I wonder if this is a bug.

Best,
Hank







Hank Ratzesberger
NEES@UCSB
Institute for Crustal Studies,
University of California, Santa Barbara
805-893-8042







--
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

test1.xhtml (2K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: value attribute of value element - working?

Hank Ratzesberger

Not sure if I was only making typo errors, but in the
latest build, I am not having any problems with

<value value="$xmlvar"/>

Cheeers,
Hank


On Nov 3, 2008, at 11:51 AM, Hank Ratzesberger wrote:

>
> Hi all,
>
> I'm trying to fix my application to work with the latest builds.
> I cannot put <output> within a <value> element of a <select>.
>
> Per my other email, I used to use <output> for this, but that is
> not supported any longer, I presume to comply with the 1.1  
> specification.
>
> Attached is an example that I think should work, but neither the  
> ref= nor
> value= attributes appear to evaluate to and empty string.
>
> So, I wonder if this is a bug.
>
> Best,
> Hank
>
>
> <test1.xhtml>
>
>
>
> Hank Ratzesberger
> NEES@UCSB
> Institute for Crustal Studies,
> University of California, Santa Barbara
> 805-893-8042
>
>
>
>
>
>
> --
> 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
Hank Ratzesberger
NEES@UCSB
Institute for Crustal Studies,
University of California, Santa Barbara
805-893-8042







--
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: value attribute of value element - working?

Alessandro Vernet
Administrator
In reply to this post by Hank Ratzesberger
Hank,

Hank Ratzesberger wrote
I'm trying to fix my application to work with the latest builds.
I cannot put <output> within a <value> element of a <select>.
From your last message, I gather that things are now working. I ran your example, and the checkboxes are showing. Not sure if this was the expected result or if there was a typo. And yes, you can use both ref="..." or value="..." on <xforms:value>.

Alex