Struts-config.xml

2002-12-15 Thread usha
the struts-config.xml will become large file. is there any way i can create new configuration file and the action servlet class referes to this config.xml. what i mean is can i divide into different config files. Thanks usha -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Re: Struts-config.xml

2002-12-16 Thread usha
Hi do u mean that i can use the verison 1.1 now. then how it solves my problem then usha Andrew Hill wrote: lol. Its far more stable than 1.0.2 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 18:03 To: [EMAIL PROTECTED] Subject

Re: ResultsetDyna class

2003-02-12 Thread usha
Hi Vic i tried to use the RowsetDynaclass but i am getting a strange problems. i already put this in the bug list. right now i cannot use this rowsetdynaclass. if you can help me out in this regard you are welcome. i don't know when this bug will be solved. Thanks usha Vic Cekvenich wrote

Bigdecimal conversion error : urgent

2003-02-13 Thread usha
at org.apache.commons.beanutils.converters.BigDecimalConverter.convert(BigDecimalConverter.java:148) at org.apache.commons.beanutils.BeanUtils.copyProperty(BeanUtils.java:359) at org.apache.commons.beanutils.BeanUtils.copyProperties(BeanUtils.java:265) Thanks usha

iterate tag

2003-02-13 Thread usha
2 1 3 gdid : 2 gdid ctrid 24 23 Thanks usha - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Bigdecimal conversion error : urgent

2003-02-13 Thread usha
Hi Brian i don't want use the nighty build instead as you suggested to extend the ActionServlet i am doing that. Thanks a lot for the help Usha.. Brian Lee wrote: This has been fixed in the latest nightly build. If you specify convertNull=true as an init param in your web.xml

Re: iterate tag

