Advertisement
Guest User

Untitled

a guest
Jan 30th, 2015
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <portlet:actionURL name="search" var="searchActionURL"/>
  2.  
  3. <div>
  4. <form name="fm" method="post" action="${searchActionURL}">
  5. <input type="text" name="searchType" id="name" value="name" /><br/>
  6. <input type="text" name="keywords" id="keywords" value="Crowfoot Vision" /><br/>
  7. <input type="submit" value="test">
  8. </form>
  9. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement