the conditionIf does not work for me. The pattern="queryStr=%{queryStr}r" just
prints queryStr=queryStr=sometext
i see you were trying to assing the value of the post to the parameter
queryStr, but it seems like it is not recognized here.
magnolia has some appenders in the log4j.xml. e.g. for logging the e-mail form:
<appender name="sync-log-form" class="org.apache.log4j.RollingFileAppender">
<param name="File" value="${magnolia.logs.dir}/magnolia-form.log" />
<param name="MaxFileSize" value="1MB" />
<param name="MaxBackupIndex" value="5" />
<param name="Append" value="true" />
<layout class="org.apache.log4j.PatternLayout">
<param name="ConversionPattern" value="%d{dd.MM.yyyy HH:mm:ss}%m%n" />
</layout>
</appender>
<appender name="log-form" class="org.apache.log4j.AsyncAppender">
<appender-ref ref="sync-log-form" />
</appender>
how can i create something similar for the search dialog? i also saw that in
magnolia the there is a fiel called loggerName and equals to "log-form" as in
the appender
[img]http://documentation.magnolia-cms.com/download/attachments/57192368/form-form-processsors.jpg?version=1&modificationDate=1376489109000[/img].
i do not understand how this log file communicates with the interface.
i take a look at the magnolia's documentation again. i am obviously missing
something foundamental on how magnolia works ...
thanks anyway!
soni
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=2a320e9b-3e9b-4e9f-acf9-088c65cd45c9
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------