RE: Outputting raw HTML with s:property tag
> > > > > > > You can then build extend MyPolyObject into classes which hold the > information for specific types (e.g. a Map for the s:select type). > > Hope this helps. > > Al. > > > -Original Message-
Re: Outputting raw HTML with s:property tag
ation logic in action code, which is generally a bad idea. > If you describe what you're trying to achieve, someone can probably > suggest a better approach. > > L. > > shai200 wrote: >> No, I want the output of my action to be yet another Struts tag (with an >
RE: Outputting raw HTML with s:property tag
So I want the outcome to be "Hello" on the screen. Another example: and the output of that will be and I want the result to be a text field displaying the string "hello" inside it. Etcetera... newton.dave wrote: > > --- shai200 <[EMAIL PROTECTED]> wrote:
RE: Outputting raw HTML with s:property tag
ache.org/2.x/docs/property.html > > And read the parameters section, the answer starts with an e. > > -Original Message- > From: shai200 [mailto:[EMAIL PROTECTED] > Sent: 31 December 2007 06:35 > To: user@struts.apache.org > Subject: Outputting raw HTML with s:prope
Outputting raw HTML with s:property tag
I'm using the tag to get invoke the getForm() method in my action, to get its output. The problem is that my output is some HTML code, but what comes out is output text, with tags converted to be shown on the screen i.e.