[OT RANT] Re: multiple FileUpload Problem

2009-06-14 Thread Dave Newton
Martin Gainty wrote: [200 lines of config, JSP, Java, and JavaDocs] We should strive for clarity when helping people. When questions are prompted by lack of documentation specificity it's even *more* crucial. Needlessly verbose responses obfuscate the essence of answers, and present a cogni

Re: Creating SEO urls in struts 2.1

2009-06-14 Thread Frans Thamura
that will be cool if we have a step by step example F On Mon, Jun 15, 2009 at 1:10 AM, Martin Gainty wrote: > > easier to follow if you posted all of the code > (i cannot locate your findActionByBacktracking method) > > Martin Gainty > __ > Verzicht und

RE: Creating SEO urls in struts 2.1

2009-06-14 Thread Martin Gainty
easier to follow if you posted all of the code (i cannot locate your findActionByBacktracking method) Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der v

Re: Creating SEO urls in struts 2.1

2009-06-14 Thread Frans Thamura
hi there can i get your .war with source so can run and play F On Sun, Jun 14, 2009 at 3:10 PM, simplyolaf wrote: > > I just wanted to share with you a step by step tutorial on how to create SEO > hieararchical urls in struts2 using the convention plugin. A couple of hacks > are needed but they

RE: multiple FileUpload Problem

2009-06-14 Thread Martin Gainty
the fileupload examples should be included in struts2-showcase webapp WEB-INF/classes/struts.xml contains the inclusion of struts-fileupload.xml as illustrated here http://struts.apache.org/dtds/struts-2.0.dtd";> upload.jsp

Re: multiple FileUpload Problem

2009-06-14 Thread Dave Newton
lampa wrote: According to Struts 2 , the "name" must be assigned as "upload". However, why not the "name" are assigned to different value? just like it : If so, we can very clear that which input tag submit the upload file in the JSP. Because after upload file is submitted, the upl

Re: Reference xdocpath not found

2009-06-14 Thread Sam Wun
This is not the problem with liferay. It should be the problem with setup path of Xdoclet. I have also sent an email to Xdoclet, unfortuntely received no reply. So i thought you guys might have expeirence with xdoclet . On Mon, Jun 15, 2009 at 1:57 AM, Martin Gainty wrote: > please forward your re

RE: Application Design(architecture)

2009-06-14 Thread Martin Gainty
Feng- I have used ROSE to generate plain jsps (without taglibs) and non-annotated POJOs will ROSE (or any OOD/OOA design tool) generate a complete MVC architecture? (currently seeking a tool which would auto-generate the 'guts' of struts.xml and struts-default.xml and web.xml) thanks! Martin G

multiple FileUpload Problem

2009-06-14 Thread lampa
Hi All: I can post the File to my action and store them in database using tag: . According to Struts 2 , the "name" must be assigned as "upload". However, why not the "name" are assigned to different value? just like it : If so, we can very clear that which input tag submit the u

Re: Reference xdocpath not found

2009-06-14 Thread Sam Wun
I think you guys are using Xdoclet with Struts? On Mon, Jun 15, 2009 at 1:27 AM, Dave Newton wrote: > I think you sent this to the wrong mailing list. > > Dave > > Sam Wun wrote: >> >> Hi, I just installed xdoclet and created a build.xml file (shown below), >> but execution of ant command failed

Re: Reference xdocpath not found

2009-06-14 Thread Dave Newton
I think you sent this to the wrong mailing list. Dave Sam Wun wrote: Hi, I just installed xdoclet and created a build.xml file (shown below), but execution of ant command failed with the followoing errors: # ant Buildfile: build.xml compile: BUILD FAILED /usr/liferay/liferay-portal-5.2.2/dev/

Re: Application Design(architecture)

2009-06-14 Thread john feng
What I normally went thru when I started a project. ( -by Rose and import to an IDE) 1. clarify the problem boundary for your system to be built; 2. identify the actors and use cases for the system/subsystem; 4. use case visual realization 5. UML OO design for use case where kicks in OO design pat

Reference xdocpath not found

2009-06-14 Thread Sam Wun
Hi, I just installed xdoclet and created a build.xml file (shown below), but execution of ant command failed with the followoing errors: # ant Buildfile: build.xml compile: BUILD FAILED /usr/liferay/liferay-portal-5.2.2/dev/portlets/online-payment/build.xml:14: Reference xdocpath not found. Tota

Creating SEO urls in struts 2.1

2009-06-14 Thread simplyolaf
I just wanted to share with you a step by step tutorial on how to create SEO hieararchical urls in struts2 using the convention plugin. A couple of hacks are needed but they are pretty straightforward. If you know a better way of doing the same thing please let me know: http://simplyolaf.blogspot.