From: "Bill Siggelkow" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, June 19, 2004 3:22 PM
Subject: Re: bean defines
> Chris, your running into the problem because when you use
> where the value is specified in the body of that tag, it create a new
>
Chris, your running into the problem because when you use
where the value is specified in the body of that tag, it create a new
String scripting variable as well as a page-scoped attribute that is
also a String.
Instead, you want the actual form bean itself. I am not too sure about
how tiles
Is anyone familiar with this that can help?
- Original Message -
From: "Chris Cranford" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Friday, June 18, 2004 3:47 PM
Subject: Re: bean defines
> And it may be
; <[EMAIL PROTECTED]>
Sent: Friday, June 18, 2004 3:45 PM
Subject: Re: bean defines
> It is as if the c-taglib is seeing the bean as a "string" and not as an
> ActionForm. I can write:
>
>
> And the output is value in formid. What I'm trying to do is create
iner as a tiles attribute.
- Original Message -
From: "Chris Cranford" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Friday, June 18, 2004 3:39 PM
Subject: Re: bean defines
> This is my class:
>
> public class Page
- Original Message -
From: "Slattery, Tim - BLS" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Friday, June 18, 2004 3:33 PM
Subject: RE: bean defines
> > Ok, well if I do the following:
> >
>
> Ok, well if I do the following:
>
>
>
> The name of the form object is written out. But if I want to
> access a property on my form cfb, how would I output that
> value? If I write , I get
> a servlet exception saying that it is unable to find
> "pageNumber" in object of class "j
ng.String"
Any ideas?
- Original Message -
From: "Paul McCulloch" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Friday, June 18, 2004 12:33 PM
Subject: RE: bean defines
> will create a new local variabl
lking about.
You can use to create a scoped attribute which is accessible from
, or you could use the c-rt taglib.
HTH,
Paul
> -Original Message-
> From: Chris Cranford [mailto:[EMAIL PROTECTED]
> Sent: 18 June 2004 17:24
> To: Struts Users Mailing List
> Subject: bean
If I define a bean using bean:define from a named bean in the request/session scope,
why when I use the JSTL C taglib, does it not see the properties of this bean?
For example:
UserName:
UserName:
The bean:write works but the c:out fails. Any clues?
Chris
10 matches
Mail list logo