XMLFormTransformer: unknown element [item]

2003-06-29 Thread Hill Karimov
] (/cocoon/samples/xmlform/wizard) Thread-14/XMLFormTransformer: pass through element [group] ... Regards, Hill Cocoon 2.1m2, Tomcat 4.1, Java 1.4 __ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com

java.net.SocketException: Connection reset by peer: socket write error

2003-06-27 Thread Hill Karimov
oon, because I get like exception on generating some xsp too. Can some one explain me on what case throws that exception? java.net.SocketException: Connection reset by peer: socket write error any ideas, tips, advice, Thanks a lot, Hill cocoon 2.1m2, tomcat 4.1, Java1.4 __

Re: get request attribute in sitemap

2003-06-17 Thread Hill Karimov
OK thanks request-attr is works, Thanks, Hill --- Upayavira <[EMAIL PROTECTED]> wrote: > Do you mean request parameters? There are three > input modules that allow access > to request details, request, request-param, and > request-attr. > > I've only used requ

Re: get request attribute in sitemap

2003-06-17 Thread Hill Karimov
No, I want get request attribute that I set in action : request.setAttribute("my_request_attribute", "some_value") is it possible? Thanks, Hill --- Upayavira <[EMAIL PROTECTED]> wrote: > Do you mean request parameters? There are three > input modules that al

get request attribute in sitemap

2003-06-17 Thread Hill Karimov
Hi all, Is possible to get request attribute in sitemap? some like to get request parameter: any advice, helps, Thanks, Hill ps: i use 2.1m3-dev __ Do you Yahoo!? SBC Yahoo! DSL - Now

Is it possible to run other action inside xmlForm action?

2003-06-10 Thread Hill Karimov
Hi all, Is it possible to run other action that extends AbstractComplementaryConfigurableAction inside xmlForm? e.g.: run org.apache.cocoon.acting.DatabaseAddAction public Map perform () { ... } else if ( formView.equals ( VIEW_CONFIRM ) ) { if ( command.equals( CMD_NEXT ) ) { // here

How can I send sitemap param from my wizard action?

2003-06-10 Thread Hill Karimov
( from perform() )? public Map perform () { ... if ( formView.equals ( VIEW_REGISTRATION ) ) { if ( command.equals( CMD_NEXT ) ) { --> here I want put my sitemap param return page( VIEW_INTEREST ); } } ... Thanks, Hill cocoon 2.1m3-dev, tomca

Re: logic in sitemap.xmap

2003-06-03 Thread Hill Karimov
I use cocoon 2.1 dev. How more complex logics I can use? Is there some docs, examples or links? What is 'check out "flow"' ? Could you give me some example? Thanks a lot, Hill --- Geoff Howard <[EMAIL PROTECTED]> wrote: > Complex logic is intentionally excluded. W

logic in sitemap.xmap

2003-06-03 Thread Hill Karimov
ion.getAttribute("my-attribute") == null ) { ... What logics possible in sitemap? Any advice, tips, links, docs, Thanks a lot, Hill __ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(

Re: create new Violation: xmlForm

2003-06-03 Thread Hill Karimov
Yes it works. Thanks. One more thing: What about if no path, i.e. if violation for all form not only one object. Can I use empty path, or there is correct way? getForm().addViolations( AddViolation("/", "new Error") ); Thanks a lot. Hill --- Andrew Timberlake <[

create new Violation: xmlForm

2003-05-31 Thread Hill Karimov
ction.act(Unknown Source) at org.apache.cocoon.components.treeprocessor.sitemap.ActTypeNode.invoke(ActTypeNode.java:139) at org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode.invokeNodes(AbstractParentProcessingNode.java:84) at ... What is wrong? Any advises, help

xmlForm: java.lang.ArrayStoreException

2002-12-19 Thread Hill .
HashMap(); allInt.put( "1", "Product 001" ); // String.valueOf(1) ... } public int[] getMyIntArray() { return intAttrArray; } public void setMyIntArray( int[] v ) { intAttrArray = v; } ... Regards, Hill Cocoon 2.1 -dev, Tomcat

xmlForm on update

2002-12-07 Thread Hill
next? How to set attributes of Bean? Thanks a lot, Hill Cocoon 2.1 dev, Tomcat 4.0, Java 1.4 - Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/in

Re: Hosting

2002-01-04 Thread Scott W. Hill
-- > Please check that your question has not already been answered in the > FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> > > To unsubscribe, e-mail: <[EMAIL PROTECTED]> > For additional commands, e-mail: <[EMA