Re: XMLForm having "-" like cocoon-action-next (Device Independence?)

2002-10-21 Thread apurva zaveri
er prefix to trigger a specific action. * * FIXME(GP): Isn't this Servlet specific? */ String ACTION_PARAM_PREFIX = "cocoon-action-"; * So I am not sure if we need to fix this, if we need to do v have to chan

Re: XMLForm having "-" like cocoon-action-next

2002-10-20 Thread apurva zaveri
roblem is solved. But in VXML you submit the form like this The above statement is not a problem. This gives an error. -Apurva > > You guys are having way too much fun... > > > > >

cocoon-users@xml.apache.org

2002-10-20 Thread apurva zaveri
__ Do you Yahoo!? Y! Web Hosting - Let the expert host your web site http://webhosting.yahoo.com/ - Please check that your question has not already been answered in the FAQ befo

"&" in XML Output

2002-10-20 Thread apurva zaveri
How can I have the following in my xml output. This uses and xml serializer. The result i get is __ Do you Yahoo!? Y! Web Hosting - Let the expert host your web site http://webhosting.yahoo.com/ ---

Re: XMLForm having "-" like cocoon-action-next

2002-10-20 Thread apurva zaveri
t; characters like "-" and "." in > their names; must be some way to work this out... > > --Michael > > > > > > apurv

XMLForm having "-" like cocoon-action-next

2002-10-20 Thread apurva zaveri
XMLForm has form items named: cocoon-action-prev cocoon-action-next cocoon-xmlform-view all of them have "-" in it. Problem is javascript can not access such form items. i.e. you can not do documents.form.cocoon-xmlform-view.value or something like that. In HTML if you want to do this it wil

Re: XMLForm - VoiceXML

2002-10-15 Thread apurva zaveri
er and VoiceGenie's voice browser but I am not sure. I shall get back after finding more about it (if there are any other limitations). -Apurva > > > - Original Message - > From: "apurva zaveri" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> >

Re: XMLForm - VoiceXML

2002-10-14 Thread apurva zaveri
One more thing to mention. I am working on creating "wizard2vxml.xsl" and "xmlform2vxml.xsl" for VoiceXML 2.0 for XMLForm. Is it Necessary to have “/” in the field name (html input variable name) like : this? Would this be fine? I am using bean not dom for XMLForm

XMLForm - VoiceXML

2002-10-13 Thread apurva zaveri
This is a serious problem about the use of XMLForm in VoiceXML. While experimenting with XMLForm to generate VoiceXML this a problem that I faced. Since in XMLForm all the name of the fields begins with "/" in HTML is not a problem while in VXML is an error. What can be done

Re: Using XSLT

2002-10-05 Thread apurva zaveri
Yeah that works. thanks. --- Yury Mikhienko <[EMAIL PROTECTED]> wrote: > On Sat, 5 Oct 2002 17:26:10 -0700 (PDT) > apurva zaveri <[EMAIL PROTECTED]> wrote: > > > Using XSLT > > > > This is an XML file > > > > > > > > &

Using XSLT

2002-10-05 Thread apurva zaveri
Using XSLT This is an XML file And this is the XSLT http://www.w3.org/1999/XSL/Transform"; xmlns:cinclude="http://apache.org/cocoon/include/1.0"; > "/> Please try again. outpu

Re: jndi, oracle, generator

2002-09-28 Thread apurva zaveri
racle:oci:@RERTNDB", null); it was RERTN before. ******** --- apurva zaveri <[EMAIL PROTECTED]> wrote: > hello, > > I have a wierd problem. I am almost about to kill > myself for this. > It would seem this has nothing to with cocoon but it &

jndi, oracle, generator

2002-09-28 Thread apurva zaveri
g with the OCI driver. When i say the generator do not work means: it stops excecution at OracleOCIConnectionPool cpool = (OracleOCIConnectionPool) ctx.lookup (ln); throws no exception. I tried to do a look-up from an independent jsp page. No exception in caught but the page shows java.lang.Uns

Redirect from sub-sitemap in authentication framework

2002-09-05 Thread apurva zaveri
Redirect from an sub-sitemap to the login page does not seem to be working in authentication framework. i.e If you have a protected page in subsitemap. The redirection in sub-sitemap (in case of not authenticated) is not able to go to login page (in sitemap)

using seletor to test 2 or more request parameter

2002-08-29 Thread apurva zaveri
: --> does not work. -Apurva Zaveri __ Do You Yahoo!? Ya

Re: CInclude bug???

2002-08-26 Thread apurva zaveri
transformer does works corretly with a ServletGenerator behind it but if fileGenerator is behind it, it does not work. Is that the nature of the bug??? -Apurva --- apurva zaveri <[EMAIL PROTECTED]> wrote: > Thats great Andy! > > Let us know when you submit the fix. > > Also i

Re: CInclude bug???

2002-08-26 Thread apurva zaveri
Thats great Andy! Let us know when you submit the fix. Also is there a way one can find out every time a new fix or a patch is submitted??? I am still quite new to cocoon. -Apurva --- "Andrew C. Oliver" <[EMAIL PROTECTED]> wrote: > Incorrect. This is a bug and the @select does work > in Cocoo

Re: CInclude bug???

2002-08-25 Thread apurva zaveri
to make the long story short: the output has the whole xml file after the section of the xml file i want to include. i.e outputs: data text data Am i doin something wrong or is it a bug?? -Apurva __ Do You Yah

Re: CInclude bug???

2002-08-25 Thread apurva zaveri
--- apurva zaveri <[EMAIL PROTECTED]> wrote: > I am trying to use XPointer like functionality with > CInclude. > > I have a statement like > > ** > src="../../commons/contents/AT

CInclude bug???

2002-08-25 Thread apurva zaveri
I am trying to use XPointer like functionality with CInclude. I have a statement like ** ** in an xml file. This is the attribute file: ** http://xml.apache.org/cocoon/xmlform/2002";>

Generator implements threadsafe???

2002-08-21 Thread apurva zaveri
does it makes sense implementing ThreadSafe to a custom generator ??? for example like this: public class MyGenerator extends CompeserGenerator implements ThreadSafe { } __ Do You Yahoo!? HotJobs - Search Thousands of New Jobs http://www.h

filter transformer with paginator??

2002-08-09 Thread apurva zaveri
Does it makes senese or is it even possible to use filter transformer with the paginator??? Would it improve performance? -Apurva __ Do You Yahoo!? HotJobs - Search Thousands of New Jobs http://www.hotjobs.com

Re: How to use a jbean of an XMLFORM from a custom generator?

2002-08-02 Thread apurva zaveri
rm-scope value from session to request have an effect over here?? Thanks you once again. -Apurva Zaveri --- Ivelin Ivanov <[EMAIL PROTECTED]> wrote: > > Form myFormInstance = Form.lookup( "myformId", > objectModel) > > > > > - Original Mes

xmlform-custom generator

2002-08-01 Thread apurva zaveri
sub : Using XMLFORM's jbean get methods from a custom generator Hello all, May be I was not clear enough last time. I was able to succesfuly run the xmlform on cocoon 2.1. Refereing to the how-to-example, I understand that by the time the user reaches the confirm page all the values are alrea

How to use a jbean of an XMLFORM from a custom generator?

2002-08-01 Thread apurva zaveri
eline. like the user access the xmlform , the value from the bean are used by the generator (generating XML) and displayed (using xslt transformation) in the same pipeline as an output. I am not sure what I have to do for that. Please help. -Apurva Z