RE: can I use cewolf and turbine togather?

2005-11-17 Thread Amit V Shah
I think you are right, and that is a problem. Untill you configure turbine to use jsp instead of velocity, I dont think cewolf can be of much use, because lot of cewolf is just a tag library extension to JFreechart so ... Unfortunately I dont know very well how to configure turbine to use jsp

RE: jakarta-turbine-flux

2005-02-02 Thread Amit V Shah
I think I had the same issue and I think Jeffery replied the same thing. Basically something to the affect of put it in a box and jump on it with your heaviest shoes on !!! I haven't used it either !! Amit -Original Message- From: Jeffery Painter [mailto:[EMAIL PROTECTED] Sent:

RE: Duplicate Parameter in Validation.xml file :template.index.vm .template

2005-01-07 Thread Amit V Shah
I get the same thing. I get atleast 5 - 10 thousand of those in my application (the name of the file is different ofcourse). I am planning to just get the error level up to FATAL in log4j.properties because I dont know whats the fix for this, and my system is almost ready to go in production !!!

RE: Duplicate Parameter in Validation.xml file :template.index.vm .template

2005-01-07 Thread Amit V Shah
- see zebra.berlios.de. Ben On Fri, 7 Jan 2005 08:49:20 -0500, Amit V Shah [EMAIL PROTECTED] wrote: I get the same thing. I get atleast 5 - 10 thousand of those in my application (the name of the file is different ofcourse). I am planning to just get the error level up to FATAL

java.lang.StackOverflowError

2004-11-05 Thread Amit V Shah
Hi all, I am running the antelope sample application custom tailored to my needs on tomcat 4.1.24. Normally it runs fine, but when I leave the tomcat up for like a little more than overnight, it simply gives me java.lang.StackOverflowError and I have to restart tomcat. Is this a known issue

data.getCookies() - NullPointer

2004-10-06 Thread Amit V Shah
Hi all, data.getCookies() always give me a nullpointer in any of my actions. Any suggestions please Regards, Amit - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Intake - check dynamically generated forms

2004-09-24 Thread Amit V Shah
Hi, I dont know much about intake, but I wanted the same feature, and it seemed intake couldn't handle it. So I tried turbine-review that ships with the antelope sample application. It seems that it can handle such situations. I am working on the same feature. I will send email on the this thread

RE: Intake - check dynamically generated forms

2004-09-24 Thread Amit V Shah
fields. The ID value between the [] can be whatever you like. In the action that will come though as 2 fields and there are helper functions to extract the ID. Ben On Fri, 24 Sep 2004 09:15:06 -0400, Amit V Shah [EMAIL PROTECTED] wrote: Hi, I dont know much about intake, but I wanted the same

Intake service not started !!!!!!

2004-09-17 Thread Amit V Shah
Hi all !!! I created a new web application and I am getting this problem. Does anyone know how I can fix this ... Thanks, Amit === START TRACE = [2004-09-17 15:56:27,591][Thread-5] ERROR org.apache.turbine.services.pull.TurbinePullService -

RE: What's up?

2004-09-13 Thread Amit V Shah
I am a new with turbine stuff too. And I agree that the documentation is very very thin !!! However as a newbie I would like to suggest following steps to make life easier !! - Read the TDK over all idea - Read all the howtos !!! (Turbine main site - Turbine 2.3 Documentation - Howtos) - Read the

Turbine Review vs Intake for form validations

2004-09-13 Thread Amit V Shah
Hi all, I want to know if someone can give me some recommendations on which tool should I use for front end form validations like not null, max length and similar validations. From all the sample applications and docs, I could find Turbine Review and Intake as my options. The antelope sample

RE: Turbine Security vs Fulcrum

2004-09-08 Thread Amit V Shah
- From: Amit V Shah [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 07, 2004 9:13 PM To: 'Turbine Users List' Subject: RE: Turbine Security vs Fulcrum Sorry. Forgot to mention that I am using Hibernate as the O/R mapping tool instead of torque. I didn't know if this could introduce

What is flux tool used for !!!!!!

2004-09-08 Thread Amit V Shah
Hi all, Please pardon my stupid question. But I am still not able to understand how various modules fit with apache turbine. I want to use the Fulcrum Security, with its turbine adapter, Hibernate as the O/R Mapping. I have a prototype that someone had created and have to develope more on it.

Fulcrum - Login Fails

2004-09-08 Thread Amit V Shah
Hi all, I use Fulcrum for security services. I have following code in my LoginUser.java - Action class. === CODE START // Authenticate the user try { System.out.println(Username + username); System.out.println(Password +

Turbine Security vs Fulcrum

2004-09-07 Thread Amit V Shah
Hi all, I am new to turbine so please pardon if my question is dumb !! But is there a reason why I should use Fulcrum Security when Turbine itself comes built with its security Service ? I am using Turbine as my application framework and am using Velocity templates for presentation. Now from

RE: Turbine Security vs Fulcrum

2004-09-07 Thread Amit V Shah
: Amit V Shah [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 07, 2004 3:09 PM To: '[EMAIL PROTECTED]' Subject: Turbine Security vs Fulcrum Hi all, I am new to turbine so please pardon if my question is dumb !! But is there a reason why I should use Fulcrum Security when Turbine itself comes

RE: Duplicating Pages

2004-09-03 Thread Amit V Shah
the #parse() directive to reuse small snippets of template code. Hope this helps. -Brian On Sep 2, 2004, at 9:27 AM, Amit V Shah wrote: Hi all, I have an application where I need web pages for like add, edit, delete some data, which more or less represent the same data, and only have small

Duplicating Pages

2004-09-02 Thread Amit V Shah
Hi all, I have an application where I need web pages for like add, edit, delete some data, which more or less represent the same data, and only have small differences in terms of their requirements. In such case, is it better to have a same JSP, or a Velocity Template and flag it based on the

Velocity Equivalent of HttpServlet Session

2004-09-01 Thread Amit V Shah
Hi all, I want to know if the Velocity - Context is the equivalent of HttpServlet Session. The reason is, I have a very typical scenerio where I have three dropdowns on a page. Once user selects first one, I submit the form with javaScript and load the second drop down based on the selection.

RE: Velocity Equivalent of HttpServlet Session

2004-09-01 Thread Amit V Shah
the HttpSession to store values across sessions. good luck, hope that's some help. John -Original Message- From: Amit V Shah [mailto:[EMAIL PROTECTED] Sent: 01 September 2004 02:07 To: '[EMAIL PROTECTED]' Subject: Velocity Equivalent of HttpServlet Session Hi all, I want to know if the Velocity

Can I use turbine without intake?

2004-08-26 Thread Amit V Shah
Hi all, - How can I use turbine without intake (if at all that is possible) - Also I have a dynamic set of HTML input fields being generated based on data collected from database. So I dont know how many textfields I will be having on my form. In that case, how can intake help me? Because from

RE: Can I use turbine without intake?

2004-08-26 Thread Amit V Shah
TurbineResource.properties file and you can setup basic velocity pages and actions without using intake if you so please. On Thu, 26 Aug 2004, Amit V Shah wrote: Hi all, - How can I use turbine without intake (if at all that is possible) - Also I have a dynamic set of HTML input fields being generated based

RE: Can I use turbine without intake?

2004-08-26 Thread Amit V Shah
Thanks for all the replies !!! - I think you can just comment out all the Intake stuff in the TurbineResources.properties file The only other choice I have to get the form fields in Turbine Action is using the HttpRequestApi from action - data.getParameter() right ?? Or there is some other