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
--- 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
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
>
--- 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]
; 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
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
>
>
> --
--- 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
>
>
> ...unless you use the XML syntax available from JSP 2.0 and later ;-)
>
>
And in this case, how can you resolve the
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
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
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
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
--- 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:
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 :
>
>
>
>
>
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
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
"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
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
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
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
<%@ 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
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
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
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
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
25 matches
Mail list logo