Re: class widgets

2005-03-15 Thread Tim Larson
On Tue, Mar 15, 2005 at 12:27:05PM -0700, Binkley, Peter wrote: I'm starting to get into class widgets in Cocoon Forms, and I'm not sure if my problem fits their use. snip/ Could you either post a sample of your code here or pop into the #cocoon IRC channel and pastebot a sample there? --Tim

Re: Validation problem on CForms fd:struct

2005-03-15 Thread Tim Larson
. Form just submits and flow exits. Could you post a sample of your code either here or via a pastebot in the #cocoon IRC channel? --Tim Larson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Validation problem on CForms fd:struct

2005-03-14 Thread Tim Larson
of Cocoon are you running? --Tim Larson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: re-use form definition

2005-03-10 Thread Tim Larson
--Tim Larson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [CForms] widget bla does not exist in container

2004-09-13 Thread Tim Larson
an id it naively print an empty string. The problem is the fb:value id=font path=font/ in your binding is misplaced outside the fb:repeater... binding, so it is looking for your font widget as a direct child of the form widget. --Tim Larson

Re: Generating form models from XML Schemas

2004-08-23 Thread Tim Larson
://wiki.apache.org/cocoon/Schema2CocoonForms --Tim Larson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: [Cforms] fd:action in struc, class or union special issue

2004-08-16 Thread Tim Larson
have a nice selection list on my website which is NOT WANTED. the union is here to answer a mapping serverside mapping need, not a user choice. I tried to hide it with ft:styling type=hidden but it does not work Make it an output widget and do not add it to the template. --Tim Larson

Re: [cforms] struct and class access in flowscript

2004-08-11 Thread Tim Larson
would use lookupWidget to reference spacer.myField...note that neither the fd:class nor the fd:new are referenced. --Tim Larson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Antwort: Re: [cforms] struct and class access in flowscript

2004-08-11 Thread Tim Larson
this instead: var f = newRow.lookupwidget(a_union.anyStruct.mvf); --Tim Larson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Hello

2004-07-23 Thread Tim Larson
run coLinux on windows: http://www.colinux.org/ --Tim Larson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Docs on building a minimal Cocoon App

2004-07-06 Thread Tim Larson
minimal in the Full-text search box: http://wiki.apache.org/cocoon/CreateMinimalWebapp2_2e1dev --Tim Larson David Crossley wrote: oceatoon wrote: Hi A few months ago I stumbled upon a doc about creating a minimal cocoon App that I wanted to access again , but with all the changes

Re: Show/Hide Widgets

2004-07-05 Thread Tim Larson
fd:case it would be clearer and help avoid errors and misunderstandings, but it would break any forms that are already using union widgets. It would be easy to add a fd:case, just copy or extend the struct widget, because they both act the same, or at least pretty close. --Tim Larson

Re: Show/Hide Widgets

2004-07-05 Thread Tim Larson
to see that too. --Tim Larson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Show/Hide Widgets

2004-07-05 Thread Tim Larson
On Mon, Jul 05, 2004 at 07:49:51PM +0100, Tim Larson wrote: On Mon, Jul 05, 2004 at 01:44:26PM +0200, Joerg Heinicke wrote: On 05.07.2004 12:35, Vilya Harvey wrote: If we had fd:case, wouldn't that imply that we'd have to duplicate widget declarations when the same widget appears in more

Re: Show/Hide Widgets

2004-07-05 Thread Tim Larson
On Mon, Jul 05, 2004 at 08:17:01PM +0200, Joerg Heinicke wrote: On 05.07.2004 20:46, Tim Larson wrote: I agree that leaving out fd:case was a mistake, but I am not sure how to make it better without breaking existing forms. If we add and require fd:case it would be clearer and help avoid

Re: XML schema and XForms

