From my login page, after successful login, i have a search page.
On sucessful login I do
newTemplate = getHtmlTemplate("search");
to get the search page.
On the search page I am doing something like this
<form name="search" action="[!V 'SUBMISSION:FORM:search'/]"
method="get">
<span[!V 'MARK:criteria'][!/V]>Search Criteria</span>
<input type="text" name="search" value="${v PARAM:search}${/v}" /><br /
><br />
<input type="submit" value="Search" /><br />
</form>
the problem is action is not resloving to search action.
On clicking the search button i get something like this
http://localhost:8080/rife-jumpstart/[!V%20'SUBMISSION:FORM:search'/]?search=
Some enlightment needed.... :) considering the fact that i am a newbie
to this stuff
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "rife-users" group.
To post to this group, send email to
rife-users@...
To unsubscribe from this group, send email to
rife-users+unsubscribe@...
For more options, visit this group at
http://groups.google.com/group/rife-users?hl=en-~----------~----~----~----~------~----~------~--~---