[Webwork-user] RE: Intergrate with OpenSymphony?

2002-07-02 Thread Aapo Laakkonen
ready have Jira, so this sounds quite logical as a next step. Kind regards, Aapo Laakkonen --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ Webwork-us

RE: [Webwork-user] Executing multiple actions with only one request

2002-06-06 Thread Aapo Laakkonen
> Need to get this scenario recorded. > Aapo, will you add a comment? Mission Completed, :-). ___ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

[Webwork-user] Executing multiple actions with only one request

2002-06-05 Thread Aapo Laakkonen
n server side. Or have I missed or misunderstood something in WebWork... does it already have this mechanism implemented? Kind Regards Aapo Laakkonen ___ Don't miss the 2002 Sprint PCS Application Developer's

RE: [Webwork-user] Using views as an action

2002-05-27 Thread Aapo Laakkonen
> Remember you can tier your views meaning you > can indicate a base action that will just return > SUCCESS and define more specific successes as you > see fit. Hehee.. now I feel a little bit stupid. > So a call to my.xxx.action will map to xxx.vm and > my.yyy.action will map to yyy.vm or calls

RE: [Webwork-user] Using views as an action

2002-05-27 Thread Aapo Laakkonen
ult to implement with WebWork. Or do you suggest some other ways to do this? Kind Regards Aapo Laakkonen ___ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://dev

RE: [Webwork-user] Using views as an action

2002-05-27 Thread Aapo Laakkonen
>> What is the proper way to map an action directly to a view? >> >> WebWork examples has one example of this, but it doesn't seem to work >> on webwork 1.0.3: >> >> jspaction.action=jspaction.jsp jspaction.success=jspactionsuccess.jsp >> jspaction.error=jspactionerror.jsp > > Why do you need a

[Webwork-user] Using views as an action

2002-05-25 Thread Aapo Laakkonen
What is the proper way to map an action directly to a view? WebWork examples has one example of this, but it doesn't seem to work on webwork 1.0.3: jspaction.action=jspaction.jsp jspaction.success=jspactionsuccess.jsp jspaction.error=jspactionerror.jsp This is the error message: java.lang.NoCl