Re: Problems with c:out tag

2003-07-05 Thread Billy Bacon
[EMAIL PROTECTED] wrote: Hello, I'm having some problems with the c:out tag (and also with the bean:write tag from Struts) where I have some code that works in one application but does not work in another application. I know my variables are set out correctly because of some scriptlet code

Re: Problems with c:out tag

2003-07-05 Thread Billy Bacon
Thanks for your response Hans, that was very helpful. This might be more of a Struts issue then because I don't have a JavaBean for my 'Form' object. I use the Struts DynaActionForm object which does all the 'getting' and 'setting' for you. I have this element defined in my struts-config.xml

Problems with c:out tag

2003-07-03 Thread Sgarlata Matt
Hello, I'm having some problems with the c:out tag (and also with the bean:write tag from Struts) where I have some code that works in one application but does not work in another application. I know my variables are set out correctly because of some scriptlet code. Here is the working code

Re: Problems with c:out tag

2003-07-03 Thread Michael Duffy
, but JSTL couldn't find my methods on my Component class. I know it's not a great answer, but it is a workaround. At least I can offer my sympathy - I suffered with this, too. - MOD --- Sgarlata Matt [EMAIL PROTECTED] wrote: Hello, I'm having some problems with the c:out tag (and also