Hi,

Two related questions:

- I would like to use the FPF to put error message inside the  
associated label for form elements. For for

<label for="yourname">Your name</label>
<input type= "text" name="yourname" id="yourname" />

I would like the error to appear as:

<label for="yourname"  class="error">Your name (The error message)</ 
label
<input type= "text" name="yourname" id="yourname" class="error" />

How would this be done?


- I thought such things are done with XPath: how exactly is it used?  
If I wanted something a bit more complex in future, is there a source  
of information that would avoid me having to post again? I have seen  
examples with the "name" parameter like: "parent::${htmlnsPrefix}dd" :  
what do they mean? is there an explanation available somewhere? Any  
general help with this would be great...


Regards,

Michal.

_______________________________________________
users mailing list
[email protected]
http://lists.agavi.org/mailman/listinfo/users

Reply via email to