pagobusa
08-02-2005, 08:48 AM
I am currently working on the example of chapter 33 of the developers guide. The problem consist that I cannnot add new entries if i don't use the atributes instead of direct nodes.
example:
<employee atr1="xxx" atr2="xxx"/> -- this works
<employee><atr1>xxx</atr1><atr2>xxx</atr2><emplyee> -- this one does not.
I have changed the datapath for the text list that is created below, but if i do the same to the view that modifies and inserts the entries it only works when is text to display, not when i am trying to add new entries.
How can i handle the datapaths in a none atribute way, because i have seen that laszlo works better with atributes than with final nodes ?
example:
<employee atr1="xxx" atr2="xxx"/> -- this works
<employee><atr1>xxx</atr1><atr2>xxx</atr2><emplyee> -- this one does not.
I have changed the datapath for the text list that is created below, but if i do the same to the view that modifies and inserts the entries it only works when is text to display, not when i am trying to add new entries.
How can i handle the datapaths in a none atribute way, because i have seen that laszlo works better with atributes than with final nodes ?