[CUBBY-61] [cubby-user:2] contextPath直下のインデックスページに対応したAction Created: 2008-01-10  Updated: 2008-01-10  Resolved: 2008-01-10

Status: Closed
Project: Cubby
Component/s: Core
Affects Version/s: None
Fix Version/s: 1.0.0-RC1

Type: Bug Priority: Critical
Reporter: agata Assignee: agata
Resolution: Fixed Votes: 0
Labels: None


 Description   

ふたがわ (jfut) です。

contextPath直下のインデックスページに対応したActionを
作りたいのですが、下記のように @Url("/") と指定しても
[uri=///, method=public org.seasar.cubby.action.ActionResult org.example.web.IndexAction.index(), uriparams=[]]
としてActionが登録されてしまいうまくいかないようです。

@Url("/")
public class IndexAction extends Action

{ ... }

他の指定でも /index/ に展開されてしまうので上手くいきませんでした。
@Url指定なし: /index/
@Url(""): /index/

contextPath直下のインデックスページに対応したActionを
作れるように改良可能でしょうか?

よろしくお願いします。

  1. それからこのMLがあることに今さっき気付きました。
  2. トラッキングにいきなし2個ほど登録していまいましたが、
  3. MLに投げた方が良ければ次回からそうしたいと思います。


 Comments   
Comment by agata [ 2008-01-10 ]

ドキュメント(@UrlのJavaDoc)に追加したのでかんりょー。

Comment by agata [ 2008-01-10 ]

r624で修正済み、ドキュメントを追加して、完了します。

Generated at Sat Apr 27 11:21:42 JST 2024 using Jira 9.15.0#9150000-sha1:9ead8528714127d8cfabf2446010d7e62c0a195c.