Upgraded to Struts 1.2.9 - getting SAXNotRecognizedException

2006-05-17 Thread Jadeler
Which versions of xercesImpl.jar ,xalan.jar ,xml-apis.jar should I be using? Im getting this exception below: [2006-05-17 14:01:10,391][ERROR][Digester][getParser][696]- Digester.getParser: org.xml.sax.SAXNotRecognizedException: http://apache.org/xml/features/validation/dynamic at ora

Re: Validator - retrieving a different resource bundle

2006-05-13 Thread Jadeler
Thanks Niall. I was on Struts 1.2.4 so I just upgraded it to Struts 1.2.9 including all the dependencies and it worked. Jadeler Niall Pemberton <[EMAIL PROTECTED]> wrote: On 5/13/06, Jadeler wrote: > Im having difficulty trying to get a key from a different resource bundle >

Validator - retrieving a different resource bundle

2006-05-12 Thread Jadeler
Im having difficulty trying to get a key from a different resource bundle instead of ApplicationResource in Struts. Pls advice on how I can retrieve different keys from different resource bundle in the Validator framework. I've upgraded to Validator 1.3.0 from 1.1.3. I've pasted my validatio

Internationalization - retaining data

2006-03-21 Thread Jadeler
I've implemented internationalization using Struts to use the application properties. If a user is entering some data on the form and decides to change the language to French, the form is reset which looses all the data they entered. Is there an elegant way to retain the data somehow? I k

Re: slightly [OT] Hibernate and domain objects in web apps

2005-11-30 Thread Jadeler
lazy loading in the web view. I dont think you should be checking for that exception in you dao if you implement the open session in view pattern. Jadeler Tom Ziemer <[EMAIL PROTECTED]> wrote: Hi Marco, I guess, I'll go with the DTO approach if I'll get no furt

Getting MessageResource in ActionForm

2005-11-16 Thread Jadeler
What is the recommended way of getting the default message resource bundle in the validate() of the ActionForm? Thanks. Jadeler - Find your next car at Yahoo! Canada Autos

Preventing users from resubmitting payment screen

2005-11-09 Thread Jadeler
means. Thanks. Jadeler __ Find your next car at http://autos.yahoo.ca - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Outputting html on the fly

2005-10-24 Thread Jadeler
cally change the layout depending on the user, I dont think I have a choice. Any help or examples that deals with generating html on the fly is appreciated. Thanks. Jadeler __ Find your next car at

Re: html:link and jstl

2005-10-21 Thread Jadeler
Thanks Wendy. I just needed that library (since im using servlet 2.3 spec) and now it works. Jadeler --- Wendy Smoak <[EMAIL PROTECTED]> wrote: > Jadeler wrote: > > > http://localhost:8080/testapp/StartBuyPolicy.do? > > x=${webProduct.id&y=${webProduct.productTyp

Re: html:link and jstl

2005-10-20 Thread Jadeler
can print out those values via so I know they exist. Any suggestions? Jadeler --- Murray Collingwood <[EMAIL PROTECTED]> wrote: > Hi Jadeler > > Fortunately it's simpler than that... you don't need > all that scriptlet stuff. Try this and > see if it works. >

html:link and jstl

2005-10-20 Thread Jadeler
Im having problems trying to build my url using html:link and jstl. Im iterating over a list using jstl and I want to pass in the id to the url. Currently, im doing this: Buy product I want to do something like this: Buy product Any help is appreciated. Thanks. Jadeler

Re: Handling invalid sessions

2005-10-17 Thread Jadeler
Thanks for the suggestions. I'll try them out. Cheers, Jadeler --- Aladin Alaily <[EMAIL PROTECTED]> wrote: > Hi Jadeler, > > In response to your question about managing session > objects, I would > propose two methods: > > 1) Write a CustomRequestProce

Handling invalid sessions

2005-10-16 Thread Jadeler
. Any suggestions on whats recommended? Thanks. Jadeler __ Find your next car at http://autos.yahoo.ca - To unsubscribe, e-mail: [EMAIL

Re: Refreshing the application properties

2005-09-21 Thread Jadeler
]> wrote: > Jadeler wrote: > > Is there a way to refresh the application > properties > > without redeploying or restarting a web app? I > havent > > found a way to do this. > > If you're using Tomcat, you can configure the > context to be reloadable, &

Re: [OT] Re: Facade in the view

2005-09-20 Thread Jadeler
Thanks Dave and Michael. I've implemented the UserContainer object as a means of just encapsulating necessary info that would otherwise be in separate sessions. I have also used the action forms accordingly to display necessary info that would be more natural. For pages that require the form to

Refreshing the application properties

2005-09-20 Thread Jadeler
Is there a way to refresh the application properties without redeploying or restarting a web app? I havent found a way to do this. Jade __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ---

Facade in the view

2005-09-20 Thread Jadeler
To better maintain all the data, I am opting not having alot of session variables but instead maintain one object that will contain all data needed and store that in a session. For example, instead of having session.setAttribute("product", product), session.setAttribute("web_preference", webPrefer

Re: i18n recommendation

2005-09-15 Thread Jadeler
Thanks Laurie. Btw, I actually meant the application context, not the session. --- Laurie Harper <[EMAIL PROTECTED]> wrote: > Jadeler wrote: > > Im using a struts plugin to populate application > wide > > data such list of values, etc from the database > and >

i18n recommendation

2005-09-15 Thread Jadeler
tions? Thanks. Jadeler __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit