Re: Win XP, Eclipse, and Struts

2005-09-02 Thread Rafael Nami
I think is a great help to use some plugins in Eclipse(MyEclipse is the first that comes in my mind...). The WTP 0.7 is a great tool too. You really don't need them, these plugins are just to improve the development. Best Regards Rafael Mauricio Nami 2005/9/2, Steve Beaver <[EMAIL PROTECTED]>: >

Re: Problem with Actionform

2005-09-02 Thread Wendy Smoak
From: <[EMAIL PROTECTED]> What type are those properties? String, String[], List, or something else? They type of the properties are String. I think it's safe to say that will have to change. :) If you want to store the entire column, you'll be submitting form fields named, for example,

Re: Problem with Actionform

2005-09-02 Thread OJAY78
Thank you for your reply > What type are those properties? String, String[], List, or something > else? They type of the properties are String. > See if this helps... indexed properties are not my specialty, but I think > that's what you need: > >http://struts.apache.org/faqs/indexedprops

Re: Problem with Actionform

2005-09-02 Thread Wendy Smoak
From: <[EMAIL PROTECTED]> So my Problem is that I want to save those two columns in my Database but I can not fill my ActionForm for this Action with these values. I get only the first row of the colum. In the ActionForm I have setter and getter for the property dispName and sortOrder. What

Re: Problem with Actionform

2005-09-02 Thread Kishore Senji
The easiest way is to make the "fvknList" as a form property and keep the form in session scope. ... ... ... If you don't like to keep the form in the session, you would have to follow one of the ways listed in http://wiki.apache.org/struts/StrutsCatalogLazyList Also take a look at

Problem with Actionform

2005-09-02 Thread OJAY78
HI, I have a Formbean from which I receive Data and put it in to my JSP site, this works fine. The data will be displayed in a table and two of the colums are input fields where the user should change the value. Here is a peace of my JSP <%=lineNo.intValue()+1%>

RE: Win XP, Eclipse, and Struts

2005-09-02 Thread Steve Beaver
Thank you Steve "Live as if you were to die tomorrow, Learn as if you were to live forever" -Original Message- From: R. Markham [mailto:[EMAIL PROTECTED] Sent: Friday, September 02, 2005 3:15 PM To: 'Struts Users Mailing List' Subject: AW: Win XP, Eclipse, and Struts Hi Steve, In

AW: Win XP, Eclipse, and Struts

2005-09-02 Thread R. Markham
Hi Steve, In fact you need only Tomcat Eclipse JDK As I started with Struts I deliberately didn't use any design Tool, maybe you need more time at the beginning but you know at least what you are doing later when your project get more complicated you get the payoff. Regards Richard -Ursp

Win XP, Eclipse, and Struts

2005-09-02 Thread Steve1226
I have download www.strutsbox.de into eclipse 3.1. Is there anything else I need to download to begin developing Strtuts Applications. Thanjs --- Broadband interface (RIA) + mail box saftey

Re: test mail... can someone please reply to let me know it reached the Strtus User list Thanks!!

2005-09-02 Thread Greg Reddin
You have reached. I've been trying to find time to answer your Tiles question, but it's not something I can do in 5 minutes. So as soon as I find 10 min. to spare I will respond :-) Greg On Sep 2, 2005, at 1:38 PM, [EMAIL PROTECTED] wrote: test mail... can someone please reply to let me k

Re: test mail... can someone please reply to let me know it reached the Strtus User list Thanks!!

2005-09-02 Thread Rafael Nami
it reached. Best Regards Rafael Mauricio Nami 2005/9/2, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > test mail... can someone please reply to let me know it reached the Strtus > User list Thanks!! > > Visit our website at http://www.ubs.com > > This message contains confidential information and is

test mail... can someone please reply to let me know it reached the Strtus User list Thanks!!

2005-09-02 Thread Dharmendra . Sharan
test mail... can someone please reply to let me know it reached the Strtus User list Thanks!! Visit our website at http://www.ubs.com This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, dist

Re: action.do not found on this server

2005-09-02 Thread Jeff Beal
What does your struts-config look like? On 9/2/05, Emmanuel.Leguy <[EMAIL PROTECTED]> wrote: > Hello, > > Apache: 1.3.33 > Tomcat: 5.5 > Solaris 10 > modjk 1.2 > > I try this direct URI: > > https://myserver/path/action.do > > And if i haven't a session opened I get an apache 404 error: > > T

