how action url mapping has been controlled

2007-09-13 Thread Yahzz Yan
Hello, Look at existing Struts 2 package, after using the blank app war file, I cannot figure out how the actions url has been controlled. >From web.xml, the url-pattern specify as following, and it seems that any url >patten /* will work, but the framework doesn't behave that way. Why only >

Re: Reload Message resources i.e Resource Bundle

2006-08-18 Thread Yahzz Yan
this article might help you out http://www.javaworld.com/javaworld/jw-06-2006/jw-0612-dynamic.html Monkeyden <[EMAIL PROTECTED]> wrote: I usually just touch the web.xml, to redeploy the app, but this isn't always feasible in production. On 8/17/06, Harsh Gupta wrote: > > How to Reload Message

Re: Advice with Struts and Generate documents in PDF, XLS...

2006-02-04 Thread Yahzz Yan
Goto http://www.ibm.com/developerWorks and search on iText and PDF and FOP "Frank W. Zammetti" <[EMAIL PROTECTED]> wrote: Sorry, never used JasperReports. I have used DataVision though, which will get you PDF output, but not Excel output (not directly... you could convert from one of the DV o

Re: JSTL Error

2005-09-28 Thread Yahzz Yan
What are the scope the variables used in that object? Vijaya S <[EMAIL PROTECTED]> wrote:Hello, I am struggling with the JSTL error for the past two days. Can someone help me in this? In my JSP, I have the following code to populate bean array properties. Route Disp Err : value="${co

Re: problem with pdf fonts in jasper

2005-07-12 Thread Yahzz Yan
Would you please provide some detail information on "Fonts are installed" Grzegorz Stasica <[EMAIL PROTECTED]> wrote:hi, I know this question should be asked on jasperreports http://sourceforge.net/forum but after asking it seems that this group is dead. The problem is that I'm limited to stand

Re: Cactus not working well with Struts when url-pattern not use *.do

2005-05-24 Thread Yahzz Yan
the correct url-pattern doParam = "*.do" config.setInitParameter(doParam); Martin- - Original Message - From: "Yahzz Yan" To: Sent: Tuesday, May 24, 2005 12:38 PM Subject: Cactus not working well with Struts when url-pattern not use *.do > We are trying to use

Cactus not working well with Struts when url-pattern not use *.do

2005-05-24 Thread Yahzz Yan
We are trying to use Cactus Struts testing framework to test our struts application. When we run our suite of tests, we notice that that Cactus corrupts the Struts configuration at runtime which causes the struts form actions to point to an invalid url - which has .do in it whereas our applicat