Re: not working as expected...

2003-09-26 Thread Billy Bacon
plementation, which might be different from the Jakarta > implementation. > >> -Original Message- >> From: Billy Bacon [mailto:[EMAIL PROTECTED] >> >> I tried this after your suggestion and I still get the same >> result. Are you >> doing s

Re: not working as expected...

2003-09-26 Thread Billy Bacon
fference, though it may not be > significant. I've got the value within the param tags instead of as value. > > Grtz, > > Martin > >> -Original Message- >> From: Billy Bacon [mailto:[EMAIL PROTECTED] >> Sent: donderdag 25 september 2003 19:56 >> To:

not working as expected...

2003-09-25 Thread Billy Bacon
I searched the archives and didn't see any issues like this listed. Can anyone help me out here? I original had all struts tags and in my messages.properties file where all my localized content is stored I had the following entry... md.tree.label.feedback1=Can't find the {0}? Mail Notice the {0}

Re:

2003-09-17 Thread Billy Bacon
doing the import is in the same directory > as > the page being imported? > > Quoting Billy Bacon <[EMAIL PROTECTED]>: > >> Awesome. That worked! >> >> Thanks Kris! >> >> - Billy - >> >> On 9/17/03 12:05 PM, "Kris Schneider

Re:

2003-09-17 Thread Billy Bacon
Awesome. That worked! Thanks Kris! - Billy - On 9/17/03 12:05 PM, "Kris Schneider" <[EMAIL PROTECTED]> wrote: > Have you tried a context-relative path (starts with "/") to the page? > > Quoting Billy Bacon <[EMAIL PROTECTED]>: > >> It's

Re:

2003-09-17 Thread Billy Bacon
t;> >>> Make sure that you are clear on the differences between c:import >>> jsp:include and @include they are all different and in my case the fact >>> that the imported page has no knowledge of my context hosed me. >>> >>> R >>> >>> Bil

Re:

2003-09-17 Thread Billy Bacon
I tried catching any exceptions and nothing was printed to the screen :-/ On 9/17/03 10:41 AM, "Rick Ross" <[EMAIL PROTECTED]> wrote: > Also, you might wanna do this to see if an error occurred: > > > > > > > > > > Billy Bacon wrot

Re:

2003-09-17 Thread Billy Bacon
edge of my context hosed me. > > R > > Billy Bacon wrote: > >> I've looked through the archives and the suggested alternative for a dynamic >> reference is using the . This is not >> working in my JSP. The tag is including nothing in my page. I've even

taglibs-user@jakarta.apache.org

2003-09-17 Thread Billy Bacon
I've looked through the archives and the suggested alternative for a dynamic reference is using the . This is not working in my JSP. The tag is including nothing in my page. I've even tried to give it a static reference to the jsp and still nothing. Does anyone know what's wrong? - Billy - ---

How to get the size of a java.util.List object in EL?

2003-09-16 Thread Billy Bacon
I need to get the size (as an int) of a java.util.List I have. The following doesn't work It gives me the following exception... ServletException in:/jsp/browseQueueBody.jsp] An error occurred while evaluating custom action attribute "value" with value "Size = ${browseForm.map.colInfoList.s

Re: How can I convert this to JSTL?

2003-09-15 Thread Billy Bacon
Yea, I need to access the 'suggestionList' EL variable from within a scriplet. I don't prefer to use scriplets in my JSPs but in this case I don't think I can get around it because this loop that I'm in is creating javascript. Here's what the JSP currently looks like...