• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Fields wont show the current variable data

 
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Good afternoon to you all!

I'm experiencing the following issue: I have a page which is used to edit the current data from a certain entry:



However, in one of tha pages that follow this style it wont load the data like on this print!

I've verfified the variables and the information is there correctly, just isn't showing.

What could cause this?
 
Ranch Hand
Posts: 119
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Rafael

Are you trying to retrieving the values from DB means can you share the code.


You can't edit one field are all the fields, if one field other fields you can means please check the variable spelling for the particular field.
 
Rafael Campos Cruz
Ranch Hand
Posts: 39
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Arunkumar, thanks for your response!

I kindda didn't got to understand it though.

I'm not retrieving the data straight from a DB: it is handled on specific objetcs by a MB first, this way I can follow a very simple standard fow showing data.

My xhtml code is like this:
[spoiler]

[/spoiler]

however, on this page the everything works right:
[spoiler]

[/spoiler]

which is quite the same but with different MBs interacting.

Any ideas?
 
I'm sure glad that he's gone. Now I can read this tiny ad in peace!
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic