problem with e-mail valdiation

Author Message

Jose Mourinho

Friday 14 September 2007 1:15:08 pm

Hello all

I try to display an email attribute witch is information collector with this templte.
The contact_email attribute is from class email. The problem is that when i input an email adress in the field the systems aways say that the ares is invalid.
If a use a standart template wit {attribute_view_gui attribute=$node.data_map.contact_email }
it work properly.
What culd be the reason for this problem?

{def $attribute=$node.data_map.contact_email
$data_text=cond( is_set( $#collection_attributes[$attribute.id] ), $#collection_attributes[$attribute.id].data_text, $attribute.content )}
<span class="element">
<label for="{$attribute.contentclass_attribute_identifier}">{'Email'}{if $attribute.is_required} <em>({'required'})</em>{/if}:</label><br class="labelbreak" />
<input type="text" size="40" name="{$attribute_base}_data_text_{$attribute.id}" value="{$data_text|wash( xhtml )}" tabindex="2" />
<input type="hidden" name="ContentObjectAttribute_id[]" value="{$attribute.id}" />
</span>
{undef $attribute $data_text}

10x all

Ɓukasz Serwatka

Sunday 16 September 2007 11:21:56 pm

Use visualisation template function for it:

attribute_view_gui or attribute_edit_gui (depends on needs)

Both are template based and it is much easier and cleaner way of doing this.

http://ez.no/doc/ez_publish/technical_manual/3_9/reference/template_functions/visualization/attribute_view_gui
http://ez.no/doc/ez_publish/technical_manual/3_9/reference/template_functions/visualization/attribute_edit_gui

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 21:00:05
Script start
Timing: Jan 18 2025 21:00:05
Module start 'layout'
Timing: Jan 18 2025 21:00:05
Module start 'content'
Timing: Jan 18 2025 21:00:05
Module end 'content'
Timing: Jan 18 2025 21:00:05
Script end

Main resources:

Total runtime0.6525 sec
Peak memory usage4,096.0000 KB
Database Queries54

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0063 589.2969153.4531
Module start 'layout' 0.00630.0025 742.750039.3906
Module start 'content' 0.00880.6423 782.1406530.2500
Module end 'content' 0.65110.0014 1,312.39068.1641
Script end 0.6525  1,320.5547 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00310.4682160.0002
Check MTime0.00130.1990160.0001
Mysql Total
Database connection0.00100.152010.0010
Mysqli_queries0.605992.8626540.0112
Looping result0.00050.0768520.0000
Template Total0.626996.120.3134
Template load0.00170.258120.0008
Template processing0.625295.813720.3126
Template load and register function0.00020.032810.0002
states
state_id_array0.00030.048110.0003
state_identifier_array0.00070.100320.0003
Override
Cache load0.00140.2130250.0001
Sytem overhead
Fetch class attribute can translate value0.00080.127020.0004
Fetch class attribute name0.00110.174830.0004
XML
Image XML parsing0.00080.122620.0004
class_abstraction
Instantiating content class attribute0.00000.001430.0000
General
dbfile0.00070.1074180.0000
String conversion0.00000.001440.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
2content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
5content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
3content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 13
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs