Hi all,
is there a way to create and display a message with javascript.
I tried TrMessageBox.addMessage(null, null, new
TrFacesMessage('Summary','Detail',2)) but this results in a javascript
error.
TypeError: listElement is null
DebugCommon1_2_14.js line 5854
listElement.appendChild(line)
See issue https://issues.apache.org/jira/browse/MYFACES-3454
It's not a good idea to change the behavior back. It introduces a
security hole.
http://mail-archives.apache.org/mod_mbox/www-announce/201202.mbox/%3c4f33ed1f.4070...@apache.org%3E
On Tue, Jun 12, 2012 at 4:06 PM, Martin Koci
wrote
Hi,
it is not possible to use / in library name. Try
1) outputStylesheet library="css" name="test/my.css"
2) or set context param
org.apache.myfaces.STRICT_JSF_2_ALLOW_SLASH_LIBRARY_NAME
to
true
José Luis Cetina píše v Út 12. 06. 2012 v 15:00 -0500:
> If i use
> outputStylesheet libr
Hi,
don't know exactly anymore but could you try:
outputStylesheet library="css" name="test/my.css" ?
Regards,
Thomas
2012/6/12 José Luis Cetina
> If i use
> outputStylesheet library="css" name="my.css" (in my h:head tag) works ok
> with this structure folder
> resources/
> css/
> my.css
>
>
If i use
outputStylesheet library="css" name="my.css" (in my h:head tag) works ok
with this structure folder
resources/
css/
my.css
But if i create an other folder into css this stop to work
resources/
css/
test/
my.css
outputStylesheet library="css/test" name="my.css" (in my h:head tag) this
5 matches
Mail list logo