Re: not interpreted

2008-03-19 Thread Randy Burgess
ist > Subject: Re: not interpreted > > I noticed that since some version of Struts2 it is now forbidden inside > tag attributes.. right? > > On Wed, Mar 19, 2008 at 2:54 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > >> --- GF <[EMAIL PROTECTED]> wrot

Re: not interpreted

2008-03-19 Thread Dave Newton
--- GF <[EMAIL PROTECTED]> wrote: > I noticed that since some version of Struts2 it is now forbidden inside tag attributes.. right? Yep. Inside S2 tags use OGNL. Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: not interpreted

2008-03-19 Thread GF
I noticed that since some version of Struts2 it is now forbidden inside tag attributes.. right? On Wed, Mar 19, 2008 at 2:54 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- GF <[EMAIL PROTECTED]> wrote: > > Is this the standard JSP syntax? > > JSP 2.0 EL. > > Dave >

Re: not interpreted

2008-03-19 Thread Dave Newton
--- GF <[EMAIL PROTECTED]> wrote: > Is this the standard JSP syntax? JSP 2.0 EL. Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: not interpreted

2008-03-19 Thread Randy Burgess
; To: Struts Users Mailing List > Subject: Re: not interpreted > > Is this the standard JSP syntax? > > On Mon, Mar 17, 2008 at 3:08 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > >> --- GF <[EMAIL PROTECTED]> wrote: >>>> ...unless you use the XML syntax

Re: not interpreted

2008-03-19 Thread GF
Is this the standard JSP syntax? On Mon, Mar 17, 2008 at 3:08 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- GF <[EMAIL PROTECTED]> wrote: > > > ...unless you use the XML syntax available from JSP 2.0 and later ;-) > > And in this case, how can you resolve the > > Dave > > > --

Re: not interpreted

2008-03-17 Thread Dave Newton
--- GF <[EMAIL PROTECTED]> wrote: > > ...unless you use the XML syntax available from JSP 2.0 and later ;-) > And in this case, how can you resolve the Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: not interpreted

2008-03-17 Thread GF
> > > ...unless you use the XML syntax available from JSP 2.0 and later ;-) > > And in this case, how can you resolve the

RE: property in not interpreted

2008-03-13 Thread Allen, Daniel
M To: user@struts.apache.org Subject: not interpreted Hi all ! I have a little issue and I find no clues on the web, so i'm turning myself to you. I have a piece of code like this : Edit Move Copy this piece of code is placed in a loop

Re: not interpreted

2008-03-13 Thread Manos Batsis
Laurie Harper wrote: Dave Newton wrote: --- matthieu martin <[EMAIL PROTECTED]> wrote: That's not valid XML; you can't nest tags like that. Off the top of my head I don't recall if the "id" attribute will eval OGNL or not. To be pedantic, JSPs are not XML files ...unless you

Re: not interpreted

2008-03-13 Thread Laurie Harper
Dave Newton wrote: --- matthieu martin <[EMAIL PROTECTED]> wrote: That's not valid XML; you can't nest tags like that. Off the top of my head I don't recall if the "id" attribute will eval OGNL or not. To be pedantic, JSPs are not XML files and thus don't have to be valid; hence

Re: not interpreted

2008-03-13 Thread matthieu martin
On Thu, Mar 13, 2008 at 3:26 PM, Richard Sayre <[EMAIL PROTECTED]> wrote: > try: > > targets="dataImageDiv%{id}"/>">Copy > > > if id is on the stack, you can get it with OGNL > This works, thanks a lot. I haven't working for a long time with struts 2 and I still have some issues figuring out wha

Re: not interpreted

2008-03-13 Thread Dave Newton
--- matthieu martin <[EMAIL PROTECTED]> wrote: > That's not valid XML; you can't nest tags like that. Off the top of my head I don't recall if the "id" attribute will eval OGNL or not. Dave - To unsubscribe, e-mail:

Re: not interpreted

