Hi Folks,
I am receiving the following error when attempting to model a different
bean-editor field.
Can anyone post the proper syntax? I have searched all messages and posts. It
isn't clear to me how to specify proper syntax in order to override property
fields.
Thanks
Ken
87.04% unrealized services (215/247)
Application 'app' (version 1.0-SNAPSHOT-1354412563897) startup time: 390 ms to
build IoC Registry, 2,932 ms overall.
______ __ ____
/_ __/__ ____ ___ ___ / /_______ __ / __/
/ / / _ `/ _ \/ -_|_-</ __/ __/ // / /__ \
/_/ \_,_/ .__/\__/___/\__/_/ \_, / /____/
/_/ /___/ 5.3.2 (development mode)
[INFO] Started Jetty Server
2012-12-07 05:22:19.943:INFO::Started [email protected]:8080
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<t:layout title="title"
xmlns:t="http://tapestry.apache.org/schema/tapestry_5_3.xsd"
xmlns:p="tapestry:parameter">
org.apache.tapestry5.ioc.internal.OperationExceptionFailure
parsing template
classpath:org/tynamo/examples/hibernatesecurity/pages/Edit.tml: The
<parameter> element has been deprecated in Tapestry 5.3 in favour
of 'tapestry:parameter'
namespace.locationclasspath:org/tynamo/examples/hibernatesecurity/pages/Edit.tml,
line 2419
20 <div class="t-beaneditor">21 <t:beaneditor
object="mb:bean" t:mixins="tynamo/BeanModelAdvisor"/>22
<br/>23 <div class="t-beaneditor-row">24
<t:parameter name="password">25 <t:label
for="password"/>26 <t:passwordfield t:id="password"
value="loginCredentials.password"/>27 </t:parameter>