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

2002-10-21 Thread apurva zaveri
the constants?? Or is there any other solution to this? -Apurva --- apurva zaveri [EMAIL PROTECTED] wrote: --- [EMAIL PROTECTED] wrote: I don't understand. Is the error produced on the client or the server? The error is produced in voiceXML browser [so client] The voiceXML

Re: XMLForm having - like cocoon-action-next

2002-10-20 Thread apurva zaveri
? :) Sorry to be so thick; form elements commonly have characters like - and . in their names; must be some way to work this out... --Michael apurva zaveri

in XML Output

2002-10-20 Thread apurva zaveri
How can I have the following in my xml output. word spelling=SPELL pronunciation=m#601;mba#618;/ This uses and xml serializer. The result i get is word spelling=SPELL pronunciation=mamp;#601;mbaamp;#618;/ __ Do you Yahoo!? Y! Web Hosting - Let

cocoon-users@xml.apache.org

2002-10-20 Thread apurva zaveri
word spelling=SPELL pronunciation=m#601;mba#618;/ __ Do you Yahoo!? Y! Web Hosting - Let the expert host your web site http://webhosting.yahoo.com/ - Please check that your

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 will

Re: XMLForm having - like cocoon-action-next

2002-10-20 Thread apurva zaveri
variable. how? -- This gives an error. -Apurva You guys are having way too much fun... apurva zaveri

Re: XMLForm - VoiceXML

2002-10-15 Thread apurva zaveri
more about it (if there are any other limitations). -Apurva - Original Message - From: apurva zaveri [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, October 13, 2002 9:08 PM Subject: XMLForm - VoiceXML This is a serious problem about the use of XMLForm in VoiceXML

Re: XMLForm - VoiceXML

2002-10-14 Thread apurva zaveri
for XMLForm --- apurva zaveri [EMAIL PROTECTED] wrote: 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 select name=/city

XMLForm - VoiceXML

2002-10-13 Thread apurva zaveri
. What can be done? -Apurva Zaveri __ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos More http://faith.yahoo.com - Please check that your question has not already

Using XSLT

2002-10-05 Thread apurva zaveri
Using XSLT This is an XML file ?xml version=1.0? page content form input type=text name=userid prompt=Please say or enter your Agent I D / /form /content /page And this is the XSLT ?xml version=1.0? xsl:stylesheet version=1.0 xmlns:xsl=http://www.w3.org/1999/XSL/Transform;

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 ?xml version=1.0? page content form input type=text name=userid prompt=Please

jndi, oracle, generator

2002-09-28 Thread apurva zaveri
= (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.UnsatisfiedLinkError: make_c_state error. (which is runtime i believe) HELP! -Apurva Zaveri

Re: jndi, oracle, generator

2002-09-28 Thread apurva zaveri
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 has. String ln = jdbc/db; Hashtable env = new Hashtable (5

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) map:match pattern=protected

using seletor to test 2 or more request parameter

2002-08-29 Thread apurva zaveri
/ map:when test=Next -- map:redirect-to uri=PropForSale(1)/ /map:when /map:select /map:when /map:select does not work. -Apurva Zaveri __ Do You Yahoo!? Yahoo

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 Cocoon

Re: CInclude bug???

2002-08-26 Thread apurva zaveri
SQL query. But why should that difference matter? @select in CInclude 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

CInclude bug???

2002-08-25 Thread apurva zaveri
I am trying to use XPointer like functionality with CInclude. I have a statement like ** cinclude:include src=../../commons/contents/ATTRIBUTES.xml select=data/AGE/* / ** in an xml file. This is the attribute file:

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 cinclude:include src=../../commons/contents/ATTRIBUTES.xml select=data/AGE/* / outputs: ?xml version=1.0 encoding=UTF-8? age data age !-- this is what i want -- data

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

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
(), getFormId() ); in my generator instead of the wizardAction. Right?? 2) How would changing the xmlform-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

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

2002-08-01 Thread apurva zaveri
. 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 Zaveri

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