Rest App showcase

2008-11-08 Thread Felippe Scheidt
Hi all, i'm trying struts2-rest-showcase. The orders example works fine. Now i'm wondering how to access a product related to a order. Let's image that a order has many products. For example, to access the order it's just http://.../webapp/orders so, to get a product of some order, how could i i

WARN OgnlValueStack - Could not find property

2008-11-09 Thread Felippe Scheidt
Recently, i migrate from struts 2.0.11 to 2.1. When webapp launches, on my eclipse enviroment, a lot of warnings appears in console, even when i disable the devMode to false. Below is just a few lines of this messages: WARN OgnlValueStack:46 - Could not find property [theme] WARN OgnlValueStack:46

Re: HELP!!! DoubleSeclect tag with default values

2008-11-10 Thread Felippe Scheidt
Can you paste your code please? Scheidt. On Mon, Nov 10, 2008 at 9:04 AM, Jipu Jiang <[EMAIL PROTECTED]> wrote: > Dear all, > > I was trying to display a JSP page with some parameters from the > database. Everything shows up perfectly except the second dropdown list > of the doubleselect tag, w

Re: HELP!!! DoubleSeclect tag with default values

2008-11-10 Thread Felippe Scheidt
return EXPIRE; > } catch (Exception e) { >log.error("Exception caught in > readRecordView()!!!"); >return ERROR; >} >} > > > User access goes to updateRecordView ac

Re: Struts 2 - REST showcase

2008-11-12 Thread Felippe Scheidt
unpack file "struts-2.1.2-apps.zip" available in http://struts.apache.org/download.cgi inside you can find struts-rest-showcase war file. Felippe On Wed, Nov 12, 2008 at 11:29 AM, Narayana S <[EMAIL PROTECTED]> wrote: > Hi, > > can any one please let me know where can i download struts 2 R