Uploaded image for project: 'Cubby'
  1. Cubby
  2. CUBBY-61

[cubby-user:2] contextPath直下のインデックスページに対応したAction

XMLWordPrintable

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Critical Critical
    • 1.0.0-RC1
    • Affects Version/s: None
    • Component/s: Core
    • None

      ふたがわ (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に投げた方が良ければ次回からそうしたいと思います。

            Assignee:
            agata agata
            Reporter:
            agata agata
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: