I've been
having strange problems using Orbeon and JSP pages with Stripes in the
same .war file. The two are not being used in the same pages but
nevertheless I get the following exception when I open a JSP page which
has tags included in it:
org.apache.jasper.JasperException: /WEB-INF/pages/error/error.jsp(1,1) Unable to initialize TldLocationsCache: The system cannot find the path specified at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:39) at org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:405) at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:86) at org.apache.jasper.compiler.Parser.processIncludeDirective(Parser.java:339) at org.apache.jasper.compiler.Parser.addInclude(Parser.java:390) <snip> What I have determined, after much trial and error, is that this problem only occurs if web.xml has a positive value for <load-on-startup> for the ops-xforms-server-servlet. Has anyone else seen a similar problem? Of course, I can work around this by not loading the Orbeon servlets on startup, but I would prefer to understand the issue and correct it instead. Dave McIntyre -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
Dave,
We haven't seen this error, but then we don't use Sripes. -Erik On Apr 27, 2008, at 7:46 PM, Dave McIntyre wrote: > I've been having strange problems using Orbeon and JSP pages with > Stripes in the same .war file. The two are not being used in the > same pages but nevertheless I get the following exception when I > open a JSP page which has tags included in it: > > org.apache.jasper.JasperException: /WEB-INF/pages/error/ > error.jsp(1,1) Unable to initialize TldLocationsCache: The system > cannot find the path specified > at > org > .apache > .jasper > .compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:39) > at > org > .apache > .jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:405) > at > org > .apache > .jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:86) > at > org > .apache.jasper.compiler.Parser.processIncludeDirective(Parser.java: > 339) > at org.apache.jasper.compiler.Parser.addInclude(Parser.java:390) > <snip> > > What I have determined, after much trial and error, is that this > problem only occurs if web.xml has a positive value for <load-on- > startup> for the ops-xforms-server-servlet. > > Has anyone else seen a similar problem? Of course, I can work > around this by not loading the Orbeon servlets on startup, but I > would prefer to understand the issue and correct it instead. > > Dave McIntyre > > > -- > You receive this message as a subscriber of the [hidden email] > mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Hey,
does anyone have I good idea how to change the keyboard layout within an xforms. The thing is, I have a form that contains english/hebrew/arabic. Now the user must change his keyboard-layout in his system but this is not nice... Mainly the form-text is english but there are two inputfields where there is a different language. I thought maybe its possible to automatically provide a small popup with a keyboardlayout in the right language which fills out the field. Does anyone have an idea or seen something like that? THX Am 28.04.2008 um 20:25 schrieb Erik Bruchez: > Dave, > > We haven't seen this error, but then we don't use Sripes. > > -Erik > > On Apr 27, 2008, at 7:46 PM, Dave McIntyre wrote: > >> I've been having strange problems using Orbeon and JSP pages with >> Stripes in the same .war file. The two are not being used in the >> same pages but nevertheless I get the following exception when I >> open a JSP page which has tags included in it: >> >> org.apache.jasper.JasperException: /WEB-INF/pages/error/ >> error.jsp(1,1) Unable to initialize TldLocationsCache: The system >> cannot find the path specified >> at >> org >> .apache >> .jasper >> .compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:39) >> at >> org >> .apache >> .jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:405) >> at >> org >> .apache >> .jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:86) >> at >> org >> .apache.jasper.compiler.Parser.processIncludeDirective(Parser.java: >> 339) >> at org.apache.jasper.compiler.Parser.addInclude(Parser.java:390) >> <snip> >> >> What I have determined, after much trial and error, is that this >> problem only occurs if web.xml has a positive value for <load-on- >> startup> for the ops-xforms-server-servlet. >> >> Has anyone else seen a similar problem? Of course, I can work >> around this by not loading the Orbeon servlets on startup, but I >> would prefer to understand the issue and correct it instead. >> >> Dave McIntyre >> >> >> -- >> You receive this message as a subscriber of the [hidden email] >> mailing list. >> To unsubscribe: mailto:[hidden email] >> For general help: mailto:[hidden email]?subject=help >> OW2 mailing lists service home page: http://www.ow2.org/wws > > -- > Orbeon Forms - Web Forms for the Enterprise Done the Right Way > http://www.orbeon.com/ > > > -- > You receive this message as a subscriber of the [hidden email] > mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
I doubt you can control this from a web browser, but I may be wrong.
-Erik On Apr 28, 2008, at 11:34 AM, Masen J wrote: > Hey, > > does anyone have I good idea how to change the keyboard layout > within an xforms. > The thing is, I have a form that contains english/hebrew/arabic. Now > the user must change his keyboard-layout in his system but this is > not nice... > > Mainly the form-text is english but there are two inputfields where > there is a different language. I thought maybe its possible to > automatically provide a small popup with a keyboardlayout in the > right language which fills out the field. > > Does anyone have an idea or seen something like that? > > THX > > > > > > > > > > > > > Am 28.04.2008 um 20:25 schrieb Erik Bruchez: > >> Dave, >> >> We haven't seen this error, but then we don't use Sripes. >> >> -Erik >> >> On Apr 27, 2008, at 7:46 PM, Dave McIntyre wrote: >> >>> I've been having strange problems using Orbeon and JSP pages with >>> Stripes in the same .war file. The two are not being used in the >>> same pages but nevertheless I get the following exception when I >>> open a JSP page which has tags included in it: >>> >>> org.apache.jasper.JasperException: /WEB-INF/pages/error/ >>> error.jsp(1,1) Unable to initialize TldLocationsCache: The system >>> cannot find the path specified >>> at >>> org >>> .apache >>> .jasper >>> .compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:39) >>> at >>> org >>> .apache >>> .jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:405) >>> at >>> org >>> .apache >>> .jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:86) >>> at >>> org >>> .apache.jasper.compiler.Parser.processIncludeDirective(Parser.java: >>> 339) >>> at org.apache.jasper.compiler.Parser.addInclude(Parser.java:390) >>> <snip> >>> >>> What I have determined, after much trial and error, is that this >>> problem only occurs if web.xml has a positive value for <load-on- >>> startup> for the ops-xforms-server-servlet. >>> >>> Has anyone else seen a similar problem? Of course, I can work >>> around this by not loading the Orbeon servlets on startup, but I >>> would prefer to understand the issue and correct it instead. >>> >>> Dave McIntyre >>> >>> >>> -- >>> You receive this message as a subscriber of the [hidden email] >>> mailing list. >>> To unsubscribe: mailto:[hidden email] >>> For general help: mailto:[hidden email]?subject=help >>> OW2 mailing lists service home page: http://www.ow2.org/wws >> >> -- >> Orbeon Forms - Web Forms for the Enterprise Done the Right Way >> http://www.orbeon.com/ >> >> >> -- >> You receive this message as a subscriber of the [hidden email] >> mailing list. >> To unsubscribe: mailto:[hidden email] >> For general help: mailto:[hidden email]?subject=help >> OW2 mailing lists service home page: http://www.ow2.org/wws > > > -- > You receive this message as a subscriber of the [hidden email] > mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |