Dnia 15-12-2007, So o godzinie 19:28 -0800, James M Snell pisze:
> <form template="http://example.org{-prefix|/|foo}?bar={bar}"
>       method="POST">
>   Foo: <input name="foo" type="input" >
>   Bar: <input name="bar" type="input">
> </form>
Why is this prefix operator needed here?  
What is wrong with the URL <http://example.org/?bar=input>?
Chris