Uploaded image for project: 'Mayaa'
  1. Mayaa
  2. MAYAA-4

テンプレート上に m:inject="" でプロセッサを適用した場合、その属性がレンダリングされてしまう

XMLWordPrintable

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major Major
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Environment:
      Mayaa 1.1.0

      <html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:m="http://mayaa.seasar.org"
      xmlns:c="http://java.sun.com/jstl/core_rt">
      <p m:inject="c:out" c:value="bar" m:replace="false">ダミー</p>
      とした場合、

      <html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:c="http://java.sun.com/jstl/core_rt">
      <p c:value="bar">bar</p>
      と出力されてしまう。

      期待する出力は以下のとおり。
      <html xmlns="http://www.w3.org/1999/xhtml">
      <p>bar</p>

      ただし m:inject に使われた namespace のもの以外は出力されること。

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

              Created:
              Updated:
              Resolved: