Re: jdk14 log

2003-03-19 Thread Navjot Singh
Hi Vic, Properties File Attached. Remember, the logging takes the formatter specified in props if called from command prompt. When i called from servlet, it take XMLFormatter by default. However, if you give BasicFormatter, it picks up SimpleFormatter. It just refuses to pick my customer

Setting content-type

2003-03-19 Thread Karl Stenerud
I'm trying to make sure the content type of documents served by the struts (Bframework are set to Shift_JIS. (B (BIs this a setting in struts or should it be set in the servlet container (B(Tomcat)? (B (BCurrently, I'm getting the following response from http requests: (B (BHTTP/1.1 200

RE: Action Form Design Problem

2003-03-19 Thread Ritesh Singhal
Yes, session propagates to child window. The problem is, if we have single form bean for all the data, then the data is not logically structured, we are mixing all kind of logically separate entities in single form bean. Can we have separate form beans for each of the popup and get all the data in

RE: [ANNOUNCE] Struts-JavaServer Faces Integration Library -- Early Access Version Now Available

2003-03-19 Thread Butt, Dudley
what is struts faces? -Original Message- From: Alexandre Jaquet [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 12:48 AM To: Struts Users Mailing List Subject: Re: [ANNOUNCE] Struts-JavaServer Faces Integration Library -- Early Access Version Now Available Ok Thanks Craig. --

Re: [ANNOUNCE] Struts-JavaServer Faces Integration Library -- Early Access Version Now Available

2003-03-19 Thread Nicolas De Loof
Early implementation of Java Server Face component using Struts framework http://www.mail-archive.com/[EMAIL PROTECTED]/msg62211.ht ml Nico. what is struts faces? -Original Message- From: Alexandre Jaquet [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 12:48 AM To:

RE: [ANNOUNCE] Struts-JavaServer Faces Integration Library -- Early Access Version Now Available

2003-03-19 Thread Tumi Mathibedi
A good place to start http://java.sun.com/j2ee/javaserverfaces/index.html -Original Message- From: Butt, Dudley [mailto:[EMAIL PROTECTED] Sent: 19 March 2003 10:17 To: 'Struts Users Mailing List' Subject: RE: [ANNOUNCE] Struts-JavaServer Faces Integration Library -- Early Access Version

webapps and single sign on

2003-03-19 Thread siddharth
hello, i have developed 3 web-apps using Struts. Let say app1, app2 and app3. I am currently using tomcat4 to run these apps. These apps are deployed as /var/tomcat4/webapps/app1 /var/tomcat4/webapps/app2 /var/tomcat4/webapps/app2 Each web-app is having its own login/logout mechanism. Users

Re: jdk14 log

2003-03-19 Thread Navjot Singh
ok, attachments are being stripped by mail server ;-) = handlers = java.util.logging.FileHandler .level= WARNING java.util.logging.FileHandler.formatter = com.myapp.util.logging.BasicFormatter java.util.logging.FileHandler.pattern = /tmp/n4m-%u.%g.log

license

2003-03-19 Thread modena
Hi i've a simple question about StrutsMenu and Display tag library... It's possible to use StrutsMenu and Display tag for realize commercial products? Thank in advance Alessio - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: webapps and single sign on

2003-03-19 Thread Gemes Tibor
Now if i want to have 'Single sign on' for these 3 apps, how it is possible http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/host.html#Single%20Sign%20On Hth, Tib - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: webapps and single sign on

2003-03-19 Thread Navjot Singh
hi, + Set a cookie with common name for all of them :-) + Write a program that is capable to convert/transfer one app's cookie to other app's cookie. (Oracle sign-on and microsoft etc do the same stuff) + Use JAAS if you are thinking of some good solution. Little time consuming :-) regards

Re: Using Struts 1.1 RC1 Within Eclipse With Tomcat Plugin

2003-03-19 Thread Jamesey
we are using 1.1b3 Eclipse and Sysdeo plugin.. we've had no problems. Alonso, Damian [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] .au... Hi Everybody, I have downloaded the latest version of Struts, and I am currently trying to upgrade to the new Struts 1.1RC1 version. I

help.. what do i charge

