Re: Closing tag for html:hidden

2008-06-24 Thread Dimitris Mouchritsas
class="Text" /> class="SearchBTN" value="Search" /> Advanced Search displays properly..if I change - Original Message - From: "Dimitris Mouchritsas" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent:

Re: Closing tag for html:hidden

2008-06-24 Thread Martin
" value="Search" /> Advanced Search displays properly..if I change - Original Message - From: "Dimitris Mouchritsas" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, June 2

Re: Closing tag for html:hidden

2008-06-24 Thread Antonio Petrelli
2008/6/24 Dimitris Mouchritsas <[EMAIL PROTECTED]>: > BTW is there an option in struts-config.xml (for v.1.3.8 at least) or > somewhere else to notify struts to use xhtml compatible elements > everywhere? So as to avoid having in every jsp? I think you have to start a new thread, or no one will n

Re: Closing tag for html:hidden

2008-06-24 Thread Dimitris Mouchritsas
Dimitris Mouchritsas wrote: Well, one solution is to move the tld's to a directory and define them in web.xml. This seems to be working. However I've got some strange problems. For example in a tile I render a link for advanced search: <%@ taglib uri="http://struts.apache.org/tags-html"; prefi

Re: Closing tag for html:hidden

2008-06-24 Thread Dimitris Mouchritsas
Well, one solution is to move the tld's to a directory and define them in web.xml. This seems to be working. However I've got some strange problems. For example in a tile I render a link for advanced search: <%@ taglib uri="http://struts.apache.org/tags-html"; prefix="html"%> <%@ taglib uri="ht

Re: Closing tag for html:hidden

2008-06-24 Thread Antonio Petrelli
2008/6/24 Dimitris Mouchritsas <[EMAIL PROTECTED]>: > Antonio Petrelli wrote: >> >> 2008/6/24 Dimitris Mouchritsas <[EMAIL PROTECTED]>: >> >>> >>> So, since they're in the jars I don't need to declare the tld's in >>> web.xml >>> right? >>> >> >> Right, in fact I'm struggling to understand what is

Re: Closing tag for html:hidden

2008-06-24 Thread Dimitris Mouchritsas
Antonio Petrelli wrote: 2008/6/24 Dimitris Mouchritsas <[EMAIL PROTECTED]>: So, since they're in the jars I don't need to declare the tld's in web.xml right? Right, in fact I'm struggling to understand what is the problem, too :-D Antonio -

Re: Closing tag for html:hidden

2008-06-24 Thread Antonio Petrelli
2008/6/24 Dimitris Mouchritsas <[EMAIL PROTECTED]>: > So, since they're in the jars I don't need to declare the tld's in web.xml > right? Right, in fact I'm struggling to understand what is the problem, too :-D Antonio - To unsu

Re: Closing tag for html:hidden

2008-06-24 Thread Dimitris Mouchritsas
Antonio Petrelli wrote: 2008/6/24 Dimitris Mouchritsas <[EMAIL PROTECTED]>: OracleJSP: oracle.jsp.parse.JspParseException: /WEB-INF/jsp/common/layout.jsp: Line # 2, <%@ taglib uri="http://struts.apache.org/tags-tiles"; prefix="t" %> Error: Unable to load taghandler class: http://struts.apache

Re: Closing tag for html:hidden

2008-06-24 Thread Antonio Petrelli
2008/6/24 Dimitris Mouchritsas <[EMAIL PROTECTED]>: > OracleJSP: oracle.jsp.parse.JspParseException: > /WEB-INF/jsp/common/layout.jsp: Line # 2, <%@ taglib > uri="http://struts.apache.org/tags-tiles"; prefix="t" %> > Error: Unable to load taghandler class: http://struts.apache.org/tags-tiles > ...

Re: Closing tag for html:hidden

