|
List Info
Thread: ui:debug not working
|
|
| ui:debug not working |

|
2007-01-26 22:33:50 |
Hello,
I'm trying to use this: <ui:debug hotkey="v"
rendered="#{initParam.debugMode}"/>
(I added param debugMode to my web.xml file in the servlet
tag.)
When I load my page and hit shift-ctl-v nothing happens,
but... on my
console output I get the following:
22:25:48,906 ERROR [STDERR] Jan 26, 2007 10:25:48 PM
com.sun.facelets.compiler.TagLibraryConfig loadImplicit
INFO: Added Library from:
jar:file:/C:/Program%20Files/jboss-4.0.5.GA/server/default/.
/tmp/deploy/tmp28778Facelets%20Test-exp.war/WEB-INF/lib/jsf-
facelets.jar!/META-INF/jstl-fn.taglib.xml
22:25:48,937 ERROR [STDERR] Jan 26, 2007 10:25:48 PM
com.sun.facelets.compiler.TagLibraryConfig loadImplicit
INFO: Added Library from:
jar:file:/C:/Program%20Files/jboss-4.0.5.GA/server/default/.
/tmp/deploy/tmp28778Facelets%20Test-exp.war/WEB-INF/lib/jsf-
facelets.jar!/META-INF/jstl-core.taglib.xml
22:25:49,000 ERROR [STDERR] Jan 26, 2007 10:25:49 PM
com.sun.facelets.compiler.TagLibraryConfig loadImplicit
INFO: Added Library from:
jar:file:/C:/Program%20Files/jboss-4.0.5.GA/server/default/.
/tmp/deploy/tmp28778Facelets%20Test-exp.war/WEB-INF/lib/jsf-
facelets.jar!/META-INF/jsf-ui.taglib.xml
22:25:49,000 ERROR [STDERR] Jan 26, 2007 10:25:49 PM
com.sun.facelets.compiler.TagLibraryConfig loadImplicit
INFO: Added Library from:
jar:file:/C:/Program%20Files/jboss-4.0.5.GA/server/default/.
/tmp/deploy/tmp28778Facelets%20Test-exp.war/WEB-INF/lib/jsf-
facelets.jar!/META-INF/jsf-html.taglib.xml
22:25:49,031 ERROR [STDERR] Jan 26, 2007 10:25:49 PM
com.sun.facelets.compiler.TagLibraryConfig loadImplicit
INFO: Added Library from:
jar:file:/C:/Program%20Files/jboss-4.0.5.GA/server/default/.
/tmp/deploy/tmp28778Facelets%20Test-exp.war/WEB-INF/lib/jsf-
facelets.jar!/META-INF/jsf-core.taglib.xml
Curious I unpacked the jsf-facelets.jar file and looked at
the XML files.
Turns out that the dtd referenced at the given url doesn't
exist on sun's
site: http:/
/java.sun.com/dtd/facelet-taglib_1_0.dtd
Now this dtd file does exist in the jar but for some reason
its not being
found. I'm using Jboss Eclipse and Jboss app server.
Just for grins I took the dtd file from the jar and made
copies of it in
just about every directory in my web application (shotgun
approach), but
still no dice.
Any ideas?
Thanks,
Greg
--
View this message in context: http://www.nabble.com/ui%3Adebug-not-working
-tf3126611.html#a8662874
Sent from the java.net - facelets users mailing list archive
at Nabble.com.
------------------------------------------------------------
---------
To unsubscribe, e-mail: users-unsubscribe facelets.dev.java.net
For additional commands, e-mail: users-help facelets.dev.java.net
|
|
| Re: ui:debug not working |

|
2007-01-27 09:24:10 |
When your page renders, does it have the <ui:debug...
/> still in there?
gzoller wrote:
> Hello,
>
> I'm trying to use this: <ui:debug
hotkey="v"
> rendered="#{initParam.debugMode}"/>
>
> (I added param debugMode to my web.xml file in the
servlet tag.)
>
> When I load my page and hit shift-ctl-v nothing
happens, but... on my
> console output I get the following:
>
> 22:25:48,906 ERROR [STDERR] Jan 26, 2007 10:25:48 PM
> com.sun.facelets.compiler.TagLibraryConfig
loadImplicit
> INFO: Added Library from:
>
jar:file:/C:/Program%20Files/jboss-4.0.5.GA/server/default/.
/tmp/deploy/tmp28778Facelets%20Test-exp.war/WEB-INF/lib/jsf-
facelets.jar!/META-INF/jstl-fn.taglib.xml
> 22:25:48,937 ERROR [STDERR] Jan 26, 2007 10:25:48 PM
> com.sun.facelets.compiler.TagLibraryConfig
loadImplicit
> INFO: Added Library from:
>
jar:file:/C:/Program%20Files/jboss-4.0.5.GA/server/default/.
/tmp/deploy/tmp28778Facelets%20Test-exp.war/WEB-INF/lib/jsf-
facelets.jar!/META-INF/jstl-core.taglib.xml
> 22:25:49,000 ERROR [STDERR] Jan 26, 2007 10:25:49 PM
> com.sun.facelets.compiler.TagLibraryConfig
loadImplicit
> INFO: Added Library from:
>
jar:file:/C:/Program%20Files/jboss-4.0.5.GA/server/default/.
/tmp/deploy/tmp28778Facelets%20Test-exp.war/WEB-INF/lib/jsf-
facelets.jar!/META-INF/jsf-ui.taglib.xml
> 22:25:49,000 ERROR [STDERR] Jan 26, 2007 10:25:49 PM
> com.sun.facelets.compiler.TagLibraryConfig
loadImplicit
> INFO: Added Library from:
>
jar:file:/C:/Program%20Files/jboss-4.0.5.GA/server/default/.
/tmp/deploy/tmp28778Facelets%20Test-exp.war/WEB-INF/lib/jsf-
facelets.jar!/META-INF/jsf-html.taglib.xml
> 22:25:49,031 ERROR [STDERR] Jan 26, 2007 10:25:49 PM
> com.sun.facelets.compiler.TagLibraryConfig
loadImplicit
> INFO: Added Library from:
>
jar:file:/C:/Program%20Files/jboss-4.0.5.GA/server/default/.
/tmp/deploy/tmp28778Facelets%20Test-exp.war/WEB-INF/lib/jsf-
facelets.jar!/META-INF/jsf-core.taglib.xml
>
> Curious I unpacked the jsf-facelets.jar file and looked
at the XML files.
> Turns out that the dtd referenced at the given url
doesn't exist on sun's
> site: http:/
/java.sun.com/dtd/facelet-taglib_1_0.dtd
>
> Now this dtd file does exist in the jar but for some
reason its not being
> found. I'm using Jboss Eclipse and Jboss app server.
>
> Just for grins I took the dtd file from the jar and
made copies of it in
> just about every directory in my web application
(shotgun approach), but
> still no dice.
>
> Any ideas?
>
> Thanks,
> Greg
>
------------------------------------------------------------
---------
To unsubscribe, e-mail: users-unsubscribe facelets.dev.java.net
For additional commands, e-mail: users-help facelets.dev.java.net
|
|
| Re: ui:debug not working |

