You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Anen Wu <bu...@hotpop.com> on 2002/09/06 04:53:02 UTC

Prakash Malani article on JavaWorld

Has any one have tried Prakash's article on JavaWorld related integration of Struts and Tiles.

I have tried the "Solution 6" (Integration of Struts and tiles) , working fine. But when I tried to put some struts tag inside one of the body, bBody.jsp, like below :

<html:form action="login.do"> 
  Text Box Here : <html:text property="id" size="40"/> 
 <html:submit value="Login" />
</html:form> 

b's body...
<p>


the struts tag can not be displayed (rendered), any one can help pls 


Rgds,

anen