get URL

2009-10-13 Thread Kurniawan Kuga
hi all how to get the url, with ServletActionContext, ex: hhttp: / / localhost: 8080/projectname/module/comment/create.action? idContent = 1 because I will share to facebook share -- Kurniawan Meruvian BlueOxygen Workspace Developer One Stop Java and Enterprise OSS Provider Technopreneurship, Tr

Redirect Action

2008-12-03 Thread Kurniawan Kuga
hi there,, is there a way to redirect from http://localhost:8080/cimeng/kuga to http://localhost:8080/cimeng/ profile.action?name=kuga how to take the name "kuga" for "profile.action?name=kuga" thanks -- Kurniawan Meruvian BlueOxygen Workspace Developer One

how to take requests from struts2

2008-11-30 Thread Kurniawan Kuga
hi all i have problem with sturts2, how to take request from sturts2 ? I have the velocity in the code as follows $!x.levelMatrix from database type of data is String how to use HttpServletRequest for take data from velocity. sory my bad language.. :) -- Kurniawan Meruvian BlueOxygen Works

Re: S2 custom tag - Passing custom tag attribute into action class

2008-11-24 Thread Kurniawan Kuga
hai On Tue, Nov 25, 2008 at 2:51 PM, ManiKanta G <[EMAIL PROTECTED]> wrote: > Hi, > > Can I implement my tag logic in the UIBean or AbstractUITag sub classes? > > And as UIBean subclass will be provided with request and response > references, I think I can implement my logic here. > > I mean is