2008-03-13 Thread Richard Sayre
try: ">Copy if id is on the stack, you can get it with OGNL On Thu, Mar 13, 2008 at 10:49 AM, matthieu martin <[EMAIL PROTECTED]> wrote: > Hi all ! > > I have a little issue and I find no clues on the web, so i'm turning myself > to you. > > I have a piece of code like this : > > > > >

not interpreted

2008-03-13 Thread matthieu martin
Hi all ! I have a little issue and I find no clues on the web, so i'm turning myself to you. I have a piece of code like this : Edit Move Copy this piece of code is placed in a loop, and creates a small menu for each images I have in gallerie

Re: html:text not interpreted :-(

2005-10-11 Thread Eric Plante
MAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, October 11, 2005 2:41 AM Subject: Re: html:text not interpreted :-( > no, just put a simple html:text to see if a text box appears, I thought I will get this done and then continue adding more elements adding action cla

Re: html:text not interpreted :-(

2005-10-10 Thread bib_lucene bib
"Struts Users Mailing List" To Struts Users Mailing List cc Subject Re: html:text not interpreted :-( ok I attached files , I access this page using http://localhost:8090/rs/tiles/example.jsp It displays header, left pane, content, footer. But does not show text box in conte

Re: html:text not interpreted :-(

2005-10-10 Thread Sunil_Sahu
Have u map it with form-bean. bib_lucene bib <[EMAIL PROTECTED]> 10/11/2005 11:54 AM Please respond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject Re: html:text not interpreted :-( ok I attached files , I access this page using http://l

Re: html:text not interpreted :-(

2005-10-10 Thread bib_lucene bib
ok I attached files , I access this page using http://localhost:8090/rs/tiles/example.jsp It displays header, left pane, content, footer. But does not show text box in content. Thanks for your help. bibWendy Smoak <[EMAIL PROTECTED]> wrote: From: "bib_lucene bib" <[EMAIL PROTECTED]>> I still cann

Re: html:text not interpreted :-(

2005-10-10 Thread Wendy Smoak
From: "bib_lucene bib" <[EMAIL PROTECTED]> I still cannot see the text field in body. This is the content of my web.xml If you're using the known URI for the taglibs, then you don't need in web.xml. (Fix the Tiles URI before removing its from web.xml though.) Are you sure your browser has

Re: html:text not interpreted :-(

2005-10-10 Thread bib_lucene bib
<%@ page language="java" %> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean"; prefix="bean" %> <%@ taglib uri="http://jakarta.apache.org/struts/tags-logic"; prefix="logic" %> <%@ taglib uri="http://struts.apache.org/tags-h

Re: html:text not interpreted

2005-10-10 Thread Michael Jouravlev
I get this error from time to time, I forget things ;-) Maybe it would be nice, if every tag library had an "I am here" tag, which would produce an HTML comment, when taglib is found. Michael. On 10/10/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > From: "bib_lucene bib" <[EMAIL PROTECTED]> > > > I

Re: html:text not interpreted

2005-10-10 Thread Wendy Smoak
From: "bib_lucene bib" <[EMAIL PROTECTED]> I have put the taglibs on top of template.jsp <%@ page language="java" %> <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %> <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean"; prefix="bean" %> <%@ taglib uri="http://jakarta.apache.o

Re: html:text not interpreted

2005-10-10 Thread Robert Taylor
It appears you didn't include the html taglib: <%@ taglib uri="http://jakarta.apache.org/struts/tags-html"; prefix="html" %> /robert bib_lucene bib wrote: Hi I am working on a sample struts tiles app . I got here http://www.roseindia.net/struts/struts_tiles.shtml This is a very basic tiles ap

html:text not interpreted

2005-10-10 Thread bib_lucene bib
Hi I am working on a sample struts tiles app . I got here http://www.roseindia.net/struts/struts_tiles.shtml This is a very basic tiles app. The app itself runs fine. But in the content.jsp if I put the line nothing shows up. I expected a text box to showup but nothing is shown. If i do