|
2007-01-29 22:22:48 |
It's in there... and now it seems to be working now that
I've rebooted
everything. Must've had some kind of session artifact lying
around.
Jacob Hookom wrote:
>
> When your page renders, does it have the
<ui:debug... /> still in there?
>
> gzoller wrote:
>> Hello,
>>
>> I'm trying to use this: <ui:debug
hotkey="v"
>> rendered="#{initParam.debugMode}"/>
>>
>> (I added param debugMode to my web.xml file in the
servlet tag.)
>>
>> When I load my page and hit shift-ctl-v nothing
happens, but... on my
>> console output I get the following:
>>
>> 22:25:48,906 ERROR [STDERR] Jan 26, 2007 10:25:48
PM
>> com.sun.facelets.compiler.TagLibraryConfig
loadImplicit
>> INFO: Added Library from:
>>
jar:file:/C:/Program%20Files/jboss-4.0.5.GA/server/default/.
/tmp/deploy/tmp28778Facelets%20Test-exp.war/WEB-INF/lib/jsf-
facelets.jar!/META-INF/jstl-fn.taglib.xml
>> 22:25:48,937 ERROR [STDERR] Jan 26, 2007 10:25:48
PM
>> com.sun.facelets.compiler.TagLibraryConfig
loadImplicit
>> INFO: Added Library from:
>>
jar:file:/C:/Program%20Files/jboss-4.0.5.GA/server/default/.
/tmp/deploy/tmp28778Facelets%20Test-exp.war/WEB-INF/lib/jsf-
facelets.jar!/META-INF/jstl-core.taglib.xml
>> 22:25:49,000 ERROR [STDERR] Jan 26, 2007 10:25:49
PM
>> com.sun.facelets.compiler.TagLibraryConfig
loadImplicit
>> INFO: Added Library from:
>>
jar:file:/C:/Program%20Files/jboss-4.0.5.GA/server/default/.
/tmp/deploy/tmp28778Facelets%20Test-exp.war/WEB-INF/lib/jsf-
facelets.jar!/META-INF/jsf-ui.taglib.xml
>> 22:25:49,000 ERROR [STDERR] Jan 26, 2007 10:25:49
PM
>> com.sun.facelets.compiler.TagLibraryConfig
loadImplicit
>> INFO: Added Library from:
>>
jar:file:/C:/Program%20Files/jboss-4.0.5.GA/server/default/.
/tmp/deploy/tmp28778Facelets%20Test-exp.war/WEB-INF/lib/jsf-
facelets.jar!/META-INF/jsf-html.taglib.xml
>> 22:25:49,031 ERROR [STDERR] Jan 26, 2007 10:25:49
PM
>> com.sun.facelets.compiler.TagLibraryConfig
loadImplicit
>> INFO: Added Library from:
>>
jar:file:/C:/Program%20Files/jboss-4.0.5.GA/server/default/.
/tmp/deploy/tmp28778Facelets%20Test-exp.war/WEB-INF/lib/jsf-
facelets.jar!/META-INF/jsf-core.taglib.xml
>>
>> Curious I unpacked the jsf-facelets.jar file and
looked at the XML files.
>> Turns out that the dtd referenced at the given url
doesn't exist on sun's
>> site: http:/
/java.sun.com/dtd/facelet-taglib_1_0.dtd
>>
>> Now this dtd file does exist in the jar but for
some reason its not being
>> found. I'm using Jboss Eclipse and Jboss app
server.
>>
>> Just for grins I took the dtd file from the jar and
made copies of it in
>> just about every directory in my web application
(shotgun approach), but
>> still no dice.
>>
>> Any ideas?
>>
>> Thanks,
>> Greg
>>
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: users-unsubscribe facelets.dev.java.net
> For additional commands, e-mail: users-help facelets.dev.java.net
>
>
>
--
View this message in context: http://www.nabble.com/ui%3Adebug-not-working
-tf3126611.html#a8703621
Sent from the java.net - facelets users mailing list archive
at Nabble.com.
------------------------------------------------------------
---------
To unsubscribe, e-mail: users-unsubscribe facelets.dev.java.net
For additional commands, e-mail: users-help facelets.dev.java.net
|
|
[1-3]
|
|