hi chris:
if I avoid "trans.application().forward(trans, 'list.psp')"
<%
req.setField('ww', ww)
req.setField('rr', rr)        
req.setField('xx', xx)
###################  trans.application().forward(trans, 'list.psp') 
%>
<form action="list.psp" method="post"> 
<INPUT type="hidden" name="aa" value="<%=aa%>">
<INPUT type="hidden" name="bb" value="<%=bb%>">
<INPUT type="hidden" name="cc" value="<%=cc%>">
 
Does all req.values (aa,bb,cc,ww,rr,xx)will be send to list.psp ?
thanks
makerjoe (joeko.sytes.net)


-----Mensaje original-----
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] En nombre de
Christoph Zwerschke
Enviado el: Domingo, 03 de Diciembre de 2006 22:53
Para: Discussion of Webware for Python including feedback and proposals.
Asunto: Re: [Webware-discuss] forwarding req.values ?

[EMAIL PROTECTED] wrote:
> dear all:
> question:
> can i use ?
> 
> <%
>     req.setField('ww', ww)
>     req.setField('rr', rr)       
>     req.setField('xx', xx)
>     trans.application().forward(trans, 'list.psp')
> %>
> which req.values will take precedence?

This will immediately forward to list.psp when the page is requested. 
The form tag will be completely ignored.

-- Chris

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to