Re: action.do not found on this server

2005-09-02 Thread Nafise Dianatizade
have you defined the ActionServlet in web.xml ? action org.apache.struts.action.ActionServlet config /WEB-INF/struts-config.xml - Yahoo! Mail for Mobile Take Yahoo! Mail with you! Check email on your mobile phone.

RE: Struts-Tiles Design question

2005-09-02 Thread Dharmendra . Sharan
Hi, Just a follow question to a similar scenario, what's the recomended approach with Struts-Tiles to handle the different modes in which a JSP may be displayed. i.e. Add/Edit/View especially for say a JSP page which has multiple sections. e.g. Dish.jsp which can be composed of multiple

action.do not found on this server

2005-09-02 Thread Emmanuel.Leguy
Hello, Apache: 1.3.33 Tomcat: 5.5 Solaris 10 modjk 1.2 I try this direct URI: https://myserver/path/action.do And if i haven't a session opened I get an apache 404 error: The requested URL /path/action.do was not found on this server. In my web.xml: action *.do In my mod_jk log:

RE: [SPAM - Bayesian] - Re: [OT] Not struts but u guys know a goo d Spell Check - Bayesian Filter detected spam

2005-09-02 Thread Ajaya Agrawalla
Thanks for the info. Apart from JSpell anyone has any experince using Jazzy. I am trying to reduce the round trips to the webserver for the spell check and I was thinking I can do a Spell Check of the content once the user hits Submit and then display a Window with the errors highlighted. So th

Upload large pdf files

2005-09-02 Thread Gordon Hu
All, I have a question concerning uploading large pdf files using struts commons upload. The application I am designing will be uploading large pdf files (in excess of 100mb). Ultimately, the pdf files I upload will be converted into tiff files by ghostscript. I would like to know what should be

Re: Trim all fields before validation

2005-09-02 Thread Joe Germuska
At 9:43 AM +1000 9/2/05, [EMAIL PROTECTED] wrote: On Wed, 2005-08-31 at 13:58 -0500, Joe Germuska wrote: You can't really intervene in the form population process on the Struts side right now (although arguably that's something which should be exposed for user customization better). We alre

Re: The latest stable version of struts

2005-09-02 Thread Ted Husted
On 9/1/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I had to find a new way to do some things but these were the > exceptions. The bulk of the code needed simple bulk adjustments > or no touching at all. Do you happen to remember if these cases were the result of features deprecated in 1.1 a

RE: img source path constructed inside an iterate tag

2005-09-02 Thread andy law \(RI\)
Gareth, Tragically, no. I will look into that as an option though. As you say, it is certainly more readable although it does *smell* like perl ! Later, Andy - Yada, yada, yada... The information contained in this e-mail (including any attachments) is confidential and is intended

Re: img source path constructed inside an iterate tag

2005-09-02 Thread Gareth Evans
If your using the latest jsp spec (tomcat5) you could try to use: ${element.accession} It's certainly a little tidier! Regards, Gareth andy law (RI) wrote: Frank, As I said at the bottom of my email, I *know* I can do it that way, but look at all those nested quotes - it's just wr

RE: img source path constructed inside an iterate tag

2005-09-02 Thread andy law \(RI\)
Frank, As I said at the bottom of my email, I *know* I can do it that way, but look at all those nested quotes - it's just wrong to do stuff like that. I can just about live with it for now with double quotes for the HTML and singles for the embedded bean stuff i.e.

AW: img source path constructed inside an iterate tag

2005-09-02 Thread Otto, Frank
hi, you can do this in this way: " alt=""> "> kind regards, frank > -Ursprüngliche Nachricht- > Von: andy law (RI) [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 2. September 2005 10:45 > An: Struts Users Mailing List > Betreff: img source path constructed insid

img source path constructed inside an iterate tag

2005-09-02 Thread andy law \(RI\)
All, This looks - at first sight - the place that I should be using a html:img tag, but now that I get down to it, I find that the html:img tag seems to be useful only for some obscure task that is beyond my limited comprehension. Obviously, I *am* an idiot, so once we have that out in the open

struts and xsl

2005-09-02 Thread Otto, Frank
Hi, i want to use xsl with struts. For example I want to generate html or pdf from a xml file. what is the best way to do this? I have seen stxx, but this doesn't work with struts tiles. Or is this possible? kind regards, frank