jspが表示されるサーバーで予期しない状態が発生したため、サーバーは要求を実行できませんでした。



Jsp Appears Server Encountered An Unexpected Condition That Prevented It From Fulfilling Request



<%@page contentType='text/htmlcharset=GB2312'%> <jsp:useBean id='play' class='bean22.Play' scope='session'/> <% String webDir=request.getContextPath() webDir=webDir.substring(1) %> <jsp:setProperty name='play' property='webDir' value=''/> <jsp:setProperty name='play' property='imageNumber' param='imageNumber'/> <!DOCTYPE html> <html> <head> <meta http-equiv='Content-Type' content='text/html charset=GB2312'> <title>JSP Page</title> </head> <body bgcolor='aquamarine'><font size='5'> <image src =image/<jsp:getProperty name='play' property='playImage'/> width=120 height=90><br>This is the currently displayed image</image> <br>Click the 'Previous' or 'Next' button to browse images <form action='' method='post'> <input type='submit' name='ok' value='Previous'> <input type='hidden' name='imageNumber' value=''> </form> <form action='' method='post'> <input type='submit' name='ok' value='Next'> <input type='hidden' name='imageNumber' value=''> </form> </font> </body> </html>

画像`` ''
すべての偉大な神よ、この##質問Ah ##タイトルの何が問題になっているのか見てみましょう。

jsp