8 Replies Latest reply on Sep 19, 2007 9:17 AM by wise_guybg

    problem with s:link

    alex_enache

      I'm having some troubles with using s:link inside html code.

      <f:verbatim>
       <div>
       <ul class="nav">
       <li><strong>Projects</strong>
       <ul>
       <li><s:link action="createProject" value="Create Project"></li>
       </ul>
       </li>
       </ul>
       </div>
      </f:verbatim>


      Here I'm using css to create an horizontal menu. At render time <s:link> is not rendered inside the list, but before it. So it doesn't make part of my menu. Any ideas why this happens and how can I repair it ?