Re: Web Design Tools

2007-01-09 Thread chhum
If you want to carry on using Dreamweaver you can import a JSP tag library into Dreamweaver from a variety of file types. To import a JSP tag library into Dreamweaver: Open a JSP page in Dreamweaver. Open the Tag Library Editor (Edit > Tag Libraries). Click the plus (+) button and choose JSP > Imp

global exceptions

2007-01-08 Thread chhum
Hi, If I'm using a declarative global exception handler - say Is there any way I can force a redirect rather than a forward (similar to using redirect="true" on a global forward)? Charles - To unsubscribe, e-

Re: [OT] Java Hosting Providers, yes, I know it's been brought up before on the list.

2006-03-01 Thread chhum
I should hvae said Jason Hunter's site has a good list of ISP's with user reviews and might also be worth a browse. See http://www.servlets.com/isps/servlet/ISPViewAll Quoting Michael Jouravlev <[EMAIL PROTECTED]>: > On 3/1/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > On 3/1/06, Rick Reuma

Re: [OT] Java Hosting Providers, yes, I know it's been brought up before on the list.

2006-03-01 Thread chhum
Just to say I’d also recommend www.kattare.com I moved 3 sites to them around about a year ago and they’ve been amazing – extremely helpful getting us up and running, and solid as a rock ever since. The specific answer to your question though, I think, is no. In my case all my domains run i

Re: validator problems

2006-02-26 Thread chhum
Thanks for this – you're quite right. That was exactly what I'd done! chhum Quoting Niall Pemberton <[EMAIL PROTECTED]>: > Looks like you have the wrong version of validator-rules.xml > deployed. You > don't say what version of struts you're using, but

validator problems

2006-02-25 Thread chhum
Hi, Sorry if you've seen this before – I sent it earlier but never saw it come back. I'm try to use the validator to check some details on a form (field lengths for example). When I run the form the validator doesn't seem to run, though a call goes to it. I end up with a stack trace in the logs

Tiles/struts response buffering

2005-12-21 Thread chhum
Hi, I think by default the struts/tiles package truns off response buffering on the server so that html is sent back to the client progressively. Is there any way I can change this so that the response only goes back when the whole response is complete? Chum

Re: problem with forms

2005-12-12 Thread chhum
Goodness I’m a twit. Thank you! chhum Quoting Wendy Smoak <[EMAIL PROTECTED]>: > On 12/11/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > I think so. I have this in the jsp > > > > > > this writes out as > > > action="/pr

Re: problem with forms

2005-12-11 Thread chhum
; > >>> HI, > >>> I have an action form, an action and a couple of jsp pages bound > >>> together in tiles. I'm trying to access a property of the > action > >>> > >> form > >> > &g

Re: problem with forms

2005-12-11 Thread chhum
ag.calculateMatchValues(SelectTag.java:240) > > The action can access the form bean fine. What do I need to do for > the > > jsp to pick it up? > > chhum > > > > > > > --

problem with forms

2005-12-11 Thread chhum
at org.apache.struts.taglib.html.SelectTag.calculateMatchValues(SelectTag.java:240) The action can access the form bean fine. What do I need to do for the jsp to pick it up? chhum - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: cannot create iterator problem

2005-09-13 Thread chhum
Hi, I've tried quite a number of variations on this including the one suggested in the previous email but no joy so far. This variant:

Re: cannot create iterator problem

2005-09-13 Thread chhum
de is: error is "Cannot create iterator for [EMAIL PROTECTED]" RowSetDynaClass ccyLst is in session scope…. chhum Quoting Laurie Harper <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] wrote: > > Hi, > > I've got a dynabe

cannot create iterator problem

2005-09-08 Thread chhum
thought I could use but this comes back with "Cannot create iterator for [EMAIL PROTECTED]" How can I do this? chhum - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: OT: Good Java host

2005-09-01 Thread chhum
/ISPViewAll) Obviously it depends a lot what your requirements are in terms of app server etc. chhum Quoting John Henry Xu <[EMAIL PROTECTED]>: > Choosing java hosting company depends on how much you want to pay > and > what features you need. > > For example, we need

mailreader logon bugs

2005-08-27 Thread chhum
Bugs in the struts mailreader example app. I've found a couple of small bugs in the logon page for the struts mailreeader app and was wondering if anyone knew what to do about them. The first is a message problem. If you enter a user name of, say, abc, and password of say 1, the minimum length

A forward problem

2005-08-23 Thread chhum
Hi, Frantically trying to get a client demo working for the morning and I feel like I ought to be able to work this out but I just can't. I've got a demo system (not) running on a URL on tomcat 5.5/Java 1.5 with a file structure like myserver/mydomain_com/mydomain.com/ so until I get the domain

Re: Calling validator rule direct from code

2005-07-18 Thread chhum
Thanks for this. I think I’m going to have to go a bit outside of standard Struts functionality to do what I need to do but the validator is part of commons now of course so I can make code level calls that way. Quoting Martin Gainty <[EMAIL PROTECTED]>: > Good Morning Charles > >From what

Calling validator rule direct from code

2005-07-18 Thread chhum
Hi, Using Tomcat 5, I have an application which builds a multipage web form based on data from a database and user input. I’d like to be able to use the validtator to it but can’t determine the required fields until run time. I was wondering how I could use the pre-build validator rules in

Re: two struts:logic and dynabeans questions

2005-07-11 Thread chhum
Wendy, Thanks so much for your response. Sorry I have replied until now – I’ve had my head down trying to get the coding done. I used the trick for the demo version. I will revisit this this week with a view to hopefully using the DynaActionForms technique. I’m using tomcat 5 by

two struts:logic and dynabeans questions

2005-07-09 Thread chhum
Hi, I’m sorry if these questions are a bit newbie. But then I am a newbie and I’m getting a bit desperate since I need to get a demo up and working this weekend and am, frankly, entirely stuck. The bit of the project I’m currently working on dynamically builds a multi-page form based on field