Oracle WebCenter Sites (MOSC)

MOSC Banner

Issue with satellite:form when using vanity url

edited Jul 14, 2015 10:05AM in Oracle WebCenter Sites (MOSC) 9 commentsAnswered

Hello,

I tried running a simple satellite:form with avisports as shown below:

<render:gettemplateurl outstr="outLink"  site='<%=ics.GetVar("site") %>'  tname='SearchLayout'  tid='<%=ics.GetVar("tid") %>'  ttype='Template'  c='Page'  cid='<%=ics.GetVar("cid")%>' assembler='query' />


<render:gettemplateurlparameters outlist="args"   tid='<%=ics.GetVar("tid")%>'  site='<%=ics.GetVar("site")%>'  c="Page"  cid='<%= ics.GetVar("cid") %>'   tname="SearchLayout"  />

<satellite:form  method="POST" action='<%=ics.GetVar("outlink")%>'>

     <label>Enter Keyword</label>

     <input type="text" name="keyword" value=""/>

     <input type="hidden" name="form-to-process" value="searchForm"/>

     <input type="submit" name="submit" value="submit"/>

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center