Since the PerForm argument is still hot...

...did anybody find any time to look into the issue I described? The
time is running out for me and if I can't find an AxKit solution I'll
have to switch to something different :-(

Please, don't get me wrong; I know that every AxKit developer does what
he can when he can, I am not pointing my finger to anybody. I'd just
would like to know if anybody actually can look into the issue or if
PerForm is sort of an unmantained piece of software...

Thanks in advance.

Ciao
--bronto

> Hello
> 
> I am having a problem with PerForm. I am using version 1.83 and the CVS
> header is the following:
> 
> # $Id: PerForm.pm,v 1.24 2003/08/10 16:43:56 matt Exp $
> 
> When I submit a form, only the state of text fields is mantained across
> posts. Checkboxes and single-select, for example, get resetted to the
> default value. The real form is a bit complicated, so I shortened it to
> this simple example:
> 
> ---8<------8<------8<------8<------8<------8<------8<------8<------8<---
> <?xml version="1.0" encoding="iso-8859-1"?>
> <?xml-stylesheet type="application/x-xsp" href="NULL"?>
> <?xml-stylesheet type="application/x-xpathscript"
> href="/style/page-perform.xps"?>
> 
> <xsp:page
>   language="Perl"
>   xmlns:f="http://axkit.org/NS/xsp/perform/v1";
>   xmlns:xsp="http://apache.org/xsp/core/v1";
>   >
> 
>   <html>
>     <head>
>       <title>Test</title>
>     </head>
> 
>     <body>
>     <f:form name="new_storage">
>           <f:textfield name="servizio" width="30" maxlength="30"/>
> 
>           <f:textfield name="identificativo" width="30" maxlength="30"/>
>           <f:checkbox name="in_produzione" value="In produzione"
> checked="1"/>
>           <f:single-select name="allocazione" default="temp">
>             <f:options>
>               <option><name>temporanea</name><value>temp</value></option>
>               <option><name>definitiva</name><value>def</value></option>
>             </f:options>
>           </f:single-select>
>           <f:submit name="sabmitt" value=" SABMITT " />
>     </f:form>
>     </body>
>   </html>
> </xsp:page>
> ---8<------8<------8<------8<------8<------8<------8<------8<------8<---
> 
> (the page-perform.xps stylesheet just loads the XPS stylesheet that
> comes with PerForm).
> 
> I check the checkbox, select "definitiva" in the selection box, write
> "raga" in the first field and "muffin" in the second, then push the
> "SABMITT" button, and what I get is the form with the text boxes still
> containing "raga" and "muffin", but the checkbox is unchecked and the
> selection box is back to "temporanea".
> 
> I expected the state to be kept between posts... what's going wrong?
> Where am I wrong?
> 
> Thanks in advance for your help
> --bronto



-- 
Marco Marongiu                                Tiscali Services s.r.l.
System Administrator                          S.S. 195, km 2,300
IT Systems Management Dept.                   Loc. "Sa Illetta"
Phone: +39 070 460 1684                       09122  Cagliari   (CA)
Fax:   +39 070 460 9684                       Sardegna - Italia
-----------------------------------------------------------------------
 Questo secolo ormai alla fine / saturo di parassiti senza dignitą
 mi spinge solo ad essere migliore / con pił volontą.
                      --Franco Battiato, "E ti vengo a cercare", 1988
-----------------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to