You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion and support for users and developers of the Rose::HTML::Objects Perl module distribution.
|
|
|
Trouble with object_from_form
|
| |
I've just upgraded to PERL 5.16.3 and Rose::HTML::Objects 0.618 and Rose::DB 0.770 and Rose::DB::Object 0.805 to ensure currency but this problem still exists. No doubt, it's something I'm doing wrong but I spent 2 hours this a.m. trying to work it out and am completely stumped so any help would be gratefully received. To summarise I have a form that does... more »
|
|
File uploads
|
| |
Hi all, I'd like to create a custom form field for image uploads that takes care of checking the MIME type and file size of the uploaded file, creates a scaled version and returns an Imager object which I can then save to its final destination from my Catalyst controllers, but I don't even know how to get... more »
|
|
Mysterious error when under mod_perl
|
| |
I am in the process to move my applicaton to a new server with Ubuntu
12.04 and get errors when loading a form module. Further investigation
showed that I do not even need my own module. It is enough to add this
to the Apache configuration file:
<Perl>
use Rose::HTML::Text;
</Perl>
to get the following error message:... more »
|
|
European date format in ROSE HMTL?
|
| |
Hopefully an easy one but I've read through Rose::HTML::Form::Field::DateT ime and Rose::DateTime::Parser and cannot see how to make my Rose:HTML field work with european formatted dates. In my form package $self->add_fields( .... s_dateafter => {type => 'date', rank => 21, label => 'Date After'},...... more »
|
|
RHTMLO, markup and typesetting
|
| |
I'm still trying to get some level of comfort with respect to the Rose:: namespace and things related to HTML generation. As near as I can tell, Rose::HTML::Form (and probably Rose::HTMLx::Form) is meant to be adjusted in its presentation solely by CSS and/or Javascript. It is not possible to mark this... more »
|
|
RHTMLO table form
|
| |
Hello. In what I am doing, it seems useful to produce forms that mimic the structure of the document. As near as I can tell, this is not something that RHTMLO was meant to do. And I'm talking HTML (not CSS or Javascript). Would you like a document about this once I get things working? POD? Gord... more »
|
|
Rose::HTMLx::Form::Related::RD BO
|
| |
I'm working with an application (database) where just about everything
is an enumeration. Consequently, what makes the most sense for me is
generating forms where just about everything is a PopUpMenu. And it
is not possible for a computer program to validate any of this data.
The thing I am writing helps engineers validate the data (FYI).... more »
|
|
ANNOUNCE: Rose::HTML::Objects 0.611 released
|
| |
Minor clean-up and a new behavior that now matches the synopsis of the compound POD. There's still some work to be done on the naming of checkboxes within compound fields, but I wanted to get these changes out first. 0.611 (11.16.2010) - John Siracusa <sirac...@gmail.com> * Added default HTML serialization for compound fields.... more »
|
|
Upgrading to latest Rose seems to expose a bug with Rose::HTML::Object
|
| |
I did bring this up before but was unable to investigate properly at
the time. It has become pressing to upgrade Perl and Rose so today I
renamed my existing old version of the Perl directory and installed a
brand new ActiveState Perl v2.12.2. Then using PPM3 (opens into a GUI
now - oooh), I installed... more »
|
|
Rose::Webapp before Christmas?
|
| |
Hello, I was wondering what became of Rose::Webapp and if it is still under development. Are there plans to release a version anytime in the near future? Thank you, Daniel.
|
|
|