how to transfer the link value of tiles to the related-URI in html:link tag...

2004-06-14 Thread Ricky Lee
thanks for reading i know the html tag of struts a little..and in the html:link tag, i can use the page attribute to generate a server-relative URI by including the context path... but now i have a problem. i couldn't nested a inside another tag. just like: " target="main"> because

what should i do to set the session in the pageContext in a Action class?

2004-04-17 Thread Ricky Lee
hi, thanks for reading.. i have a problem about set the seesion(pageContext) in the action class.. i know that set the seesion in the request, just like request.getSession().setAttribute("login_username",userForm.getUsername()); and in the JSP page, we can use the code to get the seesion: <%=

how to nest a taglib in another taglib?

2004-04-07 Thread Ricky Lee
hi, thanks for reading.. i have a problem about nest a taglib in another taglib, just like this, what should i do? the "attribute" in the page context. "> i know that has a way to do like this: but there is another way to do it? please help methanks! __

how to nest a taglib in another taglib?

2004-04-06 Thread Ricky Lee
hi, thanks for reading.. i have a problem about nest a taglib in another taglib, just like this, what should i do? the "attribute" in the page context. "> i know that has a way to do like this: but there is another way to do it? please help methanks! __