2008-06-24 Thread Dimitris Mouchritsas
Antonio Petrelli wrote: 2008/6/24 Dimitris Mouchritsas <[EMAIL PROTECTED]>: I get a 500 Internal server error when trying to access the home page. Can I see the stack trace? Antonio - To unsubscribe, e-mail: [EMAIL P

Re: Closing tag for html:hidden

2008-06-24 Thread Antonio Petrelli
2008/6/24 Dimitris Mouchritsas <[EMAIL PROTECTED]>: > I get a 500 Internal server error when trying to access the home page. Can I see the stack trace? Antonio - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Closing tag for html:hidden

2008-06-24 Thread Dimitris Mouchritsas
Antonio Petrelli wrote: 2008/6/23 Dimitris Mouchritsas <[EMAIL PROTECTED]>: A tile definition. I've tried a few combinations, but none is working. For example if I use I get no exception but a blank page is returned. I suppose that Tiles has not been configured corre

Re: Closing tag for html:hidden

2008-06-23 Thread Antonio Petrelli
2008/6/23 Dimitris Mouchritsas <[EMAIL PROTECTED]>: > A tile definition. I've tried a few combinations, but none is working. For > example if I use > > path="/home" > type="be.fedict.etendering.web.actions.common.HomeAction"> > > > > I get no exception b

Re: Closing tag for html:hidden

2008-06-23 Thread Dimitris Mouchritsas
Antonio Petrelli wrote: 2008/6/23 Dimitris Mouchritsas <[EMAIL PROTECTED]>: What exactly is this "home"? Antonio - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Closing tag for html:hidden

2008-06-23 Thread Antonio Petrelli
2008/6/23 Dimitris Mouchritsas <[EMAIL PROTECTED]>: > path="/home" > forward="home" /> What exactly is this "home"? Antonio - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Closing tag for html:hidden

2008-06-23 Thread Dimitris Mouchritsas
Dimitris Mouchritsas wrote: Antonio Petrelli wrote: 2008/6/23 Dimitris Mouchritsas <[EMAIL PROTECTED]>: One thing to note though is we're using xdoclet 1.2.3 to create struts-config.xml for us. As I understand this version of xdoclet supports up to struts 1.2.x. Could this be the culprit?

Re: Closing tag for html:hidden

2008-06-23 Thread Dimitris Mouchritsas
Antonio Petrelli wrote: 2008/6/23 Dimitris Mouchritsas <[EMAIL PROTECTED]>: One thing to note though is we're using xdoclet 1.2.3 to create struts-config.xml for us. As I understand this version of xdoclet supports up to struts 1.2.x. Could this be the culprit? Probably. According to t

Re: Closing tag for html:hidden

2008-06-23 Thread Antonio Petrelli
2008/6/23 Dimitris Mouchritsas <[EMAIL PROTECTED]>: > One thing to note though is we're > using xdoclet 1.2.3 to > create struts-config.xml for us. As I understand this version of xdoclet > supports up to struts 1.2.x. > Could this be the culprit? Probably. According to the source file: http://svn

Re: Closing tag for html:hidden

2008-06-23 Thread Dimitris Mouchritsas
Antonio Petrelli wrote: 2008/6/23 Dimitris Mouchritsas <[EMAIL PROTECTED]>: Caused by: java.lang.NullPointerException at org.apache.struts.chain.commands.servlet.PerformForward.handleAsForward(PerformForward.java:113) Mmm... Just a shot in the dark, did you put the commons-chain.jar

Re: Closing tag for html:hidden

2008-06-23 Thread Antonio Petrelli
2008/6/23 Dimitris Mouchritsas <[EMAIL PROTECTED]>: > Caused by: java.lang.NullPointerException > at > org.apache.struts.chain.commands.servlet.PerformForward.handleAsForward(PerformForward.java:113) Mmm... Just a shot in the dark, did you put the commons-chain.jar in your classpath? Antonio -

Re: Closing tag for html:hidden

2008-06-23 Thread Dimitris Mouchritsas
Antonio Petrelli wrote: 2008/6/23 Dimitris Mouchritsas <[EMAIL PROTECTED]>: Thanks for the info for the form tag. The problem is we use tiles, so html:xhtml is not really an option. Why? does not produce any markup code, only tells Struts tags to render in XHTML. Antonio ---

Re: Closing tag for html:hidden

2008-06-23 Thread Antonio Petrelli
2008/6/23 Dimitris Mouchritsas <[EMAIL PROTECTED]>: > Thanks for the info for the form tag. The problem is we use tiles, so > html:xhtml is not really an option. Why? does not produce any markup code, only tells Struts tags to render in XHTML. Antonio ---

Re: Closing tag for html:hidden

2008-06-23 Thread Dimitris Mouchritsas
Antonio Petrelli wrote: 2008/6/23 Dimitris Mouchritsas <[EMAIL PROTECTED]>: Notice that it doesn't close the tag properly like /> as required by xhtml. Is there a way to tell struts to close properly for xhtml or we have to upgrade? Use before the first tag of every JSP page. BTW I s

Re: Closing tag for html:hidden

2008-06-23 Thread Antonio Petrelli
2008/6/23 Dimitris Mouchritsas <[EMAIL PROTECTED]>: > Notice that it doesn't close the tag properly like /> as required by xhtml. > Is there a way to tell struts to close properly for xhtml or we have to > upgrade? Use before the first tag of every JSP page. BTW I suggest to upgrade to Struts 1.

Closing tag for html:hidden

2008-06-23 Thread Dimitris Mouchritsas
Hi all, We're using struts 1.2.4 in our project and we just noticed something; When rendering a element the html produced is: Notice that it doesn't close the tag properly like /> as required by xhtml. Is there a way to tell struts to close properly for xhtml or we have to upgrade? Thanks