instead of #request[''] which was what I was
trying to do earlier!
Arup
afp wrote:
>
> Hi,
>
>I am trying to identify whether a button has been clicked or not in my
> jsp.
> The way I do this or is trying to do this is to access the request object
> and then check
ename} or
> ${sessionScope.attributename} and if you need to get at the actual
> accessors you can use ${pageContext.request.contextPath}
> (*Chris*)
>
> On 8/30/07, Dave Newton <[EMAIL PROTECTED]> wrote:
>> --- afp <[EMAIL PROTECTED]> wrote:
>> > [...] but really tat doesn&
y I
>> was thinking was to determine whether the button was clicked in the jsp
>> and based on tat call a javascript function which wud set all sections to
>> expanded mode. This was why I am trying to access the request in the jsp.
>> Hope this made sense!
Arup
newton.dav
have tto implement
> ServletRequestAware. Similarly for Sessions, if you just need the
> attributes, implement SessionAware, if you need full access implement
> ServletRequestAware and call request.getSession().
> (*Chris*)
>
> On 8/30/07, afp <[EMAIL PROTECTED]> wrote:
above
interfaces are implemented by the action class? The requirement is tat I
need to access it in the jsp and not in the action class method.
newton.dave wrote:
>
>> On 8/30/07, afp wrote:
>>> I am trying to identify whether a button has
>>> been clicked or not in my **jsp
Hi,
I am trying to identify whether a button has been clicked or not in my
jsp.
The way I do this or is trying to do this is to access the request object
and then check in that for the button name. The code is as shown below
The button which was clicked is coded as shown below
The piece of
Guys any ideas on how to do the below??
afp wrote:
>
> Reposting as last post was not very clear
>
> Hi,
>
>I am trying to add some custom parameters/attributes to the struts2
> tags like etc...
>
> Some tihing like the below wud have been perfect
>
Reposting as last post was not very clear
Hi,
I am trying to add some custom parameters/attributes to the struts2 tags
like etc...
Some tihing like the below wud have been perfect
and I shud be able to access the parameter abc from within the ftl file like
this
<#if parameters.abc?exist
8 matches
Mail list logo