Questions tagged [gxp]

Google XML Pages are a templating system used to generate XML/SGML markup (most often HTML).

4 questions
1
vote
2 answers

Dispatcher initialization failed. java.lang.ClassNotFoundException: org.apache.struts2.views.gxp.inject.InjectedObjectContainer

I'm using Struts 2.3.14.2 jars, but when I created the simple application, I'm getting the following error/exception. I almost did everything perfectly. I added almost all jars in the class path. But still getting this exception. Am I missing…
user2445052
  • 11
  • 1
  • 2
0
votes
0 answers

Expand polygon envelop to square using decimal degrees(wgs 84)

I working in wgs64 gis. I have the coordinates of polygon given by decimal degrees. I trying to expand the polygon envelop from a rectangle to a square. I understand that a rectangle of one degree of latitude and longitude on the sphere has not the…
Zlex
  • 147
  • 2
  • 11
0
votes
1 answer

Unable to load bean: type:org.apache.struts2.views.gxp.inject.InjectedObjectContainer

I am running the Struts2 application in eclipse but it is displaying the error while running in the Apache Tomcat server the error I am getting is SEVERE: Dispatcher initialization failed Unable to load configuration. - bean -…
duke
  • 103
  • 6
  • 15
0
votes
1 answer

How would one get Google XML Pages to recognize and allow new HTML 5 elements?

Google XML Pages say they support "standard html as long as it's formatted as xml" but they seem to only support html 4.0. The namespace used for supporting html is http://www.w3.org/1999/xhtml and generating output from a gxp that contains elements…
dlamblin
  • 43,965
  • 20
  • 101
  • 140