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

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

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • None
    • None
    • None
    • None
    • Mayaa 1.1.0

    Description

      <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 のもの以外は出力されること。

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: