bread crumb

2005-08-21 Thread Miloslav Vlach
Can somebody help me with implementing $SUBJ ? I couldn't find somethings useful. Thanks. Mila - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Struts and XHTML

2005-09-06 Thread miloslav . vlach
Hello all, I have problem with struts. Is struts XHTML compliant ? I mean that is not allowed in XHTML and in example this snippet of struts code is translated to the html as s but the input tag is not closed. Is there any solutions to struts generate valid XHTML code ? Thanks Mila --

Re: Struts and XHTML

2005-09-06 Thread miloslav . vlach
Dne středa 07 září 2005 00:46 [EMAIL PROTECTED] napsal(a): > Hello all, > > I have problem with struts. Is struts XHTML compliant ? I mean that lang="en"> is not allowed in XHTML and in example this snippet of struts > code > > name="question_item" property="question" /> > > is translated to the

Populating the form

2005-09-08 Thread miloslav . vlach
Hello, I have problem with form. I have form with Hibernate attribute XXX. The form has method getXXX, setXXX and getAllXXX. I'm using this jsp snipplet: When I submit the form, then I recieve this an exception (see bottom) My questing: Is possible to save a Hibernate objects? The met