2004-07-01 Thread Tim Larson
;) Yes, please do post your code. I have seen several people interested in schema-generated forms who would probably like to see an example of working code that implements this idea. --Tim Larson - To unsubscribe, e-mail: [EMAIL

Re: fd:repeater-action

2004-06-29 Thread Tim Larson
button when there is only 1 row), but you might also need the extra control that normal action widgets give so you can handle cases like the delete 3 of 3 rows example I gave above. --Tim Larson - To unsubscribe, e-mail: [EMAIL

Re: CForms

2004-06-28 Thread Tim Larson
\repo\cocoon\cocoon-2.1\src\blocks\forms\samples\sitemap.xmap you will see transformer lines like this: map:transform src=resources/forms-samples-styling.xsl/ that refer to the stylesheets here: cocoon-2.1\src\blocks\forms\samples\resources HTH, --Tim Larson

Re: CForms

2004-06-28 Thread Tim Larson
On Mon, Jun 28, 2004 at 03:35:08PM +0100, Colin Paul Adams wrote: Tim == Tim Larson [EMAIL PROTECTED] writes: Tim In the sitemap for the sample forms: Tim C:\tdl\live\repo\cocoon\cocoon-2.1\src\blocks\forms\samples\sitemap.xmap Tim you will see transformer lines like

Re: iam confuse there's alot of tools to implement.

2004-06-24 Thread Tim Larson
. --Tim Larson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Woody to Forms conversion scripts?

2004-06-09 Thread Tim Larson
the included Ant task to do the conversion for you. --Tim Larson Adam Steve Steinitz wrote: Hello, A few weeks ago I saw (or dreamt that I saw) mentioned on this list a script for conversion from woody to cocoon forms (2.1.5). I can't seem to find these posts again. My colleagues

Re: Vote: to unify, or not to unify (Was RE: Business Logic in Cocoon Applications?)

2004-05-04 Thread Tim Larson
changes to one of the other options. --Tim Larson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: is xreporter alive?

2004-05-04 Thread Tim Larson
a good bit of messages and commits lately on these lists. Please see: http://xreporter.cocoondev.org/getting-involved.html for more info about the lists, message archives, and cvs repo. --Tim Larson - To unsubscribe, e-mail

Re: Woody - Submit widget - ConfirmationBox

2004-04-29 Thread Tim Larson
This would be very handy. --Tim Larson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Dynamically changing labels, was Re: Woody + FlowScript : documentation on model

2004-04-27 Thread Tim Larson
or on the IRC channel. The current workaround is to use either an output or a messages widget in place of the label to gain full control. Is this workaround sufficient or does it break any usability standards, such as for text-to-speech and other automated systems? --Tim Larson

Re: Dynamically changing labels, was Re: Woody + FlowScript : documentation on model

2004-04-27 Thread Tim Larson
/src/blocks/woody/samples/forms/customvalidationdemo_template.xml --Tim Larson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Input modules nesting

2004-04-01 Thread Tim Larson
--Tim Larson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [CForms][Woody] Transformer eats elements

2004-03-25 Thread Tim Larson
to Woody block? It is a *very* small patch if you just want to apply it to your 2.1.4 version to get things working for you for now. --Tim Larson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [CForms][Woody] Transformer eats elements

2004-03-25 Thread Tim Larson
cannot resolve this with the info above, then send me your EffectWidgetReplacingPipe.java and I will update it for you. --Tim Larson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Empty elements and the XML Serializer

2004-03-22 Thread Tim Larson
this, and here is the link: http://marc.theaimsgroup.com/?l=xml-cocoon-devm=107999114518402w=2 --Tim Larson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: webdav and slide samples

2004-03-20 Thread Tim Larson
going a little bit easier. Let me know if you have any questions after that. Thanks for the reply. I forgot to mention that I also changed the global variable in the sitemap, like the sample page instructed. After the weekend I will update from CVS and try again. Tim Larson wrote: I am having

webdav and slide samples

2004-03-19 Thread Tim Larson
, and can update as needed. Thanks, --Tim Larson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

InputSource - String?

2004-03-18 Thread Tim Larson
org.apache.commons.io.IOUtils is not included in Cocoon, so is there another easy option included? --Tim Larson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Conversion Schema XSD to woody Form.. possible ?

2004-03-16 Thread Tim Larson
on the list or edit either wiki page as you wish to add comments or alternate designs. --Tim Larson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: CSV file download to user

2004-03-05 Thread Tim Larson
? Thanks for any advice, Mark I don't have time to check this for you right now , but you could look at how the Cocoon presentation layer in xReporter http://xreporter.cocoondev.org does this. It supports CSV, fixed- width text, etc. --Tim Larson

Re: again: best practice for minor form changes/optional elements

2004-03-05 Thread Tim Larson
://wiki.cocoondev.org/Wiki.jsp?page=WoodyScratchpad Choice has not been implemented yet, so this is a very good time to comment on the design to make sure it will fit your needs. --Tim Larson - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Need help on generating excel

2004-03-05 Thread Tim Larson
but the second one does not create a excel file. When I view the xml that is generated using views(with label raw) and copy the content to a xml file and use that as input to transform and then serialize to xls that works. It displays the output in excel. --Tim Larson

Re: Report generation with cocoon

2004-03-04 Thread Tim Larson
://xreporter.cocoondev.org/ If you do not want to use it, you could extract the code its Cocoon presentation layer uses to do the excel output format generation. However, it is a very nice tool so you might consider using it directly. --Tim Larson

Re: woody-forms and templates - bug or feature?

2004-02-17 Thread Tim Larson
or on the email lists, whichever is more comfortable/convenient. If necessary, I can also discuss this on the #cocoon irc channel, just email me first so I will know when to be watching the channel. --Tim Larson - To unsubscribe

Re: Tonight's cocoon didn't work.

2004-02-07 Thread Tim Larson
=org.apache.cocoon.woody.CacheManager shorthand=woody-cachemanager/ Please let me know how this goes for you. --Tim Larson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Make an item selected in woody selection-list

2004-02-03 Thread Tim Larson
\samples\InitForm1Action.java --Tim Larson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Woody] Union XML binding

