Hello,
I have web page and some tags inside <c:if.../>
When I go to those page server complies my *.xhtml and gives me components whose inside a <c:if... /> tag.
I have also, javascript Counter who count down from 10,9,8... to 0.
My problem is, when counter count down to zero i want to reload page BUT i want to re-complile *.xhtml again... to show what is inside <c:if.../>
I tryed to use:
document.location.href,
document.location.replace,
document.location.reload();
The problem is page is reloaded, but without re-complile...how can i reload page from javascript and how can I tell serwer to recompile page?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978701#3978701
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978701
I'm also on the problem now.
My SB ClassifierManagement.treeData is populated by an entitybean. However my deployment fails because the tomahawk classes cant be found. The removal of the backingbean the view logic is partly going to the sessionbean, putting the tomahawk jar inside the web-inf/lib/ making it invisible for the SB.
So I'm thinking right now that for this kind of "advanced" mixtture of appdata an ui-logic the backing bean will be back? Or should tomahawk.jar be globalized as topic origator stated?
any thoughts welcome.
regards,
Jeroen.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978700#3978700
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978700
"jaikiran" wrote : anonymous wrote : Finding "jboss.home.dir" server variable in a jsp file?
|
| System.getProperty("jboss.home.dir");
|
|
Hi Jaikiran
The variable JBOSS_HOME, is not a system variable, it is used only in jbossAS. It is my problem.
I can set it as a system variable but this isn't a good solution. for example, I don't have sufficient permission on my hosting sercver. Is there any servlet method for obtaining jboss server variable, shuch as ASP server object?
thanks.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978698#3978698
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978698
Hi,
I have deployed a servlet on the sun server 8.1. In the servlet i have put the code of building the package and firing the rules (this code uses drools api).
We get the following error while running the servlet:
|CharScanner; panic: ClassNotFoundException: org.antlr.stringtemplate.language.ChunkToken|#]
This class is in the stringtemplate-2.3b6.jar file.
When we put the jar in the domains/<domain_name>/lib folder of the sun server and run the servlet, the server stops running abruptly.
This also happens if we are put the jar file in the war and its classpath entry in the manifest.mf.
Kindly help.
Regards
Manish
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978694#3978694
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978694