Re: Client-side Caching???

2002-11-15 Thread Jon Ferguson
hide and show mechanism you can simulate Tab effect easily. -Original Message- From: Jon Ferguson [mailto:ferguson;ieee.org] Sent: Wednesday, November 13, 2002 5:49 PM To: Struts Users Mailing List Subject: Re: Client-side Caching??? Hi Eelco, I'm using tiles to create tabbed

Re: Client-side Caching???

2002-11-13 Thread Jon Ferguson
to the server (without really applying the changes) and keep the form in your session, for the next time the client selects page A. Regards, Eelco James Mitchell [EMAIL PROTECTED] To: Jon Ferguson [EMAIL PROTECTED

Re: Simulating Client field prompting

2002-11-13 Thread Jon Ferguson
Hi Susan, I've got a similar situation and originally wanted to minimise JavaScript.. I do it 2 ways: 1) Ed Hill's display tag (kewl) will easily allow pagination of long lists so I built a tile.. and inserted my list into the same page.. I can then use his decorators to create selection

Re: Pager taglib doesn't work

2002-10-10 Thread Jon Ferguson
Hey Christoph, I think you're correct.. the tag gets cached and release() is not called. Here's what I found... I've just been fighting a similar problem. In my case things worked fine the first time I used the tag.. paging etc. was ok (However I did need to set the isOffset attribute on

Re: Simple Exception - Complex for me

2002-05-15 Thread Jon Ferguson
You apparently have an action form called projectForm but you don't cause it hasn't been specified in your config file to be associated with the particular action.. check references in your .jsp and the config file and make sure any names match. Cheers, Jon Sudhir wrote: Hi, Can anybody

Re: XMLC Article on the Serverside

2002-05-06 Thread Jon Ferguson
Robert, I totally agree with this. The battle is in making it easier and easier for the uninitiated to get good results at the front-end. Microsoft works this one overtime by building lots of underlying components and telling most developers: 'hands off'.. you just put these together. That is

Re: 1 tile - 1 controller

2002-04-14 Thread Jon Ferguson
Cedric Dumoulin wrote: Hi Jon, Sorry for this very long delay. I was abroad 1 week, and after that have more than 3000 mails to check ! Your mail haven't been catched by my filters, so it was in the long list of awaiting mails ;-( See intermixed for answer. Cedric Jon Ferguson wrote

Re: Can Dreamweaver and Struts work together

2002-03-27 Thread Jon Ferguson
Hi, Only as a trial... However I seem to remember reading that due to Ultra-Dev formatting constraints you need to START with UltraDev.. eg. DO not attempt to build a file in some other editor first. Hope this helps, Jon  $B%%s%H%K!(B $B%9%F%$%9(B wrote: Hi Has anyone successfully

Re: Struts plugin for Dreamweaver 4.0

2002-03-26 Thread Jon Ferguson
Andi, Check out the Ultradev taglib under Jarkarta/taglibs. Macromedia.. did not write it.. an illustrious Open-Sourcerer did! I've tested it with simple tags with good results. Cheers, Jon Andi S. Giri wrote Hello We are implementing Struts on a project, and would like to use the Struts

Re: 1 tile - 1 controller

2002-03-26 Thread Jon Ferguson
=examples.rssChannel.offline.body path=/examples/tiles/rssChannels.jsp controllerClass=a.class.Name You can find an example of use in tiles-doc.war or struts-tiles.war : * /examples/rssChannels.jsp * / test/testController.jsp More documentation is needed ;-( Cedric Jon Ferguson wrote

1 tile - 1 controller

2002-03-21 Thread Jon Ferguson
Hey guys, I read in the tiles doc that you can associate a controller with each tile. However, I cannot find an example of how this is done. Any pointers? Thanks in advance, Jon -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Struts Application in Production

2002-03-19 Thread Jon Ferguson
Jay, This is very cool.. Well done! Unfortunately, I can't be at Java One... you haven't got an paper out on it do you? I would very much like to find out more. Cheers, Jon Jay sissom wrote: I'm proud to announce that IU has a new Struts application in production. We started developing in

Re: No getter - method order bug?

2002-03-13 Thread Jon Ferguson
the matched pairs together. This is alarmimg. I figure if if follow these rules I won't hit any problems. It seems you've discovered that it's dangerous to overload methods that are properties. Has some-one got the time to get to the bottom of this? cheers - Keith. --- Jon Ferguson [EMAIL

Re: Free (or inexpensive) web hosting site for JSP/Struts/MySql?

2002-03-12 Thread Jon Ferguson
Hi Theron, Yes it was, (the thread was 'Struts MySQL Hosting') and there are some with good prices.. Here's some that were mentioned: www.webappcabaret.com www.mmaweb.net Cheers, Jon [EMAIL PROTECTED] wrote: Hi Folks: A thousand pardon's if this has already been asked in the pastIs

No getter

2002-03-11 Thread Jon Ferguson
Hey guys, anybody see this?? I've had the particular exception before but it's always been apparent what it was [eg. me :-) ]. I'm developing on Linux and Windows 2k. I've built a struts/tiles app that works flawlessly under my linux setup but when I serve it from my Windows 2k box I'm getting

Re: Displaying Short Dates in a Text Box

2002-03-08 Thread Jon Ferguson
I haven't seen one.. however I've built in a simple set/get formatter at my ActionForm level which solves the problem quite nicely. It's dead simple using only DateFormat and doing the conversion to String on the fly. However, if there is a better way.. I'd like to know as well. Cheers. Jon

Re: Populating complex java objects in forms

2002-03-08 Thread Jon Ferguson
Do you have the appropriate setXXX() method on the customer for name? Jon Charlesworth, Chico wrote: Hi, If I've got a complex java object (i.e Customer) in the Form class, I can then read off this object in the jsp page, but when submitting to the Action class the Customer object is null.

Re: Struts and the UML modeling approach

2002-03-01 Thread Jon Ferguson
Greetings, I'm currently using Visio with UML templates. One reason I like it is that it is not pedantic like Rose.. Doesn't try to do too much - allows you to use license to say what you mean and leave out unimportant detail. IMHO trying to be to detailed in UML forces design decisions that

Re: EJB = bad = MS.net

2002-02-22 Thread Jon Ferguson
Hey guys, I've been too heads down to contribute here.. but I just caught Ghoot's comment and I have to agree with him and Juan. There's a lot of hype in the marketplace, our jobs are to get underneath, understand the tradeoffs and use them intelligently. That's where elegance and beauty

Re: JDO

2002-02-12 Thread Jon Ferguson
Hi Martin, I believe that JDO can be used successfully - I'm currently planning to use Castor directly or with EJBs running under JBoss. The thing I like about it is that it also does rather reasonble XML serialization. Thus I can write an XML Schema to reflect a persistant object-tree then

Re: Tiles Vs Templates

2002-02-05 Thread Jon Ferguson
I'm going with Tiles.. they are totally compatible and make better use of XML to layout tiles.. That reduced my object count significantly. Cheers, Jon Sriram Nookala wrote: I'm trying to get some information in order to make a choice between struts templates and Tiles for our UI design and

Re: RES: Tool for Building Visual Java Server Pages

2002-01-30 Thread Jon Ferguson
Hi Duncan, Actually Dreamweaver doesn't per se.. However those clever taglib chaps have built an extension. Go over to the Apache taglib site and check out the CTLX project. It uses Dreamweaver's extention capabilities to add taglibs... if you can add taglibs you can add struts. U better have

Re: Tools for Building Web Services (fwd)

2002-01-28 Thread Jon Ferguson
Stefan - Original Message - From: Jon Ferguson [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Sunday, January 27, 2002 4:35 PM Subject: Re: Tools for Building Web Services (fwd) Hey Guys, Along these lines, have a look at www.themindelectric.com they have

Re: HTML table tag library

2002-01-28 Thread Jon Ferguson
Hey Adrian, Take a look at Ed Hill's cool table taglib: http://edhill.its.uiowa.edu/display-examples/ Cheers, Jon Adrian Theuma wrote: Hello, we are thinking of developing a tag that will dispay the objects of an ArrayList in a tabular form. This should be very common in web

Re: Tools for Building Web Services (fwd)

2002-01-27 Thread Jon Ferguson
Hey Guys, Along these lines, have a look at www.themindelectric.com they have a cool web-services development platform called GLUE which is extremely easy to use... what's more they can send messages using their XML parser about 3x faster than apache. I'm planning to use webservices in my

Re: RES: Report's Tag

2002-01-16 Thread Jon Ferguson
You can get headers etc. using tiles... Have a look at www.DBForms.org Jon Rubens Gama wrote: well, i have a ResultSet object populated, ok? i want a header.. page break... a footer the report's body can use the ResultSet to show the data in a determined way(like 3 columns and 60

Re: Fail to load Tiles definition factory

2002-01-15 Thread Jon Ferguson
My first inclination is its a class path issue... make sure you've got the .jars in place. That class exists in the tilesForStruts1-0.jar and I've got in my WEB-INF/lib directory. Hope this helps. Cheers, Jon Cheng, Sophia wrote: Hi, I am trying to use Tiles and Struts. It seems to work

Re: Using the IMG tag dynamically

2002-01-15 Thread Jon Ferguson
/html/ImgTa g.html This is what I did: img src=bean:write name=afriend property=imageUrl filter=true/ alt=bean:write name=afriend property=firstName filter=true/ / Not so pretty though... so if you found a better way, I am very interested. Elise -Original Message- From: Jon

Using the IMG tag dynamically

2002-01-13 Thread Jon Ferguson
Hey guys, I must be missing something. I've got an ActionForm with a bean attribute item... which has an image name under a property.. say item.imageName. I would like to use the image tag to use this image dynamically.. html:img page=/images/myImage.gif alt=No Image Set./ works fine... but

Re: A new article on view component organization with Struts and Tiles

2002-01-08 Thread Jon Ferguson
I've found your article helpful since I was using Struts template facilities.. but it looks like Tiles are one step better. The tileDefinitions.xml is a good solution to all the .jsps it replaces. The only hitch I've run into is that the Tiles site suggests that Struts contains Tiles. I

Re: Struts EJB support

2001-12-28 Thread Jon Ferguson
Am I not correct in suggesting that Action objects are essentially our opportunity to connect into an EJB model... Therefore struts' major focus is not on the Model side of things which is where EJB majors (esp. Entity Beans). The two seem like a cool fit. As far as scalability issues... what