[Seasar-user:19123] Re: [SAStruts] SAStruts でTeedaのviewRootPath相当の機能

[E-MAIL ADDRESS DELETED] [E-MAIL ADDRESS DELETED]
2010年 1月 10日 (日) 02:27:50 JST


あわねです。
ご回答ありがとうございます。

実際確認してみましたが、うまく動作しませんでした。

sa-struts-tutorial/にて
【設定変更】
・web.xmlのsastruts.VIEW_PREFIXを「/WEB-INF/view」→「/view」
・web.xmlのinclude-preludeを「/WEB-INF/view/common/common.jsp」→「/view/common/common.jsp」
・jsp配置を「src/main/webapp/WEB-INF/view」→「src/main/webapp/view」

【動作確認】
・http://localhost:8080/sa-struts-tutorial/view/
 表示NG(HTTPステータス 400 - Direct access for JSP is not permitted.)

・http://localhost:8080/sa-struts-tutorial/view/index/
 表示OK
 リンクがパスがおかしい。
 ex. 足し算のリンク http://localhost:8080/sa-struts-tutorial/view/index/add/
   (http://localhost:8080/sa-struts-tutorial/view/add/になってほしい)

・http://localhost:8080/sa-struts-tutorial/view/add/
 表示NG(HTTPステータス 400 - Direct access for JSP is not permitted.)

・http://localhost:8080/sa-struts-tutorial/view/add/index
  formタグのactionのパスがおかしい。
  /sa-struts-tutorial/add/
  (/sa-struts-tutorial/view/add/になってほしい)

・http://localhost:8080/sa-struts-tutorial/でアクセスは終始うまく動きますが、(当たり前ですが。)
 http://localhost:8080/sa-struts-tutorial/index/でアクセスした場合はリンク等がおかしくなりました。
 (http://localhost:8080/sa-struts-tutorial/add/になってほしい)
 リンクを<a>ではなく<s:link>にしていただけるとこれは解決すると思います。

以上、ご確認よろしくお願いします。

--- Yasuo Higa  wrote:
> ひがです。
> 
> > 小林 (koichik) です.
> > 
> > Date:    Fri, 8 Jan 2010 04:45:10 +0900 (JST)
> > From:    [E-MAIL ADDRESS DELETED]
> > To:      [E-MAIL ADDRESS DELETED]
> > Subject: [Seasar-user:19113] [SAStruts] SAStrutsでTeedaのviewRootPath相当の機能
> > 
> > > SAStrutsでTeedaのviewRootPath相当の機能はあるでしょうか。
> > 
> 小林さんの言うとおりで、大丈夫です。
> 
> > あることはあって,web.xml に指定する
> > 
> >     <context-param>
> >         <param-name>sastruts.VIEW_PREFIX</param-name>
> >         <param-value>/WEB-INF/view</param-value>
> >     </context-param>
> > 
> > がそれです.
> > これを
> > 
> >     <context-param>
> >         <param-name>sastruts.VIEW_PREFIX</param-name>
> >         <param-value>/xxx</param-value>
> >     </context-param>
> > 
> > とすれば,
> > 
> > > Actionクラスのパッケージは変更せず、URLのパスを一階層深くしたいです。
> > > ex.
> > > sample.action.IndexAcion     コンテキストパス/xxx
> > > sample.action.MenuAcion      コンテキストパス/xxx/menu
> > > sample.action.sub.MenuAcion  コンテキストパス/xxx/sub/menu
> > 
> > になると思いますが (試してはいませんが),
> > その場合 JSP も /xxx 以下に配置するか,
> > Action で明示的に /WEB-INF/jsp/〜 と指定する
> > 必要があります.
> > 
> > JSP を /xxx に配置しても,デフォルトでは JSP の
> > ダイレクトアクセスはできないようになっているので,
> > 問題はないかもしれません.
> > 
> > 
> > -- 
> > <component name="koichik">
> >     <property name="fullName">"Koichi Kobayashi"</property>
> >     <property name="email">"[E-MAIL ADDRESS DELETED]"</property>
> >     <property name="blog">"http://d.hatena.ne.jp/koichik"</property>
> > </component>
> > 
> > _______________________________________________
> > Seasar-user mailing list
> > [E-MAIL ADDRESS DELETED]
> > https://ml.seasar.org/mailman/listinfo/seasar-user
> > 
> _______________________________________________
> Seasar-user mailing list
> [E-MAIL ADDRESS DELETED]
> https://ml.seasar.org/mailman/listinfo/seasar-user
>

--------------------------------------
Get the new Internet Explorer 8 optimized for Yahoo! JAPAN
http://pr.mail.yahoo.co.jp/ie8/


Seasar-user メーリングリストの案内