XML document as data for form

2007-07-09 Thread Gert Vanthienen
form? Can I use OGNL to somehow manipulate the document's elements/attributes easily? Or should I generate classes based on my XSD, only to make it possible to build this kind of web form? Regards, Gert Vanthienen --

Re: Best practices with struts 2.0

2007-06-15 Thread Gert Vanthienen
L.S., About your value stack question: I think you can use (http://struts.apache.org/2.x/docs/push.html) to add values to the stack, so they can be used by other struts tags afterwards. Gert setecastronomy wrote: I'm new to Struts 2.0 and I have to difficulties in finding good tutorials.

Re: Language in URL

2007-05-25 Thread Gert Vanthienen
retrieved from theme/main.css? Regards, Gert Gert Vanthienen wrote: L.S., Is it possible to use the language as a part of the URL, without having to create a page per language (e.g. have nl/shop.jsp refer to shop.jsp, automatically adding a request_locale parameter or something)? How is it

Language in URL

2007-05-24 Thread Gert Vanthienen
L.S., Is it possible to use the language as a part of the URL, without having to create a page per language (e.g. have nl/shop.jsp refer to shop.jsp, automatically adding a request_locale parameter or something)? How is it done in Struts 2? Regards, Gert ---