[Klone-users] The page cannot be found.
thomas fossati
tho at koanlogic.com
Tue Mar 24 10:29:45 EDT 2009
On Mar 23, 2009, at 10:31 PM, Tommi Lundell wrote:
> Tommi Lundell kirjoitti:
>> Hello
>> Working code:
>> test.html
>> <snip>
>> <form method="get" action="test.html">
>> Name: <input type="text" size="10" maxlength="40" name="name"> <br>
>> Password: <input type="password" size="10" maxlength="10"
>> name="password"><br>
>> <input type="submit" value="Send">
>> </form>
>> </snip>
>> test.kl1
>> <snip>
>> <form method="get" action="test.kl1">
>> Name: <input type="text" size="10" maxlength="40" name="name"> <br>
>> Password: <input type="password" size="10" maxlength="10"
>> name="password"><br>
>> <input type="submit" value="Send">
>> </form>
>> </snip>
>> So only "major" difference is that file name extension is .html in
>> first and .kl1 in second.
>> But result is wierd.
>> First one (.html) working ok, but second (.kl1) gives "The page
>> cannot be found." error message when i press "send" button and
>> fields are empty.
>> (Even if i print same form with io_printf() it's working like .kl1
>> file)
>> What i have missed?
>> Regards: Tommi Lundell
>> _______________________________________________
>> Klone-users mailing list
>> Klone-users at koanlogic.com
>> http://koanlogic.com/cgi-bin/mailman/listinfo/klone-users
>
> I reply to myself.
>
> I made same test with other computer and everythings works fine.
> So i have probably some objects leftovers somewhere.
Good :) A "page not found" usually means that the embfs needs to be
refreshed via a top level "make". In which case the kloned daemon
must be restarted to expose the interface change.
ciao, t.
More information about the klone-users
mailing list