On 08/11/06, Craig Ritzdorf <[EMAIL PROTECTED]> wrote:
> Hello all,
>
> I'm rather new to Maypole so please bear with me.  I'm have the basics of my
> database front end working fine but when i try to change the order of the
> columns the data in some columns becomes invisible.
>
> Description                  |  Name           |  Type
> _______________________________________
> A swimming animal      |  Trout            |  Fish
> A common pet             |  Dog             |  Mammal
>
>
> This is about what I have.  If I add:
>
> sub display_columns{
>     (qw/name type description/)
> }
>
>  the output becomes:
>
> Name   |  Type      |  Description
> __________________________________________
> Trout    |               |
> Dog      |               |
>
> the info reappears in the text boxes of the edit page.
>
> I checked the archives and found that Christopher Rankin had the same
> problem a few months ago but nobody replied.  I hope I get a better
> response.  Christopher if you're reading this did you ever fix this problem?
>

Try providing a  list_columns sub in the same way - list_columns is
for the list/search action, while display_columns is for viewing or
editing.

That still doesn't explain why it's happening though, as that's
clearly a bug in 2.11 - can you submit a bug report of this on
rt.cpan.org , including what happens when you specify list_columns as
well?

As much as I try to help on list, it's much easier for me (and anyone
else) to track bugs via rt than mailing list archives.

Cheers,

A.

-- 
http://www.aarontrevena.co.uk
LAMP System Integration, Development and Hosting

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Maypole-users mailing list
Maypole-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/maypole-users

Reply via email to