Problem Solved: Re: [Trinidad] Tags aren't getting rendered (but I can see them when I go to view-source)

2008-02-13 Thread Richard Yee
Problem Resolved: I found through more investigation that the problem stemmed from precompiling the JSP files in the application. After finding out that the application worked correctly when the jsp page precompilation was turned off, I looked at the ant task that I was using to precompile the jsp

Re: [Trinidad] Tags aren't getting rendered (but I can see them when I go to view-source)

2008-02-10 Thread Richard Yee
Thanks. I'm looking into that now. -R On Feb 7, 2008 10:34 PM, Matthias Wessendorf [EMAIL PROTECTED] wrote: On Feb 8, 2008 6:35 AM, Richard Yee [EMAIL PROTECTED] wrote: Here's an update on my issue. It seems that if I build the project with Ant in JDeveloper the .ear file can be deployed

Re: [Trinidad] Tags aren't getting rendered (but I can see them when I go to view-source)

2008-02-07 Thread Richard Yee
Matthias, My jar files are all under WEB-INF/lib. I really don't have any enterprise components in my application. Do I need to put the myfaces and trinidad libraries separately in the EAR file too? I can try that. The odd thing is that it has worked before and I haven't changed the

Re: [Trinidad] Tags aren't getting rendered (but I can see them when I go to view-source)

2008-02-07 Thread Rafa PĂ©rez
Hi, I had similar problems after changing some configuration on web.xml. Take a second look at it. You may clean the work directory on tomcat (or cache directory elsewere) and stop server too. Regards, - - Rafa On Feb 7, 2008 3:25 PM, Matthias Wessendorf [EMAIL PROTECTED] wrote: hey please

Re: [Trinidad] Tags aren't getting rendered (but I can see them when I go to view-source)

2008-02-07 Thread Matthias Wessendorf
hey please provide a simple WAR file, that runs in tomcat. -Matthias On Feb 7, 2008 3:11 PM, Richard Yee [EMAIL PROTECTED] wrote: Matthias, My jar files are all under WEB-INF/lib. I really don't have any enterprise components in my application. Do I need to put the myfaces and trinidad

Re: [Trinidad] Tags aren't getting rendered (but I can see them when I go to view-source)

2008-02-07 Thread Richard Yee
Here's an update on my issue. It seems that if I build the project with Ant in JDeveloper the .ear file can be deployed correctly. If the project is built with Ant from the command line, I experience the problem that all tags (MyFaces and Trinidad) aren't processed and can be seen in the

Re: [Trinidad] Tags aren't getting rendered (but I can see them when I go to view-source)

2008-02-07 Thread Matthias Wessendorf
On Feb 8, 2008 6:35 AM, Richard Yee [EMAIL PROTECTED] wrote: Here's an update on my issue. It seems that if I build the project with Ant in JDeveloper the .ear file can be deployed correctly. If the project is built with Ant from the command line, I experience the problem that all tags

[Trinidad] Tags aren't getting rendered (but I can see them when I go to view-source)

2008-02-06 Thread Richard Yee
Hi, I am using Trinidad 1.0.5 and MyFaces 1.1.5 with JDeveloper 10.1.3.1. My application works fine in the embedded server but when I deploy the ear file to the oc4j external container, my pages end up blank - The browser window is empty and if I view the source, I can see all of the tr: tags. I

Re: [Trinidad] Tags aren't getting rendered (but I can see them when I go to view-source)

2008-02-06 Thread Martin Marinschek
The Faces-Servlet might not be triggered properly, and you might end up viewing the pages directly. In facelets, the tag-libs might not be found. regards, Martin On Feb 7, 2008 6:15 AM, Richard Yee [EMAIL PROTECTED] wrote: Hi, I am using Trinidad 1.0.5 and MyFaces 1.1.5 with JDeveloper

Re: [Trinidad] Tags aren't getting rendered (but I can see them when I go to view-source)

2008-02-06 Thread Matthias Wessendorf
Hi Richard On Feb 7, 2008 6:15 AM, Richard Yee [EMAIL PROTECTED] wrote: Hi, I am using Trinidad 1.0.5 and MyFaces 1.1.5 with JDeveloper 10.1.3.1. My application works fine in the embedded server but when I deploy the ear file to the oc4j external container, my pages end up blank - The browser