Re: struts books

2003-03-28 Thread Jamesey
Ted Husted.. Struts in Action.. by far the best of all the books Butt, Dudley [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Formatting dates in html:text

2003-03-26 Thread Jamesey
How about using SimpleDateFormat in the bean.. then you can apply your own date format.. Greg Dunn [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I'm trying to display a date in a particular format in an html-el:text box. I'm filling my form bean from my DAO which returns a

Re: Formatting dates in html:text

2003-03-26 Thread Jamesey
ah.. er not that i know of Greg Dunn [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] That's what I'm doing, but I was wondering if there was a better way. Greg -Original Message- From: Jamesey [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 10:53 AM To: [EMAIL

Struts problem with Tomcat virtual host

2003-03-25 Thread Jamesey
I've configured a virtual host in tomcat server.xml the welcome page displays fine, but it appears that the action forward is failing somehow.. i get a 'this page can not be found' error.. i've tried my struts-config.xml to see if it was a problem with leading / but no difference.. any ideas?

More on this...

2003-03-25 Thread Jamesey
; java.io.NotSerializableException: org.apache.struts.config.impl.DefaultModuleConfigFactory Jamesey [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I've configured a virtual host in tomcat server.xml the welcome page displays fine, but it appears that the action forward is failing somehow.. i get

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

Re: help.. what do i charge

2003-03-19 Thread Jamesey
and clients are you selling to? MNC or SME, in USA, Europe, Australia etc...? -Original Message- From: Jamesey [mailto:[EMAIL PROTECTED] Sent: Wednesday, 19 March 2003 16:47 To: [EMAIL PROTECTED] Subject: help.. what do i charge I have written a small payment portal using struts.. i have

Re: help.. what do i charge

2003-03-19 Thread Jamesey
large company (who can afford a smaller profit margin) and the smaller companies (trying to keep up with the large fish) Hope this helps in your decision making, Simon - Original Message - From: Jamesey [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 9:46 AM

Re: help.. what do i charge

2003-03-19 Thread Jamesey
, and that can only be a good thing. Several friends have used local authorities as a spring board to greater things in many different fields. Good luck with it, Simon - Original Message - From: Jamesey [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 12:10 PM

Re: Another sslext-struts question

2003-03-17 Thread Jamesey
have you done the RSA certification bit?? Konstantina Stamopoulou [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello all, I'm trying to install the sslext-struts to toggle between https and http requests. I have downloaded the sslext-struts-1.1RC1 and I have copied the /web

example of java.util.Collection in struts logic:iterate

2003-03-13 Thread Jamesey
can it be done? or must it be a concrete collection such as arraylist or list.. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: example of java.util.Collection in struts logic:iterate

2003-03-13 Thread Jamesey
you cheeky twat.. i do write java apps you know.. i just happen to be new to struts and web development in general.. i know collection is an interface.. Gemes Tibor [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Jamesey wrote: can it be done? or must it be a concrete collection

URL display problem

2003-03-12 Thread Jamesey
My browser address bar seems to display all the request parameters (localhost/myapp/find?if=bob).. As far as i understood it this shouldn't happen using the post action.. but it still seems to my page's form action is post (by default, and yes i've checked the source) my Action class execute

Re: URL display problem

2003-03-12 Thread Jamesey
Sorry Gemes.. I have tried that, it makes no difference.. as this html:form action=/find is the same as html:form method=POST action=/find Post being the default... Gemes Tibor [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Jamesey wrote: My browser address bar seems

Re: URL display problem

2003-03-12 Thread Jamesey
yip.. right click.. view.. source... method=post Andrew Hill [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] And the rendered html in your browser definately shows POST in its form tag when you view the page source? -Original Message- From: Jamesey [mailto:[EMAIL PROTECTED

Re: URL display problem

2003-03-12 Thread Jamesey
IE6.. i'm out of ideas also.. this is what i'm getting.. https://localhost:8443/myApp/find.do?idNo=2name=bob Andrew Hill [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Well. Im out of ideas then :-( What browser are you using? -Original Message- From: Jamesey [mailto

OK Here's the HTML - (Re: URL display problem)

2003-03-12 Thread Jamesey
Here's the HTML Excuse me if its not very good.. I'm not a front end developer by tradition.. I usually do Middleware development.. just broadening my skills. anyhoo..see if you can see whats wrong !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN html lang=en/html HEAD TITLE

Errors in html corrected..

2003-03-12 Thread Jamesey
but no difference to the url being shown after submit.. here is the JSP --- %@ page language=java % %@ taglib uri=/WEB-INF/struts-html.tld prefix=html % %@ taglib uri=/WEB-INF/struts-bean.tld prefix=bean % !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN

Re: Errors in html corrected..

2003-03-12 Thread Jamesey
the html produced say... action=find.do?jsessionid... [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I think that the attribute action in tag form should be /find.do if in struts config you use path=/find..try it

Re: Errors in html corrected..

2003-03-12 Thread Jamesey
to your app... Nico. - Original Message - From: Jamesey [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 10:55 AM Subject: Errors in html corrected.. but no difference to the url being shown after submit.. here is the JSP

Re: Errors in html corrected..

2003-03-12 Thread Jamesey
the browser addres bar displays the request params after i submit the page.. even though i'm using POST.. [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I'm read only your preavious mail..Which error do you obtain? i don't understand your problem..explain its

search result design mentalist moment..

2003-03-12 Thread Jamesey
ok.. i think i may have lost my mind.. i thought i had this whole struts thing pretty much... until I have a page that lets the user submit search criteria to retrive some data back.. i have an form and action for this page.. i have a page that displays the data.. now as i understand it the

Re: search result design mentalist moment..

2003-03-12 Thread Jamesey
and forwards to your resultpage.jsp (by looking up the appropriate actionforward from the mapping and returning it) -Original Message- From: Jamesey [mailto:[EMAIL PROTECTED] Sent: Wednesday, 12 March 2003 19:51 To: [EMAIL PROTECTED] Subject: search result design mentalist moment.. ok.. i

seeing Gets in Tomcat.. even though pages are Posts..

2003-03-12 Thread Jamesey
here is a copy of the Tomcat console for my struts application.. as per my earlier posts. my browser was displaying the request parameters in the url bar (localhost/myApp/find.do?id=3name=bob) even though i'm using the POST method. i then noticed a funny thing in Tomcat console.. the

logic:iterate.. newbie question

2003-03-12 Thread Jamesey
I have and array or collection of objects (the object has two members with appropriate getter and setters) i want to iterate through the array and retrieve each value for the object..so it will look like this value a valueb value a valueb value a valueb Question1. does the iteration object

Re: logic:iterate.. newbie question

2003-03-12 Thread Jamesey
that helps massively.. and confirms my own deductions... and i'm assuming if i use an array of objects the name property changed to reflect the setAttribute name James Mitchell [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] -Original Message- From: Jamesey [mailto:[EMAIL

Re: logic:iterate.. newbie question

2003-03-12 Thread Jamesey
3); request.setAttribute(myCollection, lst); % logic:iterate id=itm name=myCollection bean:write name=itm/br /logic:iterate -- James Mitchell Software Developer/Struts Evangelist http://struts.sourceforge.net/struts-atlanta/ -Original Message- From: Jamesey [mailto:[EMAIL

Object going missing is session..

2003-03-12 Thread Jamesey
I have an action declared as scope=request i perform request.getSession().setAttribute(blah,object) i have debug to list all attribute names in my action class (and the blah) appears in the log. i have debug in my jsp to list the request.getAttributeNames().. and the blah object has vanished..

Re: Object going missing is session..

2003-03-12 Thread Jamesey
oh god i cant beleive i did that.. so stupid apols.. putting one object in the session and trying to get from the request.. (i'm having one of those days) Jamesey [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I have an action declared as scope=request i perform request.getSession

Re: Object going missing is session..

2003-03-12 Thread Jamesey
/ -Original Message- From: Jamesey [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 11:21 AM To: [EMAIL PROTECTED] Subject: Object going missing is session.. I have an action declared as scope=request i perform request.getSession().setAttribute(blah,object) i have debug

Re: Object going missing is session..

2003-03-12 Thread Jamesey
its those damn code completion widgets.. i swear..!! as my school motto used to say in scotland.. wusnae me!! Wendy Smoak [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Jamesey wrote: I have an action declared as scope=request i perform request.getSession().setAttribute(blah

Re: Newbie question

2003-03-11 Thread Jamesey
I am doing a post... but the url still shows localhost/myapp/find.do?id=3 Jarnot Voytek Contr AU HQ/SC [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] do a post instead of a get -- Voytek Jarnot Quidquid latine dictum sit, altum viditur. -Original Message- From:

Re: Newbie question

2003-03-11 Thread Jamesey
nope.. its just the property's of my Dynabean.. when i sumbit and the form posts that what i get.. apachep2 [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Do you intentionally append id=3 to the url? -Original Message- From: Jamesey [mailto:[EMAIL PROTECTED] Sent: March

Re: Newbie question

2003-03-11 Thread Jamesey
ok... it is POST... all my forms are POSTS.. Dejan Krsmanovic [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] What is the method for form? It should be POST, not GET. Dejan - Original Message - From: Jamesey [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March

Re: Newbie question

2003-03-11 Thread Jamesey
is the method for form? It should be POST, not GET. Dejan - Original Message - From: Jamesey [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 4:34 PM Subject: Re: Newbie question nope.. its just the property's of my Dynabean.. when i sumbit and the form posts