xforms:instance/@src problem

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

xforms:instance/@src problem

Ryan Puddephatt
All,
    In the latest version of OPS I accidently had @src="" on one of my instances. For some reason OPS began looping through the epilogue.xpl until my tomcat finally gave up. Is this a bug?
 
Thanks
 
Ryan
 

Ryan Puddephatt
Software Engineer
 

Teleflex Group - IT UK
1 Michaelson Square
Livingston
West Lothian
Scotland
EH54 7DP
 
e> [hidden email]
t> +44(0)1506 407 110
f> +44(0)1506 407 108
w> www.teleflex.com

 


--
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: xforms:instance/@src problem

Erik Bruchez
Administrator
Ryan,

What's happening is that your blank URL resolves against your page's
URL, and the page then recursively loads.

The @src attribute can specify a relative URL, but I am not sure that a
blank value strictly qualifies, and such a value should probably be
disallowed. At any rate I don't see any drawback disallowing a blank
value, and I committed code to that detect this.

-Erik

Ryan Puddephatt wrote:

> All,
>     In the latest version of OPS I accidently had @src="" on one of my
> instances. For some reason OPS began looping through the epilogue.xpl
> until my tomcat finally gave up. Is this a bug?
>  
> Thanks
>  
> Ryan
>  
>
> Ryan Puddephatt
> Software Engineer
>  
>
> Teleflex Group - IT UK
> 1 Michaelson Square
> Livingston
> West Lothian
> Scotland
> EH54 7DP
>  
> e> [hidden email] <mailto:[hidden email]>
> t> +44(0)1506 407 110
> f> +44(0)1506 407 108
> w> www.teleflex.com <http://www.teleflex.com/>
>
>  

--
Orbeon - XForms Everywhere:
http://www.orbeon.com/blog/



--
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Repeat whith autocomplete bug

marc-62
In reply to this post by Ryan Puddephatt
Hi,

The attached file shows the problem I have with repeat and autocomplete
control.

I have an input control that is repeatable. It works fine with add and
delete button unless I add an autocomplete select1 control.
If I comment the itemset tag, it works. Note that the control is not
bind to the instance.

Marc


--
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws

view.xhtml (6K) Download Attachment