[jboss-user] [JBoss Seam] - problem with s:link

alex_enache do-not-reply at jboss.com
Wed Sep 19 07:05:30 EDT 2007


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 ?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085977#4085977

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085977



More information about the jboss-user mailing list