This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: DIV s:link renders out of orderpaper57 Jan 27, 2007 6:39 PM (in response to paper57)Sorry, should be <s:link ...> <div>... </div> </s:link> 
 renders as<a ...></a> <div>...</div> 
- 
        2. Re: DIV s:link renders out of ordergavin.king Jan 28, 2007 1:25 AM (in response to paper57)Are you using JSP? I think this problem affects JSP, but not facelets. 
- 
        3. Re: DIV s:link renders out of ordergavin.king Jan 28, 2007 1:32 AM (in response to paper57)Oh, its just the usual problem with JSP and JSF. You need to add an f:verbatim tag around the div. 
 Or switch to facelets.
 
    