Hi, I'm trying one simple jsp example.
The page is mapped 
[QUOTE]
[Click] [info ] found jar:
file:/home/gilberto/.m2/repository/org/apache/click/click-nodeps/2.2.0/click-nodeps-2.2.0.jar
[Click] [debug] click.xml pages:
[Click] [debug] /secure/users.jsp ->
org.apache.click.extras.security.examples.secure.UserView
[Click] [debug] automapped pages:
[Click] [debug] /click/error.htm -> CLASS NOT FOUND
[Click] [debug] /click/error.htm -> CLASS NOT FOUND
[Click] [debug] /click/not-found.htm -> CLASS NOT FOUND
[Click] [debug] /click/not-found.htm -> CLASS NOT FOUND
[Click] [debug] /index.jsp -> CLASS NOT FOUND
[Click] [debug] /secure/index.jsp -> CLASS NOT FOUND
[Click] [debug] /secure/user-view.jsp -> CLASS NOT FOUND
[Click] [debug] initializing FileLoadService:
org.apache.click.service.CommonsFileUploadService
[Click] [debug] initializing TemplateService:
org.apache.click.service.VelocityTemplateService
[Click] [debug] initializing ResourceService:
org.apache.click.service.ClickResourceService
[Click] [info ] Click 2.2.0 initialized in debug mode
2010-07-21 12:05:44.589:INFO::Started [email protected]:8080
[INFO] Started Jetty Server
[INFO] Console reloading is ENABLED. Hit ENTER on the console to restart the
context.
[/QUOTE]


but when hitting the browser url, for example, 
http://localhost:8080/secure/users.jsp click do nothing.
Switching to http://localhost:8080/secure/users.htm it works.
[QUOTE]
<click-app> 
  <pages package="org.apache.click.extras.security.examples.secure">
      <page path="secure/users.jsp" classname="UserView"/>
  </pages>
  <mode value="debug"/>
</click-app>
[/QUOTE]

Can anyone help?
  
Regards,

Gilberto
-- 
View this message in context: 
http://click.1134972.n2.nabble.com/State-of-JSP-support-tp1567308p5321812.html
Sent from the click-user mailing list archive at Nabble.com.

Reply via email to