2004-02-02 Thread Tim Larson
be supplied by the referenced field widget. Also, in the union there is X_value and X_and_Y_value, while in some other places you have X instead of X_value. --Tim Larson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: [More Detailed/Workaround] [Woody] Repeater in TemplateTransformer

2004-01-23 Thread Tim Larson
of the generated block, and this once: Sorry, I had a local fix for this that got lost in the shuffle. Please check if this one-line fix I just committed fixes the problem for you: http://marc.theaimsgroup.com/?l=xml-cocoon-cvsm=107488337010897w=2 --Tim Larson

Re: null pointer error

2004-01-08 Thread Tim Larson
am getting a null pointer error when trying to validate a form. I have 2 definition files 1 to validate a login form and the other to validate the user input. snip details/ --Tim Larson __ Do you Yahoo!? Yahoo! Hotjobs: Enter the Signing Bonus Sweepstakes http

Re: Showing plain text files with cocoon

2004-01-08 Thread Tim Larson
(with IE 5.5), but this did not solve it for me. Any other ideas? --Tim Larson __ Do you Yahoo!? Yahoo! Hotjobs: Enter the Signing Bonus Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus

Re: Showing plain text files with cocoon

2004-01-08 Thread Tim Larson
--- Tony Collen [EMAIL PROTECTED] wrote: Tim Larson wrote: I have this problem also (with IE 5.5), but this did not solve it for me. Any other ideas? AFAIK, MSIE thinks that it knows better and generally looks at the file extension coming off the server, not the mime-type. It's very

RE: Woody definition questions

2004-01-06 Thread Tim Larson
it stops working? I narrow down and solve a lot of my problems this way. HTH, --Tim Larson __ Do you Yahoo!? Yahoo! Hotjobs: Enter the Signing Bonus Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus

Re: [Cocoon forms] interaction between definition validation and flow validator

2004-01-06 Thread Tim Larson
parts that were included in the template) to look valid while there is actually still an invalid widget. HTH, --Tim Larson __ Do you Yahoo!? Yahoo! Hotjobs: Enter the Signing Bonus Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus

Saxon config for Cocoon-2.1?

2004-01-05 Thread Tim Larson
Anybody care to offer their working Saxon configuration for Cocoon-2.1? --Tim Larson __ Do you Yahoo!? Find out what made the Top Yahoo! Searches of 2003 http://search.yahoo.com/top2003