dear all:

 

question:

 

can i use ?

" 

<%

 

        req.setField('ww', ww)
        req.setField('rr', rr)        
        req.setField('xx', xx)
 

trans.application().forward(trans, 'list.psp') 

%>

 

and at the same time 

 

<form action="list.psp" method="post"> 

<INPUT type="hidden" name="ww" value="<%=ww%>">

<INPUT type="hidden" name="rr" value="<%=rr%>">

<INPUT type="hidden" name="xx" value="<%=xx%>">

" 

which req.values will take precedence?

 

cheers

makerjoe

 

-------------------------------------------------------------------------
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