on 2012 Jan 26 9:12 AM
Hi all,
I am developing portal content like homepage. I have created AbstractPortalComponent and call to jsp page for display text as below code. In the jsp i put standard html tag to display the text.I also assign portal desktop to the user. The problem is that everthing comes with the theme, except portal content that i created in jsp. I would like the text in the jsp applied the theme.
How can i do to make the text in jsp use the text style specified in the theme?
public class Home extends AbstractPortalComponent
{
public void doContent(IPortalComponentRequest request, IPortalComponentResponse response)
{
IResource jspResource = request.getResource("jsp", "jsp/Home.jsp");
response.include(request, jspResource);
}
}
Thank you in advance,
Noppong Jinbunluphol
Hi Noppong Jinbunluphol,
If you use standard HTML elements, how should the portal theme apply?!?! Of course also within the JSP you have to use HTMLB elements.
Hope it helps
Detlev
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
67 | |
8 | |
8 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.