MyEclipse: Working thru the webinar hollisin - Jan 30, 2010 - 08:22 PM Post subject: Working thru the webinar
My default web page layout comes up different than in the demo. The hanging tab which contains sign in, log out, welcome .., hangs from the "powered by sky,,," element. And below that there is a title "This is the content area." follow by an input box containing the defaul "sample input field" followed by a button element with the work "Button" on it.
All the pages look this way.hollisin - Jan 30, 2010 - 08:43 PM Post subject: RE: Working thru the webinar
When I added security, as in the webinar, it created the users and authorize tables in the DB but did not populate the Secured Url's box. I had to type in /secure/* myself.hollisin - Jan 30, 2010 - 08:43 PM Post subject: Re: RE: Working thru the webinar
hollisin wrote:
When I added security, as in the webinar, it created the users and authorize tables in the DB but did not populate the Secured Url's box. I had to type in /secure/* myself.
The DB is MySqlhollisin - Jan 30, 2010 - 08:49 PM Post subject: RE: Re: RE: Working thru the webinar
I get this when I try to Logout using the hanging tab. May be related to the first post above.
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
java.lang.RuntimeException: org.apache.jasper.JasperException: An exception occurred processing JSP page /WEB-INF/sitemesh-decorators/main.jsp at line 39
36: <div id="footer">
37: <jsp:include page="/WEB-INF/sitemesh-common/footer.jsp" />
38: </div><!-- end footer -->
39: <jsp:include page="/WEB-INF/sitemesh-common/login.jsp" />
40: </body>
41: </html>
42:hollisin - Jan 31, 2010 - 04:18 PM Post subject:
This is what I'm talking about. The stuff following the footer.