[jboss-user] [JBoss Portal] - Re: Edit Mode problem

forgoodorforawesome do-not-reply at jboss.com
Thu Sep 6 15:11:44 EDT 2007


To answer your question, yes, I login before I go into edit mode.

I've tried replacing edit.jsp with view.jsp to show up, and I had no luck.  I also tried replacing the call to show edit.jsp with this:

   
  |             response.setContentType("text/html");
  | 	    PrintWriter writer = response.getWriter();
  | 	    writer.write("Edit Mode!");
  | 	    writer.close();

That didn't get me anywhere either.  I checked the source, and didn't see "Edit Mode" printed anywhere.

Finally, I tried replacing all of that code in the doEdit() with this:

throw new RuntimeException("Edit Exception");

thinking I might get an error in that window when I clicked Edit, but I still get nothing.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081824#4081824

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4081824



More information about the jboss-user mailing list