jx templates and syntax

2006-03-08 Thread Kamal Bhatt
Hi. I was wondering, if this is a bug and if it is, has been fixed in 2.1.8 (I am currently on 2.1.7 and do not have access to 2.1.8): If I create a variable with value of a field eg. value="${form.getChild('active_repeater').getValue()}"/> then I reference it in an if eg. ... I do not

Re: map:call function

2006-03-08 Thread Marc Portier
from the book (javadoc) > java.lang.LinkageError > > Subclasses of LinkageError indicate that a class has some dependency on > another class; however, the latter class has incompatibly changed after the > compilation of the former class. So clearly it has to be some variant of a not-clean-build

Re: How to install the cocoon framework in WSAD 5.1.2

2006-03-08 Thread Steven . Jacobs
I have used Cocoon 2.1.x in WSAD 5.1.x and RAD 6.0. Build a web app from cocoon by following the install instructions.  Build Cocoon to suit your needs. Create an "Dynamic Web Project" in WSAD.  Be sure to use the servlet version of 2.3 (for cocoon 2.1.7) Also create a new EAR, you may need to

How to install the cocoon framework in WSAD 5.1.2

2006-03-08 Thread Somesh Chaturvedi
Hi,    can any body help me out in delpoying the cocoon in the in WSAD 5.1.2 .. Please tell me what are the steps needed and Ho to proceed.   Thanks in advance.Somesh Chaturvedi   Software Engineer. Contact Me:  +91 - 981- 981- 5577

HTML generator with request-attribute

2006-03-08 Thread Trond Albinussen
Is it possible to use HTML Generator with a request-attribute, like: value="{request-attribute:someString}"/> : The docs says it should be possible: "The html generator, however, can operate also on a request attribute or on a XML POST request" ---

RE: fop 0.91 beta //Serializer

2006-03-08 Thread Kai Mütz
I have attached a simple FopSerializer class which uses the 0.91 beta API. Very similar to the one described in http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=114175770501836&w=4 but can be configured by a configuration file like the "old" FOPSerializer. > -Original Message- > From: [EMA

xpatch fails (removal)

2006-03-08 Thread Fernando.Matomira
I am trying to get rid of the home directory mapping in the sitemap. I've tried the following patch, but all I get is a NullPointerException Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

RE: namespaces in root element of xsp generated page

2006-03-08 Thread Pelssers, Robby, VF-NL
Title: Message Hi Simon, I just searched the docs to see if it was possible to dynamically create a name attribute. Unfortunately, it's not. http://cocoon.apache.org/1.x/xsp.html The tag (which requires a name attribute) is used in those cases where the attribute name is known at compile t

Re: Error when adding in Javascript for form validation

2006-03-08 Thread Derek Hohls
Antonio In my cocoon.xconf I have: ... Is this what you meant? My validation is for a repeater row: the XML now looks like: return true; ... The stack trace looks like: Original Exception: java.lang.NullPointerException at or

Re: New Problem.

2006-03-08 Thread Kamal Bhatt
Stupid me, should have set the state to invisible. Kamal Bhatt wrote: Sorry, I should clarify myself: informEdit.getChild("list_item_edit").setValue(selectedRow.getChild("list_item").getValue()); does not work. list_item and list_item_edit are boolean fields. To confuse matters more, I