2003-02-14 Thread usha
use the nested tag to display the in the format like following gdid : 1 gdid ctrid 12 1 3 gdid : 2 gdid ctrid 24 23 Thanks usha Sri Sankaran wrote: Following is based on connecting the dots of information you have provided (remember, not everyone on the list

date format

2003-02-17 Thread usha
Hi i need to display the date fields on the jsp in the format dd/MMM/. is there any simple way i can get this like configuration or writing any class etc.. if anybody has any ideas plz help me Thanks usha

Re: Bigdecimal conversion error : urgent

2003-02-19 Thread usha
also. Thanks usha Brian Lee wrote: This has been fixed in the latest nightly build. If you specify convertNull=true as an init param in your web.xml for the ActionServlet, it will default the BigDecimal form property to null instead of trying to create a new BigDecimal(null)- which throws

servlet mapping: urgent

2003-03-04 Thread usha
in the web.xml for this requirement. Thanks usha - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Servlet Mapping: urgent

2003-03-05 Thread usha
on the link the user select.how i can give a servlet-mapping for such type of URL for the ActionServlet. is this possible to do like this. Thanks usha - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Servlet Mapping

2003-03-06 Thread usha
Hi Nico Thanks a lot for the reply. You mentioned about the unknown action can you explain me a little bit how i can create an unknown action. actually i need to perform the action that i specify after '0' . Thanks usha Nicolas De Loof wrote: i am trying to give servletmapping

Re: Servlet Mapping

2003-03-06 Thread usha
Hi Edgar Sorry , i was not sure what you are saying regarding the Map struts to /context/live/*. can you expaling me little bit more. Thanks usha Edgar Dollin wrote: You can have a servlet mapped to /context/test/*. Map struts to /context/live/*. Your struts-config would have to have

Re: getPathInfo with Struts/Resin?

2003-03-06 Thread usha
Hi Kevin I also have similar problem. did you able to found any solution for this. Thanks usha Kevin Tung wrote: Hi, I have searched the archives and the newsgroups but couldn't find an answer that applies to my specific environment, hopefully someone here has done this before. I am running

Re: Servlet Mapping

2003-03-06 Thread usha
' is coming dynamically upon selecting some link on the UI. usha alexj wrote: What you will do in your web.xml def file is to define wich servlet will map all the request you will got. And based on wich pattern. By doing this you tell your server all the request who include *.do need to be *forwarded

Re: getPathInfo with Struts/Resin?

2003-03-07 Thread usha
... usha Kevin Tung wrote: Hi, I have searched the archives and the newsgroups but couldn't find an answer that applies to my specific environment, hopefully someone here has done this before. I am running Struts 1.1b3 (didn't work with 1.1b2 either) with Resin 2.1.6 I want to be able to do

Iterator taglibs

2003-03-21 Thread usha
Hi i wanted to use the iterators1.2 taglibs with struts. is is possible to use the with struts. Thanks usha - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

urgent: tld file error

2002-12-17 Thread usha
. thanks in advance usha -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

html tablib

2002-12-18 Thread usha
Hi can anybody tell me how the struts-html tld's text tag works.especially setting the property attribute for the texttag. thanks usha -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

regarding Struts-html.tld's text tag

2002-12-23 Thread usha
) at org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:10 12) at org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1107) at java.lang.Thread.run(Thread.java:536) Thanks usha -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: regarding Struts-html.tld's text tag

2002-12-23 Thread usha
Hi Karr you mean to say that struts-html form element then no. i have this inside a html form tag form. yes i have the load-on-startup element in the actionservlet set Thanks usha Karr, David wrote: Let's see. Is this inside a valid form element? Do you have the ActionServlet set

struts-layout taglibraries

2002-12-23 Thread usha
Hi anybody is using the struts-layout taglibraries. i wanted to know how to use this with strutsv1.0.2. thanks usha -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

login mechanism

2002-12-29 Thread usha
in advance usha.. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: login mechanism

2002-12-29 Thread usha
. right now with form based authentication i am getting this , but i had some drawbacks as i mentioned in the previous mail. is there a standard way i can use for user login checks. thanks usha Eddie Bush wrote: Write a proxy to retrieve the user data you wish to put in the session. The proxy

Re: login mechanism

2002-12-29 Thread usha
Hi can you tell me briefly how you are using filtes in security-example application. Thanks usha Matt Raible wrote: You could use a filter to map to all your protected resources. This is what I do in the security-example application I recently wrote. You can download the source

Re: struts-layout taglibraries

2002-12-30 Thread usha
on the header portion like add,delete,update. can u tell me what i need to do to achieve this. and if u have time can u explain me how this modes works. Thanks usha Xavier Escuderosabadell wrote: Hi Usha. We are using struts-layout, and I have to say that is very useful!! We've used it mainly

multiple parameters for dispatchaction

2003-01-02 Thread usha
usha -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: multiple parameters for dispatchaction

2003-01-02 Thread usha
Hi Dan Tran i cannot set as hidden field because in that page all the primary keys list will be there upon clicking on the on of the primary key the key has to passed to the dispatchaction class Thanks usha Dan Tran wrote: set your primary key as a hidden field. This way you dont have

Re: multiple parameters for dispatchaction

2003-01-03 Thread usha
Hi Dan Tran Correct on the first page i don't have any form its just a list upon cliking the primary key field i need to fill out my ActionForm for that primary key to show it on the next page. Thanks usha Dan Tran wrote: So you start out with a list of items and upon clicking on the item

Re: multiple parameters for dispatchaction

2003-01-03 Thread usha
that i can get it in the method in the request object, but this is an dispatchaction class i need to pass the parameter for the method to be excuted. can i pass another parameter along with this dispatchaction parameter in the link? Thanks usha Dan Tran wrote: After reading your message more

Date Formats

2003-01-06 Thread usha
this to java.sql.Date accepted format. Thanks usha javax.servlet.ServletException: BeanUtils.populate at org.apache.struts.util.RequestUtils.populate(RequestUtils.java:980) at org.apache.struts.action.RequestProcessor.processPopulate(RequestProcessor.java:779

using Log4J

2003-01-06 Thread usha
Hi can anybody tell me how where i can get the examples using LOG4J in struts. thanks usha -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: using Log4J

2003-01-06 Thread usha
Hi can we use the common-logging interface to logging in the ejb's or any other java classes also. i am using the jboss application server. if i want to use across all the applications what i need to do. Thanks usha Dan Tran wrote: Struts source code uses common-logging interface which

Re: using Log4J

2003-01-07 Thread usha
Hi i am using the Jboss its having in built log4j. if i use the common-logging then there won't be any prob. if i can use where do i need to place the common-loggin.jar. beacuse i need to logging in the entitybeans also Thanks usha [EMAIL PROTECTED] wrote: So having a wrapper around my log4j

Re: Formatted output within a nested iterate loop

2003-01-12 Thread usha
declare it as a string datatype it need to be keyed in some particular format. if this is the case how can i use 'format' in the bean:write format=###,###.00/ Thanks usha David M. Karr wrote: Norman == Norman Klein [EMAIL PROTECTED] writes: Norman I currently have a nested

problem with ResultSetDynaClass

2003-01-17 Thread usha
Hi i am stuck with this error from past 2 hrs. can any body tell me what i am doing wrong here i am writing the following code to use with struts con = CxcSvcLoc.getInstance().getCxcDataSource().getConnection(); stmt = con.createStatement(); rs = stmt.executeQuery(select

Re: RowSetDataSource and BasicDynaBean

2003-01-17 Thread usha
Hi in which build did you found this class. i was serching for this class. could u plz let me in which build of the common-beanutils i can found this. Thnaks usha TK wrote: I am trying to get BasicDynaBean to work within bean:write tags but it always throws error. : No getter method

urgent RowsetDynaClass help

2003-01-24 Thread usha
Hi i am trying to use the RowsetDynaclass in my actionform class like this public Collection getBatchidlist() throws Exception { rs = stmt.executeQuery(select ivtransbatchid from ivtranshdr order by ivtransbatchid); RowSetDynaClass rsdc = new

Re: urgent RowsetDynaClass help

2003-01-26 Thread usha
Hi Craig my property type is long only. can you suggest me what i can do to use this RowsetDynaClass Thanks usha Craig R. McClanahan wrote: On Sat, 25 Jan 2003, usha wrote: Date: Sat, 25 Jan 2003 15:21:36 +0800 From: usha [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL

Re: urgent RowsetDynaClass help

2003-01-26 Thread usha
as Integer. how to get the correct classname in the resultsetmetadata. can you help in this issue Thanks usha Arunachalam Jaisankar wrote: I think this is internal conversion problem. Your property type is long and ivtransbatchid is converted into integer based on the databased field type. What

Re: urgent RowsetDynaClass help

2003-01-26 Thread usha
Hi i am not geeting this conversion error while executing the qyery. i am getting this error when i try to create the Rowsetdynaclass from this resultset. How to use the Bigdecimal in dyna beans they are created by this rowsetDynaclass Thanks usha Arunachalam Jaisankar wrote: Instead

Re: urgent RowsetDynaClass help

2003-01-28 Thread usha
Thanks usha Craig R. McClanahan wrote: On Sat, 25 Jan 2003, usha wrote: Date: Sat, 25 Jan 2003 15:21:36 +0800 From: usha [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: urgent RowsetDynaClass help Hi i am trying to use the RowsetDynaclass

Re: urgent RowsetDynaClass help

2003-01-28 Thread usha
Hi Craig Thanks it works. Craig R. McClanahan wrote: On Tue, 28 Jan 2003, usha wrote: Date: Tue, 28 Jan 2003 16:26:11 +0800 From: usha [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: urgent

menus on the webpage

2003-01-29 Thread usha
Hi I am trying to search for the webpage menu tags that comes along with struts. i think write now in the struts 1.1b3 its not there. is there any plans to include in struts1.1 version. Thanks usha - To unsubscribe, e-mail

RowSetDynaClass

2003-01-29 Thread usha
Hi anybody is using the RowsetDynaClass Thanks usha - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

jsp:include

2003-01-30 Thread usha
on the hyperlink like this a href=../action/ivtranslist/ instead of the above link i wanted to include it in the same jsp page how to do this can anybody tell me Thanks usha - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Tiles help

2003-02-04 Thread usha
Hi can i write the code for tiles like this the code in the tiles-config.xml is !-- tabs page -- definition name=examples.tabs.page extends=examples.masterPage put name=title value=Tiles 1.1 Tabs layout example / put name=body value=examples.tabs.body / /definition !--

how to use the struts action in the tiles

2003-02-04 Thread usha
Hi i want to know how to use the tiles:insert to call struts action. is anybody is using the this tag to call the struts action. can anybody help its urgent Thanks usha - To unsubscribe, e-mail: [EMAIL PROTECTED

tiles help

2003-02-05 Thread usha
tag then i can't use this in the jsp. is there any way i can use the same structure. Thanks usha - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

item tag in the jsp

2003-02-05 Thread usha
on the JSP. can anybody tell me how to use this on the jsp Thanks usha - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

ResultsetDyna class

2003-02-10 Thread usha
Hi i have a small question i wanted to know when we create the resultsetdyna class. is it that result is closed and we can close the result set after returning th e iterator. Thanks usha - To unsubscribe, e-mail: [EMAIL