Re: can not retrieve action mapping?

2004-04-12 Thread Manfred Wolff (neusta)
Mu. don't define that.do but only /that and evrything will work fine. Be care, that you have described a servlet extension mapping in your web.xml. Manfred Mu Mike wrote: > I have this.jsp under the dir /this, it has a form defined like the below > > > ... > > > while in struts-that-config.xm

Re: Fwd: RE: Problem with LookupDispatchAction and parameter operation

2004-04-12 Thread Manfred Wolff (neusta)
Don't forget the message resource bundle, where the keys button.consult and button.search are defined! Manfred Struts Framework wrote: I hava already this solution, but without sucess. - Segue mensagem encaminhada - De: "Sanoj, Antony (IE10)" <[EMAIL PROTECTED]> Data:

SV: Struts Form Validation

2004-04-12 Thread hermod . opstvedt
Hi In you mapping you have : input="/com/mbresearch/main/view/signin.jsp" - This is where it will go if something goes wrong. Hermod -Opprinnelig melding- Fra: Ray Madigan [mailto:[EMAIL PROTECTED] Sendt: 7. april 2004 20:03 Til: Struts-User Emne: Struts Form Validation I have a proble

TIles Problem

2004-04-12 Thread Amanpreet Singh
All, I am new to Tiles and getting this error after setup of the framework with tileDEfinitions. Can some body help me out? Thanks Amanpreet ERROR HTTP Status 500 - type Exception report message description

RE: Internationalization

2004-04-12 Thread Vijay.Nair
Thanks Sanoj, I am a bit poor on this fundamental issue of internationalizationDo I need to specifically create a Locale Object for the User What I was thinking was if in my struts-config.xml if I specify ApplicationResources_fr_FR , the values would be picked up Please do correct me

Re: DynaValidatorActionForm

2004-04-12 Thread Niall Pemberton
Take a look at the LazyValidatorForm I wrote - specifically the get(String name, int index) method handles this scenario. http://www.niallp.pwp.blueyonder.co.uk Niall - Original Message - From: "Shoaib" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Tu

Re: DynaValidatorActionForm

2004-04-12 Thread Shahriar Jamshidi
I dont think DynaActionForm will help you in what your trying to do. From what I understand DynaActionForm is an actionForm where the elements are defined in the struts-config file rather than in you own java code. (Ie you dont have to write java class that extends actionForm and make getValue() s

DynaValidatorActionForm

2004-04-12 Thread Shoaib
Dear All, We are trying to implement all ActionForm in our project by DynaActionForm. But we are not able to use DynaActionForm, where there are dynamic number of rows on the page eg in case of purchase order we don't know how many line items will be there. Can anybody please help me in doing it

RE: Jasper error

2004-04-12 Thread Wendy Smoak
> From: as as [mailto:[EMAIL PROTECTED] > value="<%= request.getParameter("id") %>"> > need I change the syntax... What's wrong with: Is there some reason you're not using the Struts tags? -- Wendy Smoak Application Systems Analyst, Sr. ASU IA Information Resources Management --

Jasper error

2004-04-12 Thread as as
Hi, Any one seen this error. generated the following general exception: org.apache.jasper.JasperException: /myPage.jsp(61,6) jsp.error.attribute.noequal Seems its coming out of this line... "> need I change the syntax... thanks much in advance... -Sam.

RE: Dispatch Action Questions

2004-04-12 Thread Blake Whitmore
> On the downside, this is going to create a huge > struts-config file as there are about 40 > tables in the application. Have you checked out xDoclet for managing your struts-config / validation.xml files? Basically the two above mentioned files will be constructed via meta-data found in yo

RE: How to use frames in Struts framework?

2004-04-12 Thread Eric Dahnke
The biggest issue I had with frames in Struts using Tiles, was that the frameset itself was within the typical pages / directory. This made the paths I had to use within the tiles-def file a bit strange, as well as the paths to images,css,js within the jsps themselves (those had to become ../imag

Fwd: RE: Clustering Application Scope Objects

2004-04-12 Thread Mike Duffy
--- "Filip Hanik (lists)" <[EMAIL PROTECTED]> wrote: > From: "Filip Hanik \(lists\)" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Subject: RE: Clustering Application Scope Objects > Date: Mon, 12 Apr 2004 09:49:41 -0500 > > and that is why we don't focus on implementing thi

RE: How to use frames in Struts framework?

2004-04-12 Thread Shyamal Shah
nevermind folks..it was a wrong URL.. From: "Shyamal Shah" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: How to use frames in Struts framework? Date: Mon, 12 Apr 2004 12:37:56 -0400 I am trying to load a frame page in Struts but unfor

Fwd: Fwd: RE: Problem with LookupDispatchAction and parameter operation

2004-04-12 Thread Struts Framework
I don't believe!!! I remove war file from jboss-3.2.1 and put in Tomcat 4 and works - Segue mensagem encaminhada - De: "Struts Framework" <[EMAIL PROTECTED]> Data: Mon, 12 Apr 2004 12:30:59 -0300 Para: [EMAIL PROTECTED] Assunto: Fwd: RE: Problem with LookupDispatchAc

Re: Servlet filters with Struts

2004-04-12 Thread Craig McClanahan
as as wrote: Hi, I have the same issue.Seems struts is running pretty slow (or porbably its becuase of back end database connections to mysQL using Hberntae).Any waqys I can improve the perfrmance. I am using Weblogic 7.0 The most important consideration when dealing with performance issues is

Re: DynaValidatorActionForm validation order of operations?

2004-04-12 Thread Stjepan Brbot
I don't know how does it work with DynaValidatorActionForm (I guess the same as with DynaValidatorForm) but DynaValidatorForm (Struts v1.1) shows all validation errors (for all fields in form) in only one round-trip. Do you use Struts v1.0 or v1.1? SB "Hodgeman, Robert (LNG)" <[EMAIL PROTECTED]

How to use frames in Struts framework?

2004-04-12 Thread Shyamal Shah
I am trying to load a frame page in Struts but unfortunately it is not working. It is opening the frames page alright if I dont specify any source for frames but if I do specify it it is not finding the page. I am getting the following error message on my top frame : "Error 404--Not Found From

Re: Translating i18n keys in Struts?

2004-04-12 Thread bOOyah
Joe Hertz wrote: You just need property files defining the various i18n strings. http://www.anassina.com/struts/i18n/i18n.html Sorry Joe - I obviously didn't explain myself adequately. I already have property files containing i18n keys + strings. Like this: ApplicationResources_en.properti

RE: html:link -- module attribute

2004-04-12 Thread Wendy Smoak
> From: Josh Holtzman [mailto:[EMAIL PROTECTED] > What is the Status of the 1.2 build? Is it stable? There was 1.2.0 but it did not get promoted to an official stable release. So the nightly build is "1.2" for now until they make another release. Is it stable? I have no problem using Struts

Fwd: RE: Problem with LookupDispatchAction and parameter operation

2004-04-12 Thread Struts Framework
I hava already this solution, but without sucess. - Segue mensagem encaminhada - De: "Sanoj, Antony (IE10)" <[EMAIL PROTECTED]> Data: Mon, 12 Apr 2004 08:26:07 -0700 Para: Struts Users Mailing List <[EMAIL PROTECTED]> Assunto: RE: Problem with LookupDispatchAction and par

Re: Servlet filters with Struts

2004-04-12 Thread as as
Hi, I have the same issue.Seems struts is running pretty slow (or porbably its becuase of back end database connections to mysQL using Hberntae).Any waqys I can improve the perfrmance. I am using Weblogic 7.0 Thanks so much as this will highly help in running my jsp's faster ( I did try incl

override isUserInRole

2004-04-12 Thread MOHAN RADHAKRISHNAN
Hi I am looking for ways to bypass CMA in one case which requires an anonymous user to view some data. 1. I am trying to use public class RequestWrapper extends HttpServletRequestWrapper{ private HttpServletRequest request; public RequestWrapper( HttpServletRequest req )

RE: Problem with LookupDispatchAction and parameter operation

2004-04-12 Thread Sanoj, Antony (IE10)
hi, > > > what is action="mapCoordinate.html" ? Change it to "mapCoordinate". Regards, Sanoj Antony -Original Message- From: Struts Framework [mailto:[EMAIL PROTECTED] Sent: Monday, April 12, 2004 8:41 PM To: [EMAIL PROTECTED] Subject: Problem with LookupDispatchAction and parameter

Problem with LookupDispatchAction and parameter operation

2004-04-12 Thread Struts Framework
Hi, I'm using the following environment with LookupDispatchAction. struts-config.xml MapCoodinateAction.java public class MapCoordinateAction extends LookupDispatchAction { protected Map getKeyMethodMap() { Map map = new HashMap(); map.put("

RE: html:link -- module attribute

2004-04-12 Thread Josh Holtzman
Bill, Thank you. What is the Status of the 1.2 build? Is it stable? Also, is it specified in the documentation that the module attribute is only available in Struts 1.2? Or is this misleading in the documentation? Thanks again. Regards, Josh Holtzman American Data Company [EMAIL PROTECTE

TC5+encoding

2004-04-12 Thread Paulo Alvim
Hi! I've just moved my Struts+Tiles application from TC4 to TC5 and I'm now having encoding problems when trying to post data...(portuguese special characters aren't being recognized). I've read topics about Tomcat 5+encoding issues related to "included JSPs" (ex: http://forum.java.sun.com/thread

RE: Internationalization

2004-04-12 Thread Sanoj, Antony (IE10)
This is what I have perceived.(correct me if I am wrong) Say u have two resourcebundles as follows, ApplicationResources_en_US.properties ApplicationResources_fr_FR.properties When the user logs in to your application, based on the users locale, you set the locale to english, US or you set to f

Re: html:link -- module attribute

2004-04-12 Thread Bill Siggelkow
The "module" attribute of html:link is available in the nightly build (Struts 1.2). To make your links work with Struts 1.1 use the SwitchAction. Josh Holtzman wrote: Hello, I'm developing a struts application with two modules - a website module, and an Extranet module which permits users t

Re: Servlet filters with Struts

2004-04-12 Thread Bill Siggelkow
Well of course it will affect performance because the container is doing stuff it would not be doing otherwise -- the question is more like "will the negative performance impact be significant?" I would say if you calculating the elapsed time it should not be. It depends on what your filter

RE: Dispatch Action Questions

2004-04-12 Thread Takhar, Sandeep
I would have a problem in the sense that you are limiting what your users can designate as use cases. Or can you add on top of this (i.e. override default behaviour?). For example I may want to update the table as a list (I know that there are many issues, but let's say this is valid). Meanin

html:rewrite question

2004-04-12 Thread Henrique VIECILI
Hi, I need to pass 2 parameters in the html:rewrite tag but i didn´t find out the correct sintax. Can anyone help me? []´s Henrique Viecili - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

Internationalization

2004-04-12 Thread Vijay.Nair
Hello All, Our application is going to be a French Application with the display in the Jsp pages to be French. By just configuring the message-resource parameter to use a bundle file which is in French can this be achieved... I mean for English we have ApplicationResources ...for French w

Re: Translating i18n keys in Struts?

2004-04-12 Thread Joe Hertz
You just need property files defining the various i18n strings. http://www.anassina.com/struts/i18n/i18n.html HTH -Joe > -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of bOOyah > Sent: Monday, April 12, 2004 7:48 AM > To: [EMAIL PROTECTED] > Subject: Q: Translating

Dispatch Action Questions

2004-04-12 Thread Faus, Lee
I have an application that I am trying to architect using Struts.  One of the questions we have is the advantage/disadvantage to each of the following approaches.   1. For each table in the database, we plan on having one form bean, and 4 action classes that will extend an ActionBase clas

RE: Displaying an in-progress page while navigating from one page to another

2004-04-12 Thread Sanoj, Antony (IE10)
Hi, I have the same scenario in lots of list pages in my application. What I have done is have an intemediate page, say loading.html, in which I put whatever message or gif I want the user to see. Now once this loading page loads, I fire the onload event of loading.html body. In this ev

RE: Displaying an in-progress page while navigating from one page to another

2004-04-12 Thread Menke, John
I had problems doing this as gifs stop animating after a submit at least in IE the only env i tested. (assuming you submit to your action on first page and gif is located on same page and you go directly to destination page. what i ended up doing is finding an applet for my animation and using dy

Q: Translating i18n keys in Struts?

2004-04-12 Thread bOOyah
Hi I want to use 'html:select' and 'html:optionsCollection' to draw menus on my page. I'm thinking of filling my collection of menu strings with i18n keys that correspond to string properties in my various resource bundles. So menuList[0] = "menu.item.search" menuList[1] = "menu.item.

RE: [DisplayTag]How to avoid 'context switching' when sorting columns

2004-04-12 Thread Takhar, Sandeep
I haven't tried this, but somewhere on their site they say you should use a uri="" on the table. I haven't tested it is what I should say because that is the way I have coded it. It might be in their faq's.. sandeep -Original Message- From: Frank Schaare [mailto:[EMAIL PROTECTED] Sent