Re: decorator is not working after ajax call

2008-02-26 Thread Prashant Khanal
tting the form. > > Rich > > > > > On Tue, Feb 26, 2008 at 7:22 AM, Prashant Khanal > <[EMAIL PROTECTED]> wrote: > > Hello all, > > > > Somehow my header and footer provided by my decorator page disappears > after > > ajax

decorator is not working after ajax call

2008-02-26 Thread Prashant Khanal
n ajax call my header and footer disappears. What can be the problem? :( -- Thanks, Prashant Khanal

Re: how to update text fields using ajax on making any change in master text field

2008-02-24 Thread Prashant Khanal
will easily allow you add a listener, call an action, > and process the asynchronous result. The catch is you have to use the > library directly, not Struts. > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTE

is session efficient way to persist the action properties

2008-02-19 Thread Prashant Khanal
t way to do that or is there any alternative? I have been using session to store the properties for now. -- Thanks, Prashant Khanal

how to access the properties of one action by another action

2008-02-17 Thread Prashant Khanal
action that is triggered when the form of that jsp page is submitted. Do i have to fetch those objects again or is there any way that i can use the same list of objects fetched in earlier action? -- Thanks, Prashant Khanal

Re: problem in validating optiontransferselect element

2008-02-14 Thread Prashant Khanal
the corresponding method; or > - check the collection in your execute method and return "input" if its > invalid > > If you action extends ActionSupport you can raise a field error directly > from your action using addFieldError or addActionError. > > > Prashant Kha

Re: problem in validating optiontransferselect element

2008-02-14 Thread Prashant Khanal
gt; Jeromy Evans > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thanks, Prashant Khanal

problem in validating optiontransferselect element

2008-02-13 Thread Prashant Khanal
have to validate the right select element of the optiontransferselect so i used the setter property of the selectedLevels. Hope i am missing something as upon submit no validation error is thrown. -- Thanks, Prashant Khanal [EMAIL PROTECTED] Solutions for your information _ Yomari

Re: Simple dropdown box population

2008-02-13 Thread Prashant Khanal
>2 > > Any hints or sample code would be appreciated. > > Thanks, > Jack > _ > > -- Thanks, Prashant Khanal

Re: how do i obtain the selected value of the select element

2008-02-13 Thread Prashant Khanal
s parameter. You want to add an > instance variable named conecept in your Action class. Add getters and > setters as well. > > Regards > -- > Markus Stauffer > > > On Wed, Feb 13, 2008 at 5:31 AM, Prashant Khanal > <[EMAIL PROTECTED]> wrote: > > Hello all,

Re: appfuse generated basic struts project how to access the logged in user from action

2008-02-12 Thread Prashant Khanal
!= null) { Authentication auth = ctx.getAuthentication(); User loggedInUser = (User) auth.getPrincipal(); } On 2/13/08, Prashant Khanal <[EMAIL PROTECTED]> wrote: > > Hello all, > > I am working on the appfuse generated basic struts 2 project. It

appfuse generated basic struts project how to access the logged in user from action

2008-02-12 Thread Prashant Khanal
: Welcome, logout unfortunately this is also shown in login page as Welcome anonymous, logout :) how can i hide that based on whether or not the user is logged in? -- Thanks, Prashant Khanal

how do i obtain the selected value of the select element

2008-02-12 Thread Prashant Khanal
i can get the Banner object rather than just id? -- Thanks, Prashant Khanal <[EMAIL PROTECTED]> <http://www.nepalhomepage.com>