Re: jsp not rendered

2004-01-11 Thread wiwit_tjahjana
Otavio: When you say the JSP page does not work, what do you mean? Do you get specific error message? Which part of the JSP page is NOT rendered correctly? The JSP snippet you gave below is good. Usually, the cause of a JSP (or HTML for that matter) page not rendered correctly is that the

Exception handling in struts

2004-01-11 Thread vasudevrao gupta
Hi All, Please give me some inputs on how to handle exceptions in struts. It would be easier for me understand with a sample code. Regards VasudevRaoGupta Confidentiality Notice The information contained in this electronic message and any attachments to this message are intended for the

Re: jsp not rendered

2004-01-11 Thread Otávio Augusto
When I say the page is not rendered I mean a big white page, with no content at all, is rendered. And the most weird thing is that the problem was solved when I used the following code: logic:present name=buscaResp logic:iterate name=buscaResp id=resp Nome: bean:write name=resp property=nome/br

Re: previous page navigation

2004-01-11 Thread Manfred Wolff
David. I have posted a solution a few days ago. Please read http://mwolff.org/struts/articles/HowTo-Back.html Thats really not the best solution but a very simple way. Perhaps you use it a make it better. Than it were good, if you gave me feedback. Manfred David Liles wrote: I am working on

Re: previous page navigation

2004-01-11 Thread Manfred Wolff
oops is down. try http://manfred-wolff.de/struts/articles/HowTo-Back.html Manfred Wolff wrote: David. I have posted a solution a few days ago. Please read http://mwolff.org/struts/articles/HowTo-Back.html Thats really not the best solution but a very simple way. Perhaps you use it a make it

Re: populate indexed property : skipping read-only property - SOLVED

