pls ignore

2003-01-20 Thread Amit Badheka
test mail -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

HttpSession in ActionForm

2003-01-06 Thread Amit Badheka
Hi All, is there any way to get HttpSession object in the bean class that extends ActionForm. I am not using any of reset() or validate() etc. My bean class is having some business methods and some get and set methods. My requirement is to get some attribute from session object. Any help will

nested radio button

2003-01-02 Thread Amit Badheka
Hi All, I have a requirement where I am generating a tree structure. And, with each node I have to generate one radio button. Now, I am able to generate the tree and radio buttons, but there are two problems I am facing - 1. The radio button name comes as beanName.someName.someArray[0..], if

popup window

2003-01-02 Thread Amit Badheka
Hi All, Is there any way to open new window from the action class. I have a requirement like when one from is submitted I have to pass values of that from to another jsp that will open in new window. please help. AB.

Re: popup window

2003-01-02 Thread Amit Badheka
(that open new window) and hence each time new popup generated. Is there any way to forward request to same window that is newly opened? Amit Badheka. - Original Message - From: Puneet Agarwal [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, January 02, 2003 4:54

problem with bean:size

2003-01-01 Thread Amit Badheka
Hi All, I am using something like below in my jsp - bean:size id=recPerPage name=recurserBean property=images scope=session/ where, recurserBean is my form bean and images is a property of bean, that is a vector. Now I am looking to get the size of vector. I am trying to get this value as

Radio Button problem

2002-12-31 Thread Amit Badheka
Hi all.. I have a requirement to populate radio buttons at runtime. I know how to create it using html:iterate html:radio tag. But the problem is: i want to create the radio buttons in nested tags. Also i want to give the value of that radio button as the value of form bean, which is

Access external file from web application

2002-12-23 Thread Amit Badheka
Hi All, Is there any way to access a file(image,..etc) from the web application. the path of the image is dynamically generated. The requirement is that we have to upload a image file and store it to somewhere on server at dynamically generated path. Now, Problem is how I should refer this

Re: Access external file from web application

2002-12-23 Thread Amit Badheka
user to have the ability to modify the server config file(s). Regards, Amit Badekha. Amit Badheka wrote: Hi All, Is there any way to access a file(image,..etc) from the web application. the path of the image is dynamically generated. The requirement is that we have to upload a image

Re: multithreaded env

2002-12-20 Thread Amit Badheka
Hi Andrew, Thanks a lot for such a great information. It has cleared lots of my doubts. But, I will be very thankful if you can put some more light on case if I want to do serialization or file handling. thanks. Amit Badheka. - Original Message - From: Andrew Hill [EMAIL PROTECTED

monkey tree problem

2002-12-19 Thread Amit Badheka
can get the node name that is clicked. Is anybody is using monkey tree? please help me to resolve this problem, also if there is any alternate option let me know. thanks a lot, Amit Badheka.

template

2002-12-19 Thread Amit Badheka
HI All, I am using struts templates in my project. I am including three pages in my template. My requirements are such that I want to open a jsp page in new window (onlys that single page). Is it a right idea by the mean of MVC? also, the problem I am having is when I tried to do this, main

multithreaded env

2002-12-19 Thread Amit Badheka
Hi All, I am working on a struts application. But I am not sure that it will work properly in multithreaded environment. Can anybody suggest me what is the best way to make sure that application work fine in such environment. Thank You.

html:base tag

2002-12-16 Thread Amit Badheka
HI All, I have a problem with displaying images in my jsp page. I am giving relative path in the page. If I call the page directly it shows the images. But If I call the page from struts Template then it is not showing any images. i have a dir structure like - common\ template.jsp jsp\

Re: html:base tag

2002-12-16 Thread Amit Badheka
] To: [EMAIL PROTECTED] Sent: Tuesday, December 17, 2002 11:47 AM Subject: Re: html:base tag What version of Struts are you using? The recent html:base code looks ok. It just constructs the url from request.getRequestURI(). What do your image paths look like? David From: Amit Badheka

multiple file upload

2002-12-13 Thread Amit Badheka
My requirement is to upload some files, the no of files are not known as the user can add no of files to be attched/uploaded. So, I have two options for doing that - 1. I create the file button dynamically with different name, but in this case how can I add that parameter in form bean. 2. I

how to submit a form using html:link

2002-12-11 Thread Amit Badheka
Is it possioble to submit a form using html:link tag. I want to call a servlet that resided on another war file. I am able to call it by click on html link. But, my requirement is to submit the form.

urgent

2002-12-11 Thread Amit Badheka
Hi All, I have a requirement to call a servlet from a action class or jsp. The servlet is residing on the war file other than struts app. Hence, there are two different context. The servlet is used for file upload so my jsp should contain multipart/form data. so, I have to call post method of

Re: urgent

2002-12-11 Thread Amit Badheka
url? (ie: forms action is set appropriately) -Original Message- From: Amit Badheka [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 17:36 To: Struts Users Mailing List Subject: urgent Hi All, I have a requirement to call a servlet from a action class or jsp

Re: urgent

2002-12-11 Thread Amit Badheka
). Are you rendering the action with a form tag, or setting it at submit time with javascript? -Original Message- From: Amit Badheka [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 18:30 To: [EMAIL PROTECTED] Subject: Re: urgent / is there in the error. it looks like

Re: urgent

2002-12-11 Thread Amit Badheka
Thanks Andrew for help, I am not finding anyway ,as yet to do it with struts action hence for the time being I am doing it by submitting thru javascript. Amit Badheka. - Original Message - From: Andrew Hill [EMAIL PROTECTED] To: Struts [EMAIL PROTECTED] Sent: Wednesday, December 11

jsp name in action

2002-11-19 Thread Amit Badheka
How can I get the jsp name in the action from where the form is submitted? I can not use input attribute as it is the input type is not static, and the action class is called from three different jsps. pls help.

request parameter

2002-11-18 Thread Amit Badheka
I would like to add some request parameter in my action class , before forwarding it to jsp page. Is there any way to do it?

calsspath

2002-11-14 Thread Amit Badheka
I am trying to deploy ear file in weblogic6.1. The ear file contains - war file - with all jsp/action etc and all struts jars in web-inf/lib but, when i try to run it requires all struts lib in classpath. If I gives that it works fine, Please help.

special character

2002-11-12 Thread Amit Badheka
I want to show the currency symbols, I am using bean:write but it is not displaying symbol. I have bean:write as - bean:write name=cur property=value / the value store in DB is euro; when we put this string directly it gets converted, but when I puts bean:write it prints the value as it

Re: special character

2002-11-12 Thread Amit Badheka
as it is explained at the address http://jakarta.apache.org/struts/userGuide/struts-bean.html#write Xavier -Message d'origine- De : Amit Badheka [mailto:amit;direct2s.com] Envoyé : mardi 12 novembre 2002 13:49 À : Struts Users Mailing List Objet : special character I want

imp: frameset in template

2002-11-08 Thread Amit Badheka
Is there any way to put a jsp page that contains frameset, in template? I tried the same but the page contents are included as it is, and not the pages included in frames. template template:insert template='/common/b2bPageTemplate.jsp' template:put

Scripting vars

2002-11-06 Thread Amit Badheka
I have defined one scripting var like - logic:... bean:define id=rec name=pagingForm property=showRec scope=session/ %=rec% /logic:.. when I print the value inside it prints the value. but, I am not able to get the value of var outside the logic Is there any way to get the value of this var?

hrame in template

2002-11-04 Thread Amit Badheka
Can I include a frameset into Template? I have a page called index.jsp, that contains frameset defined. Now, I want to include this page in my template. I tried it but it does not includeing the pages inside the frames, but when I saw the generated html source the file contents are included.

Re:frame in template

2002-11-04 Thread Amit Badheka
frame, and not hrame. sorry. - Original Message - From: Amit Badheka [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, November 05, 2002 12:28 PM Subject: hrame in template Can I include a frameset into Template? I have a page called index.jsp

frames and context

2002-11-02 Thread Amit Badheka
is there Anybody who has used frames within struts application? please help. we are using frames, but when I forwards request to some page which is in frame, the context path is changes, is each frame has context dependencies?

page uri changes

2002-11-01 Thread Amit Badheka
I am trying to call a jsp from a jsp using html:link. My flow is like - jsp -- jsp -- action -- jsp(same page from where started) original uri is /ECatalogAdminApp/jsp/currency.jsp but when it comes to that page again uri becomes, /ECatalogAdminApp/currency.jsp please help.

URGENT: page uri changes

2002-11-01 Thread Amit Badheka
There are few things I would like to include is that the path for images are also changing same way as describe below. I am using relative path for all. Please help. - Original Message - From: Amit Badheka To: Struts Users Mailing List Sent: Friday, November 01, 2002 2:13 PM

url mapping

2002-10-29 Thread Amit Badheka
I would like to map my url for jsp pages in web.xml, The pages are kept as - /jsp/*.jsp so, everytime when I call any page I have to use url as ctx/jsp/some.jsp. Can anybody tell me how should I map my url so that I can directly call the jsp page(without prefixing /jsp). Thanks.

Re: url mapping

2002-10-29 Thread Amit Badheka
jsp renders the result later without them knowing. David From: Amit Badheka [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: url mapping Date: Wed, 30 Oct 2002 10:19:01 +0530 I would like to map my url

Re: url mapping

2002-10-29 Thread Amit Badheka
, 30 Oct 2002, Amit Badheka wrote: Date: Wed, 30 Oct 2002 11:03:40 +0530 From: Amit Badheka [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: url mapping Thanks for reply, David. You are right

generating serial no

2002-10-28 Thread Amit Badheka
Is there any tag available in struts to generate serial no ? AB.

html:option with iterate

2002-10-27 Thread Amit Badheka
=cat property=key/ html:option value=%=categoryId% %=categoryId%%=categoryNm%/html:option ---Here categoryId value display but in value it gives error- /logic:iterate /html:select Please help. Amit Badheka.

urgent:exception

2002-10-22 Thread Amit Badheka
. Amit Badheka.

Re: Startup Problem

2002-09-26 Thread Amit Badheka
Hi, make sure that the action/form class is declared public. Amit. - Original Message - From: Kalaiselvan [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, September 27, 2002 7:56 AM Subject: Re: Startup Problem Sorry, it was a pasting problem the package

Re: confusion about view part!!!

2002-08-29 Thread Amit Badheka
Thanks to all. Amit Badheka. - Original Message - From: Trieu, Danny [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, August 29, 2002 10:21 PM Subject: RE: confusion about view part!!! Amit, I've been using Struts/Tiles for quite sometime

confusion about view part!!!

2002-08-28 Thread Amit Badheka
or templates (or tiles) is better option? Please help me to sort out. Thanks in reading the mail. Amit Badheka.

Re: Losing my sanity: 1.1b Validator problems

2002-08-22 Thread Amit Badheka
Hi Ralf, try this, it should work - plug-in className=org.apache.struts.validator.ValidatorPlugIn set-property property=pathnames value=/WEB-INF/conf/validator-rules.xml,/WEB-INF/conf/validator.xml/ /plug-in in struts1.1b2 , multiple declaration of set-property is not allowed. Amit.

Re: IDE for struts - jbuilder?

2002-08-12 Thread Amit Badheka
try struts-builder by following the link - River North or Struts Builder It is very simple IDE that runs by generaing scripts and provides you all the required documents for a webapp. You are just need to put your buisness logics. There is also one more IDE just annouced for webapp using

Re: Struts Tag Library Issue

2002-08-12 Thread Amit Badheka
Hi, Is this any new tld file introduced in nightly build? I have not seen or heard of any such tld file in the framework. Amit. - Original Message - From: Ganesh Balachandran [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 13, 2002 12:08 AM Subject: Struts Tag Library

Re: Beginner's problem

2002-08-12 Thread Amit Badheka
Hi Hobie, Make sure that in your war file the properties file included in web-inf\classes folder. or if you are placing this file under your source package then it should be come under web-inf\classes\source-package\ApplicationResources.properties. By having a look at your definition, I

Re: Cannot find bean

2002-08-12 Thread Amit Badheka
Hi, make asure you have included all the required tld files and jar files(struts.jar + common*.jar) in the war file. Amit. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 13, 2002 10:38 AM Subject: Cannot find bean Hi there... I've been