RE: RE: Grid

2002-01-18 Thread Aapo Laakkonen
> dbForms looks good...put have you tested it? > or someone else? is it easy to use? Yes it is very easy to use, but I don't like it, 'cause it does too much and it is not very flexible. But for prototyping it's quite good and it is pretty fast to built db frontends with i

Re: Usage of struts in financial institutions

2001-11-01 Thread Aapo Laakkonen
> Is struts framework used in any of the financial firms ? Been there done that. -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: URL rewriting and cookies

2001-11-01 Thread Aapo Laakkonen
I still have not got any answers for the problem described below. Is there some problems with struts custom img-tag? Why it is generating tags like this? Where does this ';' came from and why there it is not '?' instead? Do I have to add ? on every picture if I like to use URL rewriting inst

Re: Weird problem (WAS)

2001-10-25 Thread Aapo Laakkonen
> Seems like my struts installation doesn't work anymore as expected. All my > forms do not have .do added to the end of action url anymore. It's > interesting because html:links does work. What can cause this behavior? I > did not do anything except updated my own jar-package. The problem was no

Weird problem (WAS)

2001-10-24 Thread Aapo Laakkonen
Seems like my struts installation doesn't work anymore as expected. All my forms do not have .do added to the end of action url anymore. It's interesting because html:links does work. What can cause this behavior? I did not do anything except updated my own jar-package.

Re: A Few questions about struts and WebSphere

2001-08-03 Thread Aapo Laakkonen
but not sure how). >> DataSource ds = (DataSource)servlet.getServletContext() >> .getAttribute(Action.DATA_SOURCE_KEY); Kind Regards Aapo Laakkonen Error 400 An error has occured while processing request:http://localhost/app/app/

WebSphere 3.5.4

2001-08-03 Thread Aapo Laakkonen
What steps are required to install Struts application on WebSphere 3.5.4 Application server? Is there something that need to be done? How did you deploy struts application on WebShere 3.5.4? Kind Regards Aapo -- Aapo Laakkonen, +358 (50) 33 99 682, ProjectCast Ltd, Helsinki, Finland.

Re: Wrong ordering of rendered html elements when using templates under WAS 3.5.x

2001-08-01 Thread Aapo Laakkonen
Title: FW: Wrong ordering of rendered html elements when using templates under WAS 3.5.x I don't know if this helps, but I use something like this:                                         - Original Message - From: Nik Malenovic To: [EMAIL PR

Re: Pre-Populating ActionForm (again)

2001-07-26 Thread Aapo Laakkonen
>>> Here is the work flow: >>> >>> 1. select user from list >>> - executes SelectUserAction that places UserBean in request scope. >>> - forwards to edituser.jsp. >>> 2. Populate form that is in edituser.jsp from UserBean >>> - that form has action mapping to UpdateUserAction. >>> 3. S

Re: Cutom Tag request

2001-07-25 Thread Aapo Laakkonen
> It just prints string values like tag but does not require name > attribute and cannot be used and associated with form. Of course I meant: It just prints string values like tag but does not require name attribute and can be used and associated with form.

Cutom Tag request

2001-07-25 Thread Aapo Laakkonen
tag would be nice. What others think? Here is some uses: It just prints string values like tag but does not require name attribute and cannot be used and associated with form. It also could have functionality. I know that this isn't a big issue, but sometimes you want to displa

Re: Pre-Populating ActionForm (again)

2001-07-25 Thread Aapo Laakkonen
> I know this too... but it's not the problem what I'm having. > > Here is the work flow: > > 1. select user from list > - executes SelectUserAction that places UserBean in request scope. > - forwards to edituser.jsp. > 2. Populate form that is in edituser.jsp from UserBean > - that fo

Re: Pre-Populating ActionForm (again)

2001-07-25 Thread Aapo Laakkonen
not populate and let the form > > populate itself from posted form. Same problems as in 2. > > > > 4. Somehow prepopulate the form with no manual > > population, but automatically. So do I pre-populate the > > form. What code I need to put in edituser action that > > previously placed userbean in request scope. I want to > > place the form object in that same scope, but don't > > know how. This is the best option and has no problems > > or at least I have not found a one. > > > > Thanks again! > > > > Aapo Laakkonen

Pre-Populating ActionForm (again)

2001-07-25 Thread Aapo Laakkonen
t I have not found a one. Thanks again! Aapo Laakkonen -- Aapo Laakkonen, +358 (50) 33 99 682, ProjectCast Ltd, Helsinki, Finland.

Re: Mappings, bloody mappings

2001-07-24 Thread Aapo Laakkonen
> The one you have marked as "also tried" looks all right though. :-) ... I must be doing something weird because I got it to work. Thanks for reply. I you have not replied to this, then I could have spend many more hours figuring out whats the problem. > I may be a typo, but your message mentio

Mappings, bloody mappings

2001-07-24 Thread Aapo Laakkonen
n, but all what I get is HTTP 400 Bad Request error. What I am doing wrong? Or should I do something different to get the same results? And I'm running struts on Apache Test Environment 3.2.1 for Visual Age 3.5.3. Thanks, Aapo Laakkonen -- Aapo Laakkonen, +358 (50) 33 99 682, ProjectCas

Re: URL mapping

2001-07-17 Thread Aapo Laakkonen
> Of course. But with this action-forward approach, you can forward only *.do > URLs. Please correct me, if I am wrong. It depends on what you specify as an extension for struts controller in your web.xml file.

Re: URL mapping

2001-07-17 Thread Aapo Laakkonen
> > I want to be able to map a URL to certain JSPs which may or may not have > > an action involved with them e.g map /logon to logon.jsp which also has as > > action also called logon also /tour to tour.jsp which has no associated action. > > > > How can I do this with struts?

Re: offtopic question

2001-07-11 Thread Aapo Laakkonen
> message: transaction isolation levels not supported. > > That let me suppose that both MS Access and MySql jdbc drivers do not > support yet well the rowset package. I think that access and mysql doesn't support transactions or they do not support the isolation level that was requested by your

Re: Has anyone used KONA? and how diffierent is it from struts?

2001-07-11 Thread Aapo Laakkonen
> take a look at www.dbforms.org > > It is built on top of struts and has tons of database support. > I know this doesn't answer your kona question, but it is something > to think about for database access. Thanks... quick question: Is dbForms intended to use as a replacement for struts or is i

Re: Has anyone used KONA? and how diffierent is it from struts?

2001-07-11 Thread Aapo Laakkonen
> I am sorry if I have confused everyone. But this is the Kona that I am talking > about, http://www.aki.com/kona I guess this is another MVC frameworks > created by aki. Seems interesting, at least for me. In my opinion the struts framework is too complicated and requires too many steps to cod

Database Access

2001-07-04 Thread Aapo Laakkonen
eat. Or how in general is the best way to implement database interactions in struts (not using ejbs)? I know that it may depend on what you are doing, but is there some common pattern that can be used? -- Aapo Laakkonen, +358 (50) 33 99 682, ProjectCast Ltd, Helsinki, Finland.

RE: Custom tag question

2001-07-01 Thread Aapo Laakkonen
s attributes on every custom tag is not always the best way to do it. Reusable tags is also one thing to consider. ex. there might be a need to define something like tag that can be used with several elements: text.welcome Logon Kind Regards Aapo Laakkonen

Custom tag question

2001-06-29 Thread Aapo Laakkonen
both of them (at the same time). This was just an example and at least I have found many places where I'd like to use child elements instead of attributes. Or is it just me who thinks that those runtime expressions are pretty ugly? -- Aapo Laakkonen, +358 (50) 33 99 682, ProjectCast Ltd, Hel