2003-03-19 Thread Jamesey
I have written a small payment portal using struts.. i have a buyer who now wants to talk cash..but i have no idea what i can sell the product for. I am not selling the code itself.. only the app and support. the app allows them to look up their ref number and pay their balance.. very simple

webapps in iplanet webserver

2003-03-19 Thread Ramesh_KumarP
Hi all, Any one worked on iplanet webserver 6.0 with stuts ?? Can any one tell me what is the to be done to run struts application on iplanet webserver-6.0 Regards, P.RAMESHKUMAR, ** This email (including any attachments)

RE: help.. what do i charge

2003-03-19 Thread Andrew Hill
No idea, but Ill be watching this thread to see the answers as Im quite curious about such things myself :-) What sort of market and clients are you selling to? MNC or SME, in USA, Europe, Australia etc...? -Original Message- From: Jamesey [mailto:[EMAIL PROTECTED] Sent: Wednesday, 19

Re: help.. what do i charge

2003-03-19 Thread Jamesey
my client is a UK Local Authority .. (and hopefully i can sell it to other ones too) Andrew Hill [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] No idea, but Ill be watching this thread to see the answers as Im quite curious about such things myself :-) What sort of market and

Re: webapps and single sign on

2003-03-19 Thread Gemes Tibor
Andrew Hill írta: Is there a best practice for doing this sort of thing in a container-independent way? It is part of the j2ee standard afaik, so single sign on should be implemented in all j2ee compliant containers. Tib

Example JUnit Tests for Validators

2003-03-19 Thread McRobb, John
Does anyone know where I can find an example oa a Junit Test for the validators. Ta John Tesco Personal Finance Limited is a joint venture between The Royal Bank of Scotland plc and Tesco PLC. Tesco Personal Finance Limited is registered in Scotland No 173199. Registered Office: 42 St

Re-Branding a site for Affiliates

2003-03-19 Thread Mick . Knutson
I have a design and implementation question surrounding Tiles and re-branding of a site I am creating. I want to be able to change the look and feel for affiliates to sell my service.So I want to be able to change the default Layout, and add a new Layout for each affiliate. In the heading

struts-el - weblogic

2003-03-19 Thread Eivind Waaler
I'm having some problems deploying the strutsel-exercise-taglib.war in my weblogic 7.0 server. WLS 7.0 is supposed to support jsp 1.2 and servlet 2.3, still i get the following error when trying to access the first index.jsp page: 19.mar.03 10:38:29 CET Error HTTP 101020

[newbie] Prepopulating a form

2003-03-19 Thread Johan Wasserman
Hi, I need to populate a form from a StateBean (session) before displaying it. I cannot find anything to do it when using a FormBean (request) since the bean is initialised when loading the form and no methods are available to read the StateBean from the session (or so I think), any suggestions

RE: Retrieving Request Values After Validation (DynaValidatorForm)

2003-03-19 Thread Johan Wasserman
Hi, Thanks to Rick Reumann's tutorials I have been able to figure out DynaValidatorForms and Validator. where can I find these tutorials? Thanks, Johan Wasserman -Original Message- From: Vinh Tran [mailto:[EMAIL PROTECTED] Sent: 13 March 2003 21:12 To: Struts Users Mailing List

Re: [newbie] Prepopulating a form