2004-01-11 Thread Pierre Henry
Pierre Henry wrote: Hi all, I am trying to use an indexed property following the howto (http://www.apache.org/~sraeburn/maven/faqs/indexedprops.html). I also read many many related mails on this list, but... :( I have no problem with the getters, but unfortunately, I can not make it work to

RE: Exception handling in struts

2004-01-11 Thread Robert Taylor
http://www.mail-archive.com/cgi-bin/htsearch?config=struts-user_jakarta_apac he_orgrestrict=exclude=words=handle+exceptions http://www.google.com/search?hl=enie=UTF-8oe=UTF-8q=Struts+Exception+Hand ling robert -Original Message- From: vasudevrao gupta [mailto:[EMAIL PROTECTED] Sent:

Re: Exception handling in struts

2004-01-11 Thread Martin Gainty
Robert Attempting to link to the first link.. ht://Dig error htsearch detected an error. Please report this to the webmaster of this site. The error message is: Unable to read configuration file ???-Martin - Original Message - From: Robert Taylor [EMAIL PROTECTED] To: Struts Users

DB to UI data passage

2004-01-11 Thread shankarr
Hi! I want to pass the result of a db query to my JSP page? It would be great to get an example for the same. i have seen the archive and there are some hints by Mr. Sumit. But, I have not been able to understand the flow in its entirety. My question is as follows : Once I get the resultset and

RE: Exception handling in struts

2004-01-11 Thread Robert Taylor
H. When I cut and paste the url (both lines because it was split in the email message) it works for me. Try this: Cut and paste this into the browser address window: http://www.mail-archive.com/cgi-bin/htsearch?config=struts-user_jakarta_apac then...cut and append the rest of the url into

Re: Exception handling in struts

2004-01-11 Thread Martin Gainty
Thanks Robert your suggestion worked Any idea on what a dig error is? Thanks again, -Martin - Original Message - From: Robert Taylor [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Sunday, January 11, 2004 11:36 AM Subject: RE: Exception handling in struts H.

RE: Exception handling in struts

2004-01-11 Thread Mike Duffy
I think it is best to limit the number of exceptions thrown. Best Practices for Exception Handling http://www.onjava.com/pub/a/onjava/2003/11/19/exceptions.html Mike --- Robert Taylor [EMAIL PROTECTED] wrote: H. When I cut and paste the url (both lines because it was split in the email

Struts Tag Lib and Performance

2004-01-11 Thread Raj Yadav
Hi All, I am trying to do a performance/feasibility check of the Struts Framework. I came across this taglib and wanted to ask will there be any performance issue's if the Struts Taglib are not used and we use the rest of the features provided by Struts ? Thanks in advance -raj

Re: Struts Tag Lib and Performance

2004-01-11 Thread Richard Yee
Raj, Which taglibs do you not want to use? If you don't use the Struts html taglibs, you will lose a lot of the functionality that they provide, namely prepopulation of form input values. A lot of the other tags also provide functionality that lets you avoid having to use scriptlets. Some

RE: Struts Tag Lib and Performance

2004-01-11 Thread Raj Yadav
Thanks for your reply Richard. At this moment, I don't know how many different types of TagLibs Struts has to offer. But from what you have mentioned, they can really be of great help to JSP Developers and can reduce complexity. Can you tell me little more how using the Struts tags can avoid using

Re: Struts Tag Lib and Performance

2004-01-11 Thread Sachin Pandey
Struts provides a lot of tag libraries in different areas which help reduce having scriplets in the JSP's. a.. Bean Tags a.. HTML Tags a.. Logic Tags a.. Nested Tags a.. Tiles Tags a.. Utilities a.. Validator Check out the developer's guide on how to use the tags @

RE: Struts Tag Lib and Performance

2004-01-11 Thread Matthias Wessendorf
oh... some new validator-tags... :-))) -Original Message- From: Sachin Pandey [mailto:[EMAIL PROTECTED] Sent: Monday, January 12, 2004 11:17 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: Struts Tag Lib and Performance Struts provides a lot of tag libraries in

design suggestion

2004-01-11 Thread David Liles
I am currently in the design phase of a project and am struggling with which way to go This is going to be a workflow application that allows the users to submit various request. There are several workflows that will share common functionality (list users, list organizations, etc). I'm

RE: Seeking multipart-form advise

2004-01-11 Thread Andrew Hill
Yes. There is some extra work done by the RP to parse the request. Im not sure whether it will be significant or not in terms of performance, however I can warn you that using multipart forms can sometimes have annoying side effects. (However since you need to use multipart to allow uploads for

Re: muli box\check box checked by default

2004-01-11 Thread Hari_s
thank's for your answer Mark, it's work fine for me - Original Message - From: Mark Lowe [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, January 08, 2004 4:57 PM Subject: Re: muli box\check box checked by default You need to use the value

RE: design suggestion

2004-01-11 Thread Patrick Cheng
How about combining the two, and build basic superclass of CRUD, and then extends them in specific use? Just a thought. Patrick. -Original Message- From: David Liles [mailto:[EMAIL PROTECTED] Sent: Monday, January 12, 2004 7:01 AM To: [EMAIL PROTECTED] Subject: design suggestion I am

Re: Seeking multipart-form advise

2004-01-11 Thread Brice Ruth
The extra work from the request processor isn't significant ... I had some problems with file upload/download, so ended up stepping through most of the code in a debugger, and it didn't seem like it was too bad. Just an 'off the cuff' comment :) Gary VanMatre wrote: We are working on an

RE: design suggestion

2004-01-11 Thread David Liles
Thanks for the feedback I guess I'm focusing more on what would be the best solution regarding work flow navigation plus allowing for the previous page functionality -Original Message- From: Patrick Cheng [mailto:[EMAIL PROTECTED] Sent: Sunday, January 11, 2004 8:48 PM To:

RE: Struts Tag Lib and Performance

2004-01-11 Thread Karr, David
The JSTL is not part of Struts, but it can easily be used along with it. There is also a variation of the Struts tag libraries that evaluates attribute values using the same expression evaluation engine that the JSTL uses (the Apache implementation, at least). This is called Struts-EL, and it's