Thanks Tim, I'll add them to the query string E
On Jan 9, 10:34 am, Tim D <[email protected]> wrote: > Eric, > > My thoughts as to the problem correspond to yours that the SSI doesn't > pass on the post values. Looks like you may need to declare them and > add them to query string.http://www.codingforums.com/showthread.php?t=23129 > > Alternative approach would be to post to the XML file on Delivery > Server and then redirect (Process DynaMent) to your HTML page(s) for > displaying friendly messages. > > On Jan 7, 12:29 pm, EFuentes <[email protected]> wrote: > > > > > Hi, > > > I'm posting a form to Liveserver but not getting to the form values... > > This is similar to the Add-user example in the "Continuing concepts" > > documentation that I got from the course last year: > > It seemed easy enough in the book, but I just can't make it work ! > > > My form: > > <form id="test_form" method="post" action="/en/test_page.shtml"> > > <div class="email_label"><label for="user-email">email address</ > > label></div> > > <div class="email_input"><input type="text" value="" class="text" > > name="user-email" id="user-email"/></div> > > <input type="image" src="/formButton.png" alt="post" /> > > </form> > > > test_page.shtml is a live server page that contains an include of my > > test.xml file: > > <!--#include virtual="/rw/cps/rde/xfw3/mydynaments/test.xml" --> > > > I have stripped my test.xml file just to access the information: > > <dynaments> > > <test> > > <version>0.0.001</version> > > </test> > > <email_info> > > <rde-dm:attribute mode="read" source="request" > > attribute="request:user-email" /> > > </email_info> > > </dynaments> > > > The results shows only the version: "0.0.001" > > > I have a hunch that the included file does not have access to the > > posted information... how can I fix it so it works ? > > > Thank you, > > E- Hide quoted text - > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/reddot-cms-users?hl=en.