2003-03-19 Thread Gemes Tibor
Johan Wasserman írta: Hi, I need to populate a form from a StateBean (session) before displaying it. I cannot find anything to do it when using a FormBean (request) since the bean is initialised when loading the form and no methods are available to read the StateBean from the session (or so I

bean:write question

2003-03-19 Thread [EMAIL PROTECTED]
hello i have a class wich contains another class like class user which contains a class adress in a response. i'd like to write the properties in a jsp it morks well for the property of user with bean:write, but the property adress write the reference (call .toString()). that's what i waited,

Re: bean:write question

2003-03-19 Thread Gemes Tibor
[EMAIL PROTECTED] írta: hello i have a class wich contains another class like class user which contains a class adress in a response. i'd like to write the properties in a jsp bean:write name=user property=address.city / hth, Tib

Re: help.. what do i charge

2003-03-19 Thread Rasputin
* Jamesey [EMAIL PROTECTED] [0306 09:06]: my client is a UK Local Authority .. (and hopefully i can sell it to other ones too) my gut reaction would be to pretend to be a local authority and call around asking for quotes. Then put in a realistic figure based on that. In my experience, it's not

Re: bean:write question

2003-03-19 Thread [EMAIL PROTECTED]
hello i have a class wich contains another class like class user which contains a class adress in a response. i'd like to write the properties in a jsp bean:write name=user property=address.city / hth, Tib thanks couldn't have been more simple ! - SPECIAL ADSL L'ADSL à partir

problem converting resultset to RowsetDynaClass

2003-03-19 Thread VAN DEN BROEK, Johan
Hello, I 'm experiencing problems with RowSetDynaClass. When I try to convert a resultset containing a tinyint, I get the following errormessage: org.apache.jasper.JasperException: Cannot assign value of type 'java.lang.Short' to property 'btTaal_ID' of type 'java.lang.Integer' Everything else

Re: help.. what do i charge

2003-03-19 Thread Simon Kelly
The UK Local Authorities do have a policy on purchase of software (and other products), and I think, but don't quote me, you can get a copy from the Government offices in London. This outlines the policy of product offers to the government in general ascertaining to the price, guarantee and

Re: problem converting resultset to RowsetDynaClass

2003-03-19 Thread Mark Lowe
I might have a way to fix this how are you dening your BasicDynaClass before instantiating it? On Mercoledì, mar 19, 2003, at 11:46 Europe/Rome, VAN DEN BROEK, Johan wrote: Hello, I 'm experiencing problems with RowSetDynaClass. When I try to convert a resultset containing a tinyint, I

RE: help.. what do i charge

2003-03-19 Thread Rasputin
Think this was meant for the list. Don't forget support costs, or it'll be the bane of your life. - Forwarded message from [EMAIL PROTECTED] - From: [EMAIL PROTECTED] Subject: RE: help.. what do i charge To: [EMAIL PROTECTED] My thought would be to check what the going rate for

Re: help.. what do i charge

2003-03-19 Thread Jamesey
Simon that is a massive help.. just been doing the sums and i think its very reasonable.. cheers fella. J incidentally, what about if i decided not to sell directly and sold the product to a software house?? what then? Simon Kelly [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] The

Problem while opening file in Action servlet

2003-03-19 Thread Laurent de Menditte
Hi, I'm using Struts 1.1 rc1, Tomcat 4.1.18 I've written this Action class: import java.io.*; import javax.servlet.ServletException; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import

RE: Problem while opening file in Action servlet

2003-03-19 Thread Mohan Radhakrishnan
Hi, If your problem is that you need to check if that file is there or not , then this might help if( getServlet(). getServletContext().getResourceAsStream( resource ) == null ){ logger_.debug(Not found );

Re: help.. what do i charge

2003-03-19 Thread Simon Kelly
That would add in a middle man. This would either mean you would have to lower your price (Not what you really want) or the software house would add their percentage, and your code may never get in. In may ways it is better to work directly with someone like a local authority, especially if you

Re: help.. what do i charge

2003-03-19 Thread Jamesey
cheers simon.. it helps that i used to work for the dept head i'm pitching it to.. and he likes me anyway, plus all my old team are still there.. a bit of nepotism can go a long way.. thanks for the advice Jimbo Simon Kelly [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] That would

RE: [newbie] Prepopulating a form

2003-03-19 Thread Mohan Radhakrishnan
Or make the base action extend PopulateAction after the scaffold example. -Original Message- From: Gemes Tibor [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 4:01 PM To: Struts Users Mailing List Subject: Re: [newbie] Prepopulating a form Johan Wasserman írta: Hi, I need to

Struts / Versata

2003-03-19 Thread Kast, Jens
Is Anyone out there who did a Struts-Implementation together with a RapidDevelopmentTool called Versata? I would like 2 get in touch for kind of experience-exchange. Thx Jens Diese E-Mail enthält vertrauliche Informationen, die nur für den o.g. Empfänger bestimmt sind! Jede

Re: Using Struts 1.1 RC1 Within Eclipse With Tomcat Plugin

2003-03-19 Thread Joseph Fifield
We are using the same setup here and I moved to 1.1rc1 a couple of weeks ago with no problems. What version of eclipse, tomcat, and plugin are you running? Joe - Original Message - From: Alonso, Damian [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 1:57 AM

Re: Searching the Struts Mail List Archive

2003-03-19 Thread Dan Allen
to the Struts Mail List Archive. http://www.mail-archive.com/[EMAIL PROTECTED]/ and http://nagoya.apache.org/eyebrowse/SummarizeList?listId=42 The second interface seems to give more relevant search results. Have others found this to be true? You should also try

Re: Strut your Stuff validation

2003-03-19 Thread Jeff Kyser
I'm curious as to what change you had to make to the struts source code? I certainly haven't had to do that, although I thought it was pretty slick to be able to extend the framework by providing your own rules... The XML can be a little verbose, but to quote a Dire Straits song, you don't get

Re[2]: How to use forward parameters ? Newbie

2003-03-19 Thread Andre Selton
Hello Nicolas, Tuesday, March 18, 2003, 9:33:51 AM, you wrote: NDL set-property is used when using a class that extends ActionForward NDL (using className=) to set it's properties, without having to extend NDL ActionServlet or change struts DTD. I am undestanding this now. NDL If you want to

Re: [newbie] Prepopulating a form

2003-03-19 Thread Marco Maier
Hi Johan, try this... DynaActionForm yourForm = (DynaActionForm) this.createDynaActionFormFromFormBeanConfig(yourFormName, mapping); // prepopulate the form httpSession.setAttribute(yourFormName, yourForm); protected DynaActionForm createDynaActionFormFromFormBeanConfig(String

Beginner question

2003-03-19 Thread White, Joshua A (CASD, IT)
I have two struts actions: insertIt - adds an item to the database. When successful, this action forwards to the viewIt action putting the newly inserted items itemId into the request. viewIt - views an item by itemId (retrieves itemId from request) When insertIt successfully

Re: Re[2]: How to use forward parameters ? Newbie

2003-03-19 Thread Nicolas De Loof
I have some pages on my system who can be called from different places. The local from where they was called will determine the next page to show. One example of this is the login action. It can be called when the user press the login link on a application page. On this case after

Re: Strutsaction on different WebApps

2003-03-19 Thread Kjellaug Johansen
Finally I've found a solution on my problem. I had to change the name of the webapp component in weblogic's config.xml file. I changed it from WebApp to test/WebApp. Then the context of the request becomes correct. Thanks for all help, guys. :o) - Original Message - From: struts list

BeanUtils question with DynaForms?

2003-03-19 Thread Mick . Knutson
Can I use BeanUtils to convert a DynaForm to a concrete DTO that I have? The signiture matches the names in the DynaForm aside from the "Sentance Case". So, I have an element in the struts-config.xml called "firstName", and a UserDto that has a setFirstName(String firstName) Thanks in

RE: Beginner question

2003-03-19 Thread Mick . Knutson
Have you tried putting itemId into session context instead of request context? _ Thank You Mick Knutson Sr. Designer - Project Trust aUBS AG, Financial - Zürich Office: +41 (0)1/234.42.75 Internal: 48194 Mobile: 079.726.14.26 _ -Original Message- From: White,

StrutsMenu Coolmenu4 images

2003-03-19 Thread Jack Zakarian
Hi, I'm trying to use images with coolmenu4. I've added image=images/save.gif to Menu and to Item lines but it doesn't load. I checked the CoolMenuDisplayer4.java code and it contains the following; private static final String TOP_IMAGE = cmTopMenuImage; private static final

Re: Problem while opening file in Action servlet

2003-03-19 Thread Laurent de Menditte
OK, the file could be found. Now, do you have an idea of how I can do in order to make my API class read this file without error? Laurent - Original Message - From: Mohan Radhakrishnan [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Wednesday, March 19, 2003

Re: struts + resin

2003-03-19 Thread Daniel H. F. e Silva
Guys, I use Resin-2.1.8 and don't have problems. How are you deploying your application? Could you post here problematic part of your resin.conf file? Instead of configuring my application at resin.conf i put it at webapps folder and configure my application in web.xml according to Servlets and

Re: BeanUtils question with DynaForms?

2003-03-19 Thread Gemes Tibor
[EMAIL PROTECTED] írta: Can I use BeanUtils to convert a DynaForm to a concrete DTO that I have? The signiture matches the names in the DynaForm aside from the Sentance Case. So, I have an element in the struts-config.xml called firstName, and a UserDto that has a setFirstName(String firstName)

what j2ee design patterns does Struts use? Dispatcher View or Serviceto Worker?

2003-03-19 Thread Denis Wang
Hello, all, I am not sure how Struts matches with the j2ee presentation tier design patterns. For example, I assume: Decorating filter: N/A Front Controller: ActionServlet Composite View: taglib template View Helper: Action, ActionForm Dispather View: N/A Service to Worker: ActionServlet,

multiple validation files configuration in 1.1b3

2003-03-19 Thread Navjot Singh
hi all, Does Struts1.1b3 correctly configure validation files for multiple modules? I have a serious doubt. I am sure till Struts1.1b2 it was not working and it is documented on Apache site. thanks in advance for any words . Navjot Singh

RE: BeanUtils question with DynaForms?

2003-03-19 Thread Mick . Knutson
Well, I guess the Reflection methods I created were a futile tutorial then. They work pretty good though. _ Thank You Mick Knutson Sr. Designer - Project Trust aUBS AG, Financial - Zürich Office: +41 (0)1/234.42.75 Internal: 48194 Mobile: 079.726.14.26 _ -Original

Re: what j2ee design patterns does Struts use? Dispatcher View orService to Worker?

2003-03-19 Thread Gemes Tibor
Denis Wang írta: Hello, all, I am not sure how Struts matches with the j2ee presentation tier design patterns. Check this out. http://java.sun.com/blueprints/guidelines/designing_enterprise_applications_2e/web-tier/web-tier5.html#1094743 Btw I've found this via a quick google for struts

RE: what j2ee design patterns does Struts use? Dispatcher View or Serviceto Worker?

2003-03-19 Thread ALAMI Ahmed
In a J2EE application Struts helps to make a relation between the presentation layer and the service layer by implementing a layer called application. This relation is made by the servlet controller. Presentation = JSP, HTML, CSS, JAVASCRIPTS, TAGLIBS APPLICATION = Servlet, ACtionForm, Action,

Re: problem converting resultset to RowsetDynaClass

2003-03-19 Thread Mark Lowe
Okay You'll have to switch to ResultSetDynaBEan and copy values from your rs bean and you new one.. The types will have been set in rowsetdynaclass whuch is why you cant set a value of a different type. ResultsSetDynaClass rsdc = new ResultSetDynaClass(rs); Iterator it = rsdc.iterator(); //get

RE: How define a DynaActionForm to display a collection ?

2003-03-19 Thread Heligon Sandra
A last question: How to do the same thing with the display:* tag in order to have additional features like auto-paging, auto-sorting, ... I tried to modify the JSP page. I replaced logic:iterate id=itemBeans indexId=idx name=orderForm property=itemBeans type=com.xyz.ItemBean tr

Re: bean:write question

2003-03-19 Thread Dan Allen
bean:write name=user property=address.city / Again, with struts-el c:out value=${user.address.city}/ Dan -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Daniel Allen, [EMAIL PROTECTED] http://www.mojavelinux.com/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

struts validator

2003-03-19 Thread Navjot Singh
hi all, I have this kind of setup. + def, mod1, mod2 [3 Modules] + Def1.properties, Mod1.properties , Mod2.properties [respective Message Resources] + validation-def.xml, validation-mod1.xml, validation-mod2.xml [respective Validation files] I have tried this. BUT every time, after Validation

Re: BeanUtils question with DynaForms?

2003-03-19 Thread Kris Schneider
Well, you can copy and convert the *properties* of your DynaActionForm. Try BeanUtils.copyProperties(dao, form). Quoting [EMAIL PROTECTED]: Can I use BeanUtils to convert a DynaForm to a concrete DTO that I have? The signiture matches the names in the DynaForm aside from the Sentance Case.

Re: webapps and single sign on

2003-03-19 Thread Mark Zeltser
Define module for each of your apps. Use container managed authentication to define accessibility based on user role. Mark. siddharth wrote: hello, i have developed 3 web-apps using Struts. Let say app1, app2 and app3. I am currently using tomcat4 to run these apps. These apps are

Re: jdk14 log

2003-03-19 Thread Vic Cekvenich
Navjot Singh wrote: Hi Vic, Properties File Attached. Remember, the logging takes the formatter specified in props if called from command prompt. When i called from servlet, it take XMLFormatter by default. However, if you give BasicFormatter, it picks up SimpleFormatter. It just refuses to

1.1-rc1 and Validator

2003-03-19 Thread Steve
I have just recently begun to utilize the validator in our application and had I simple question that I could not find an answer to searching the archives. I have a search form that a user can enter in 1..n criteria for searching. In a simple case there are two input fields. The validation should

Re: struts-el - weblogic

2003-03-19 Thread David M. Karr
Eivind == Eivind Waaler [EMAIL PROTECTED] writes: Eivind I'm having some problems deploying the strutsel-exercise-taglib.war in my Eivind weblogic 7.0 server. WLS 7.0 is supposed to support jsp 1.2 and servlet Eivind 2.3, still i get the following error when trying to access the

[ANN] NJ MVC Open Source Meeting (njmvcopensource)

2003-03-19 Thread Menke, John
The NJMVCOPENSOURCE group will be having it's monthly meeting this Sunday at the Morristown Public Library in Morristown NJ at 2:30 New members are welcome!!! We are scheduled to talk about using JDeveloper / BC4J and PostgreSQL with Struts to develop web applications. Other topics may include

Tiles question about file location(s)

2003-03-19 Thread Mick . Knutson
I am wondering how I should structure my tile files I currently have secured, and non-secured files planned to be used: Non Secured: == /index.jsp /help.jsp /content/*.jsp /content/*.do Secured: === /private/*.jsp /private/*.do Both use common tiles, images, styles etc..:

error handling

2003-03-19 Thread michael wimmer
Hi, being pretty new to Sturts, I just finished a simple form with the according FormBean and Action classes. Now I face the problem, that I should display the error Text if an entry is missing and change the style of the input field. html:errors property=.../ works fine for displaying the

Re: webapps and single sign on

2003-03-19 Thread Umberto Nicoletti
On Wed, 2003-03-19 at 13:40, Navjot Singh wrote: hi, + Set a cookie with common name for all of them :-) + Write a program that is capable to convert/transfer one app's cookie to other app's cookie. (Oracle sign-on and microsoft etc do the same stuff) I'm curious about this and it might

Repost - Messages with Scaffold Helper Class

2003-03-19 Thread Tony Tahbaz
Sorry to repost this but I haven't been able to figure this one out yet... I'm having trouble getting messages to show up in my .jsp file using a scaffold approach. In my helper bean I'm setting a couple of messages like: ProcessResult result = new ProcessResultBase();

RE: 1.1-rc1 and Validator

2003-03-19 Thread James Turner
Check out the requiredif validator, you can use it with the NULL condition to require one field if the other one is null. James -Original Message- From: Steve [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 9:27 AM To: [EMAIL PROTECTED] Subject: 1.1-rc1 and Validator

RE: Calendar tag lib

2003-03-19 Thread Kruse, Matt
http://www.mattkruse.com/javascript/ has a nifty calendar popup for a client side date picker. Now that I am getting into using Struts, I plan to wrap my javascript calendar popup inside a taglib to make integration easier. Watch the above URL in the next few weeks and it'll hopefully show up.

RE: Calendar tag lib

2003-03-19 Thread Mick . Knutson
Will it be i18N compliant? _ Thank You Mick Knutson Sr. Designer - Project Trust aUBS AG, Financial - Zürich Office: +41 (0)1/234.42.75 Internal: 48194 Mobile: 079.726.14.26 _ -Original Message- From: Kruse, Matt [mailto:[EMAIL PROTECTED] Sent: Wednesday, March

RE: StrutsMenu Coolmenu4 images

2003-03-19 Thread Edgar Dollin
I would start by looking at the generated HTML. One other thing to check is if your pages have any path information, i.e. struts modules or general application context then the images need either absolute images references or leading slashes to resolve correctly. Edgar -Original

RE: jdk14 log

2003-03-19 Thread Robert Taylor
Vic and Navjot, sorry I didn't respond sooner, I can't interact with the mailing list from work. I didn't really do anything special to get JDK1.4 logging to work with Struts. From what I understand, commons-logging will detect JDK1.4 logging, and use the logging.properties file for

ForwardAction with redirect

2003-03-19 Thread Ian Hunter
I saw a Bugzilla post from someone who needed to use ForwardAction but get a redirect rather than a forward, and suggested implementing a RedirectAction -- did that ever get done? How are folks handling this scenario? - To

RE: Beginner question

2003-03-19 Thread White, Joshua A (CASD, IT)
This suggestion brings up another question. To properly set my boolean values (radio buttons), my reset method sets my booleans to false. If I leave my form in session, doesn't the controller call the reset method after every after every request? If my booleans equal true, by the time I get to

how to define a bookmark with an html:form anchor???

2003-03-19 Thread Nicolas Robert
Hi, Could you tell me how can I render this HTML code (specially the #MyTargetLineName) : form name=myActionName method=post action=/myaction.do#MyTargetLineName with an html:form anchor ? I've tryied with : % String actionName = /myaction.do#MyTargetLineName; % html:form

dealing with null values

2003-03-19 Thread teknokrat
I need to write out beans that can have complex nested object that may sometimes be null. If they are null i would like nothing to be output. Is there a way to do this with struts without having to check if a property exists every time? thanks

Is it possible to display:* tag with DynaActionForm

2003-03-19 Thread Heligon Sandra
Has someone already used the display:* tag with a DynaActionForm ? The display tag library knows nothing about Struts, but I didn't want to pass my DTO object to the JSP I would like to use the DynaActionForm that I populate from my DTO object. A

ActionError not supporting bundle

2003-03-19 Thread David Gagnon
Hi all, I look into the RC1 code to find that ActionError doesn't allow to specify the bundle to search for a given error message. I my application I have multiple modules and multiple message ressource files. How can I specify error messages coming from different bundles? The Errors

Re: bean:write question

2003-03-19 Thread teknokrat
[EMAIL PROTECTED] wrote: hello i have a class wich contains another class like class user which contains a class adress in a response. i'd like to write the properties in a jsp bean:write name=user property=address.city / hth, Tib thanks couldn't have been more simple ! -

RE: bean:write question

2003-03-19 Thread Sri Sankaran
That can be elegantly handled with JSTL as c:out value=${user.address.city} default=help!/ Sri -Original Message- From: teknokrat [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 10:35 AM To: [EMAIL PROTECTED] Subject: Re: bean:write question [EMAIL PROTECTED] wrote: hello

Re: Repost - Messages with Scaffold Helper Class

2003-03-19 Thread Rick Reumann
On Wed, 19 Mar 2003 07:54:09 -0700 Tony Tahbaz [EMAIL PROTECTED] wrote: Sorry to repost this but I haven't been able to figure this one out yet... I'm having trouble getting messages to show up in my .jsp file using a scaffold approach. In my helper bean I'm setting a couple of messages

RE: BeanUtils question with DynaForms?

2003-03-19 Thread Mick . Knutson
I was actually wondering if it would work both ways: BeanUtils.copyProperties(dto, dynaForm) BeanUtils.copyProperties(dynaForm, dto) Should work both ways like this yes? _ Thank You Mick Knutson Sr. Designer - Project Trust aUBS AG, Financial - Zürich Office: +41 (0)1/234.42.75

RE: Beginner question

2003-03-19 Thread Sri Sankaran
I would shy away from chaining actions. When the user submits a request to add a new item, the action that handles this request should (a) call the necessary business layer methods that in turn update the database (b) load object(s) needed by the next view (JSP) in the request or

OT: SQL statement generator for a web based list

2003-03-19 Thread David Gagnon
Hi all, Sorry to bug the list for that .. I looked around and haven't found my answer . and pretty sure you guys had this problem already. My web application support lists. Searches on the list can be done by specifying several parameters .. like ID, Country, name .. whatever. From

Re: jdk14 log

2003-03-19 Thread Anand M S
I'm also having probel with jdk logging, I'm not sure how the the following methods of Logger should work log(Level level, String msg, Object param1); log(Level level, String msg, Object[] param1); If I pass array of objects as a parameters to this method, my understanding is it should print the

RE: IBM AIX

2003-03-19 Thread Butt, Dudley
any comments, anyone? please -Original Message- From: Butt, Dudley Sent: Tuesday, March 18, 2003 4:39 PM To: '[EMAIL PROTECTED]' Subject: IBM AIX Does anyone know if Struts will work on Weblogic 7 SP1 under IBM AIX? NOTICE: This message contains privileged and confidential

RE: Beginner question

2003-03-19 Thread Tai Nguyen
Joshua, The reset method is called BEFORE the form bean is populated from the request. Therefore, it is not possible to lose any data from the user's form post. So, the basic flow is: create or reuse Form bean reset populate validate Action perform or execute return forward. Tai

RE: BeanUtils question with DynaForms?

2003-03-19 Thread Kris Schneider
Yup. Quoting [EMAIL PROTECTED]: I was actually wondering if it would work both ways: BeanUtils.copyProperties(dto, dynaForm) BeanUtils.copyProperties(dynaForm, dto) Should work both ways like this yes? _ Thank You Mick Knutson Sr. Designer - Project Trust aUBS AG,

RE: Using different actionform types before and after a display page.

2003-03-19 Thread Sri Sankaran
What do you mean by does not seem to work? Do you get null values? NPE? Is your ActionFormA still in scope (available) in SetupActionB? In other words, can you get a non-null value for either of request.getAttribute(ActionFormA.key); or session.getAttribute(ActionFormA.key); Sri

RE: StrutsMenu Coolmenu4 images

2003-03-19 Thread Edgar P. Dollin
I am not a committer so I am guessing to some degree, but it looks like the image is not being passed through to coolmenus (look at the generated code for save). I am not a coolmenu expert either so I don't know if coolmenus doesn't support the image or if struts-menu just didn't generate the

RE: Beginner question

2003-03-19 Thread Steve Stair
I sounds like you WANT to do is redirect to a page that, when reloaded, will just redisplay the item. So, you should redirect them to a URL that contains the itemId as a parameter. -- Steve Stair - To unsubscribe, e-mail:

RE: IBM AIX

2003-03-19 Thread Steve Stair
Assuming WebLogic runs under AIX, no reason that it shouldn't work. Struts is pure Java code. I'm using Struts / WebLogic on a windows box and a Sun box and both work just fine. -- Steve Stair - To unsubscribe, e-mail: [EMAIL

RE: jdk14 log

2003-03-19 Thread Craig R. McClanahan
On Wed, 19 Mar 2003, Robert Taylor wrote: Date: Wed, 19 Mar 2003 10:10:36 -0500 From: Robert Taylor [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: RE: jdk14 log Vic and Navjot, sorry I didn't respond

Re: Setting content-type

2003-03-19 Thread Craig R. McClanahan
On Wed, 19 Mar 2003, Karl Stenerud wrote: Date: Wed, 19 Mar 2003 17:16:16 +0900 From: Karl Stenerud [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Setting content-type I'm trying to make sure the content

Re: help.. what do i charge

2003-03-19 Thread Daniel Jaffa
You should charge just enough not to make them say that they do not want your product. How much do you think they would pay for the code + support. Charge x for the software, charge y for support. And Charge xyz to any upgrade request. So if you think they can afford $3000, charge them that +

struts-menu used with or without Tiles?

2003-03-19 Thread Mick . Knutson
Is struts-menu to be used with or without Tiles? == Thank You Mick Knutson Sr. Designer - Project Trust aUBS AG, Financial - Zürich Office: +41 (0)1/234.42.75 Internal: 48194 Mobile: 079.726.14.26 Visit our website at http://www.ubswarburg.com This message contains confidential

  1   2   3   >