I think it is the project structure that liferay IDE builds, anyone have a project or the warso I can look at the structure?
hello guys
I created a new project, and was added step by step the jar, i did a test with the rich: calendar and look at what was the outcome, it seems that is not loading the style, which can be?
xhtml:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<f:view
          xmlns:f="http://java.sun.com/jsf/core"
          xmlns:h="http://java.sun.com/jsf/html"
          xmlns:ui="http://java.sun.com/jsf/facelets"
          xmlns:a4j="http://richfaces.org/a4j"
    xmlns:rich="http://richfaces.org/rich"
>
          <h:head />
          <h:body>
                    <p>
                               <rich:calendar />
                              #{JavaBean.texto}
                    </p>
          </h:body>
</f:view>
result:
anybody?
I've built couple of portlet bridge demos from the link posted by Alex Smirnov. Please check them out: