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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...